Troels Nørgaard
4cfe7b95ef
Automatic module names for Java 9+ modules
...
'assert' is a reserved keyword in Java and indeed also in
module-info.java (Java module system), therefore the automatic
jar-to-module convert fails and when using the library with a Java
module, the compiler can not find the classes, as the module name
errors.
This added the standardized attribute in the manifest for naming the
module, and does not modularize the code as such. It does allow the
library to be used from Java 9+ modules.
There should be no effect on Java 8 and below.
5 years ago
Kalle Stenflo
d3b146eb39
Fixed path in gradle build file.
8 years ago
Jochen Berger
2ccde968c2
upgrade Gradle wrapper
8 years ago
Kalle Stenflo
cb2795b38c
Added JsonOrgJsonProvider.
9 years ago
Jochen Berger
1da1eb2487
update libs (breaks src.test.java.com.jayway.jsonpath.old.IssuesTest.issue_76()), see #76
10 years ago
Kalle Stenflo
e89798e407
Renamed boon to gatling and changed about URL:s.
10 years ago
Jochen Berger
5636f31ba8
update dependencies to latest versions, keep Jackson at 2.4.5 because that's what Spring ships
10 years ago
Kalle Stenflo
e6e28772f3
Moved providers out of internal.
10 years ago
Kalle Stenflo
de80e5c2a5
Reverted refactoring error.
10 years ago
Kalle Stenflo
ca4d18911e
Inline criteria handles path stmt on both sides of operator.
10 years ago
Kalle Stenflo
d1869ca0a0
JsonSmartProvider more configurable. Deprecated JsonProvider Mode.
11 years ago
Kalle Stenflo
29e3f1843c
Added build info to web test client.
11 years ago
Kalle Stenflo
0635cfaa97
Gradle build cleanup.
11 years ago
Kalle Stenflo
bca1e6a046
Gradle build migration.
11 years ago
Kalle Stenflo
8a2969e6fc
[maven-release-plugin] prepare for next development iteration
11 years ago
Kalle Stenflo
905a9e49c5
[maven-release-plugin] prepare release json-path-parent-1.1.0
11 years ago
Kalle Stenflo
631533e048
Multi prop restored to 0.9.
11 years ago
Kalle Stenflo
3a36b87b40
[maven-release-plugin] prepare for next development iteration
11 years ago
Kalle Stenflo
3452952fdc
[maven-release-plugin] prepare release json-path-1.0.0
11 years ago
Kalle Stenflo
81ed41c70a
Added Apache License header to files.
11 years ago
Kalle Stenflo
c615860d34
Updated test json and docs.
11 years ago
Kalle Stenflo
7b88ffb7fa
Allow path to be passed to page.
11 years ago
Kalle Stenflo
c78fcf6d1c
Made provider names more symmetrical. Some documentation.
11 years ago
Kalle Stenflo
2d0326196c
Clear results in web test app.
11 years ago
Kalle Stenflo
15f1330987
Reworked conversion handling.
11 years ago
Jochen Berger
0289ac00c4
replace usage of JsonProviderFactory in other modules
11 years ago
Kalle Stenflo
032fcf08f7
Fixed main class in pom.
11 years ago
Kalle Stenflo
9686c6d0bc
Configured Heroku deploy
11 years ago
Kalle Stenflo
cb6a2e805a
Removed MERGE_MULTI_PROP option (not part of spec).
11 years ago
Kalle Stenflo
f0e055a3ba
Updated boon version to 0.25
11 years ago
Kalle Stenflo
ecde41a1e1
Added Converter to support type conversion.
11 years ago
Kalle Stenflo
1417c22823
Load webapp from disk.
11 years ago
Kalle Stenflo
ca59fc67b1
Fixed web app static resources.
11 years ago
Kalle Stenflo
4194ac3e7e
Clean up.
11 years ago
Kalle Stenflo
8da4d1a1d6
Option handling improved.
11 years ago
Kalle Stenflo
1706aafd82
Same json formatting in java and js.
11 years ago
Kalle Stenflo
b0badd1cfa
UI improvements
11 years ago
Kalle Stenflo
167b360700
Improved web test impl
11 years ago
Kalle Stenflo
6ac6b60dd4
Added option to Suppress exceptions.
11 years ago
Kalle Stenflo
0d8192170a
Code clean up and JacksonProvider improvements.
11 years ago
Kalle Stenflo
5a4bf10940
Code clean up.
11 years ago
Kalle Stenflo
20511b5cfc
Optimized imports and removed file headers.
11 years ago
Kalle Stenflo
eb30ce7665
Improved error messages.
11 years ago
Kalle Stenflo
608c1a77be
Rewrite intenals.
11 years ago