Felix Schumacher
eb8db779b1
Only look for PatternFlags after a regular expression ( #661 )
4 years ago
Fabian Halkivaha
15354f7fb4
document concat and append function ( #668 )
4 years ago
mmm83
19870381c8
#687 update json-smart to fix CVE-2021-27568 ( #688 )
4 years ago
Gerrit Grunwald
f3c8fd75a6
GitHub actions ( #646 )
...
* Added github action to test the build on each push
On each push gradlew build will be executed on Ubuntu 18.04 using JDK 8, 11.
4 years ago
Itsuki Toyota
180839cdd0
Document .keys() ( #655 )
4 years ago
Matt Greenwood
812bea3f85
When the path parameters to a length function for $..book.length() is translated to $.length($..book) its really taking the length of the structure pointed at by the result set $..book not $..book.* (children of book). ( #651 )
...
This was caused when the CompiledPath#invertScannerFunctionRelationship was introduced, effectively in the graph of CompiledPath translating the $..book.length() to $.length($..book) but what it should have done (for length only) is translated it to $.length($..book.*). Rather than make this bugfix in the CompiledPath source code I've made it to the Length source as this shouldn't be an issue for any other routine - length is specific in that its asking about the children (hence the .length() the dot there indicates next node(s)).
This addresses ticket 650 - https://github.com/json-path/JsonPath/issues/650 and adds unit tests for the same.
Co-authored-by: Matt Greenwood <61432137+mgreenwood1-chwy@users.noreply.github.com>
4 years ago
MarcP04
75637790f5
Fix Criteria.noneof(Object...) that was calling Criteria.subsetof(List) instead of Criteria.noneof(List) ( #653 )
...
Co-authored-by: Marc Pynaert <marc.pynaert@probance.com>
4 years ago
Kalle Stenflo
48312f4814
Prepare next version.
4 years ago
Kalle Stenflo
8ad4743998
Release 2.5.0
4 years ago
kallestenflo
70d11a6313
Update dependencies. ( #649 )
4 years ago
kallestenflo
1e18a13b69
Merge pull request #440 from sergey-sw/master
...
Add keys function for Map objects
4 years ago
kallestenflo
ba35cf9c6c
Merge pull request #601 from renekrie/issue600
...
Avoid InvalidPathException in RelationalOperator, fixes #600
4 years ago
kallestenflo
8420a6d8a8
Merge pull request #638 from kishorkunal-raj/master
...
Adding ppc64le architecture support on travis-ci
4 years ago
kishorkunal-raj
2d8af3d867
Adding ppc64le architecture support on travis-ci
4 years ago
kallestenflo
1ed1ea08a3
Merge pull request #592 from Alanscut/gson_provider
...
improve number type
5 years ago
kallestenflo
157dc08107
Merge pull request #588 from Alanscut/decimal-test
...
add bigdecimal/biginteger test case for jackson
5 years ago
kallestenflo
1fc1784109
Merge pull request #589 from Alanscut/jackson_provider
...
add BigInteger
5 years ago
kallestenflo
8d49cc7233
Merge pull request #585 from Alanscut/readme
...
update Configuration part in README
5 years ago
kallestenflo
512a35c171
Merge pull request #574 from JBertaux/master
...
Add a part in the readme describing how to set a value
5 years ago
kallestenflo
45cde7b4b7
Merge pull request #583 from Alanscut/npe
...
Fix for issue #582 -- NullPointerException of JsonProvider.length()
5 years ago
kallestenflo
fd478df62c
Merge pull request #573 from valfirst/upgrade-gradle
...
Upgrade to Gradle 5.6.2
5 years ago
kallestenflo
604f266d85
Merge pull request #572 from valfirst/upgrade-hamcrest
...
Upgrade to Hamcrest 2.1
5 years ago
kallestenflo
49e8b86ad6
Merge pull request #584 from Alanscut/redundant_if
...
imporve redundant if statement
5 years ago
René Kriegler
698dbfae27
Avoid Locale-dependant InvalidPathException in RelationalOperator, fixes #600
5 years ago
JBertaux
dfbaf890f9
Update README.md
...
Co-Authored-By: Alan Wang <948467222@qq.com>
5 years ago
Alanscut
6ff06c21d0
improve number type
5 years ago
Alanscut
f2aa9f8153
add BigInteger
5 years ago
Alanscut
60f77a953c
add bigdecimal/biginteger test case for jackson
5 years ago
Alanscut
667f2d686a
update Configuration part in README
5 years ago
Alanscut
eef677ab60
fix for issue #582
5 years ago
Alanscut
ca1ac4bf85
change repeated BigDecimal to BigInteger
5 years ago
Alanscut
89abebfeb0
merge if statement
5 years ago
Jérôme Bertaux
4c97e0aa77
Add a part in the readme describing how to set a value
5 years ago
Valery Yatsynovich
f07a582497
Upgrade to Hamcrest 2.1
...
https://github.com/hamcrest/JavaHamcrest/releases/tag/v2.1 :
"After a long hiatus without releases, this version simplifies the packaging of
Hamcrest into a single jar: hamcrest-2.1.jar. Other big changes include
Java 9 module compatibility, along with numerous other improvements and bug
fixes."
5 years ago
Valery Yatsynovich
7fa096057f
Upgrade to Gradle 5.6.2
5 years ago
kallestenflo
588d61e9b7
Merge pull request #554 from jonathanvila/add-sum-function-to-readme
...
Add sum function to readme
5 years ago
kallestenflo
bd1c08c5bf
Merge pull request #566 from sullis/travis-openjdk8
...
Travis CI: openjdk8
5 years ago
Sean C. Sullivan
7e30bb6e26
Travis CI: openjdk8
5 years ago
jonathan
9f2184f187
Fix return type for function sum on the README.md
5 years ago
jonathan
89b5bff321
Fix tab inclusion on README.md
5 years ago
jonathan
cb8bf3ec3c
Add sum() function to the README.md
5 years ago
kallestenflo
6bc233a23d
Merge pull request #547 from Diffblue-benchmarks/add-diffblue-tests
...
Add unit tests for com.jayway.jsonpath.internal.Utils
5 years ago
Eric Hettiaratchi
3070bd84a5
Add unit tests for com.jayway.jsonpath.internal.Utils
...
These tests were written using Diffblue Cover.
5 years ago
kallestenflo
00cfce3341
Merge pull request #543 from maxxyme/patch-1
...
GsonJsonProvider has nothing to do here in the Logger
6 years ago
maxxyme
afe4d0acca
Useless logger removed
6 years ago
maxxyme
8181b7aa26
GsonJsonProvider has nothing to do here in the Logger
6 years ago
kallestenflo
5a09489c32
Merge pull request #538 from MarcP04/master
...
Add support of new operators ANYOF and NONEOF
6 years ago
Marc PYNAERT
39b489339c
Fix compilation errors (ValueNodes.ValueListNode => ValueListNode)
6 years ago
Marc Pynaert
e3bf0a620a
Add support of new operators ANYOF and NONEOF
...
This reverts commit f3ef9d0992
.
6 years ago
MarcP04
648e1bfde9
Merge pull request #1 from json-path/master
...
Update from json-path/JsonPath
6 years ago