530 Commits (716e4a9ca53d7503f21bb0fc2dd1d986b4b49835)

Author SHA1 Message Date
Cincronic dc296b316a
fix 620 (#693) 3 years ago
Cincronic 78a9420b42
Fix bug 612 and add two testcases (#711) 3 years ago
Pigdrum 7384e960c7
Fix Issue #497 and add a testcase (#699) 3 years ago
hezonghan 727d9e05ba
fixed issue 537 and added tests (#719) 3 years ago
Youngea eed1cb2814
fix issue_590 and add testcases (#720) 3 years ago
hezonghan 12ab6619aa
issue #721 (#722) 3 years ago
Pigdrum 71ec56e38b
Fix issue #680 and two testcase (#704) 3 years ago
Youngea 938e48f482
add feature for issue #613 and add testcases (#700) 3 years ago
Felix Schumacher eb8db779b1
Only look for PatternFlags after a regular expression (#661) 3 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) 4 years ago
MarcP04 75637790f5
Fix Criteria.noneof(Object...) that was calling Criteria.subsetof(List) instead of Criteria.noneof(List) (#653) 4 years ago
kallestenflo 70d11a6313
Update dependencies. (#649) 4 years ago
René Kriegler 698dbfae27 Avoid Locale-dependant InvalidPathException in RelationalOperator, fixes #600 4 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 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
Eric Hettiaratchi 3070bd84a5 Add unit tests for com.jayway.jsonpath.internal.Utils 5 years ago
maxxyme afe4d0acca
Useless logger removed 5 years ago
maxxyme 8181b7aa26
GsonJsonProvider has nothing to do here in the Logger 5 years ago
Marc PYNAERT 39b489339c Fix compilation errors (ValueNodes.ValueListNode => ValueListNode) 5 years ago
Marc Pynaert e3bf0a620a Add support of new operators ANYOF and NONEOF 5 years ago
Kalle Stenflo 4bdf9b7bdc bump dependency versions and fix build issues 5 years ago
Uladzislau Arlouski cbdc9c82e0 Add support for pattern flags 6 years ago
kallestenflo f3ef9d0992
Revert "Add support of new operators ANYOF and NONEOF" 6 years ago
Tomasz Skowroński 16df8c3e9c
fix "Invalid delete operation" mistake for set operation 6 years ago
Marc PYNAERT 44e5646d55 Add support of 2 new operators: 6 years ago
Elias Ross bb0853fb5e Various warning clean-ups from IntelliJ 6 years ago
Elias Ross f6336650f2 2.3 merge update: Also fix for quote evaluation 6 years ago
Ben Fradet 0f6eaa7901 Do not map non-existing values, fixes #438 6 years ago
啊o额iu鱼 ca1b42d07a
Wrong pass 6 years ago
Michael Thacker 445b9c4ebe Fix compiling of functions with single character arguments 6 years ago
Claus Ibsen 57604c86cd Fixes #447: To report correct index of invalid jsonpath failure. This should add 1 to the position instead of appending 1 to its text value. 6 years ago
Sam Kruglov f7dc9280c7
Log the nested exception as well 6 years ago
sergey 7355e30ee7 Add keys function for Map objects 6 years ago
Bartlomiej Kowalczyk 0b324ec7b8 Prevent StackOverflow in case of unclosed property 7 years ago
hansthen 99e05dbac9
Fix typo in error message in PathCompiler.java 7 years ago
Ihor Herasymenko 9862f8e56e #403: Enable path caching withing all the operations 7 years ago
Jochen Berger ed9fd3adf7 convert lists and maps for ValueNode (fixes #378) 7 years ago
Greenwood 02c88d70e6 adding an example with more than one replacement 7 years ago
Greenwood a2936ebd68 inverting the relationship between root scanner and function such that the function takes a parameter which is the scanner expression 7 years ago
Greenwood 525da153d0 fixing unit test, naming and extension 7 years ago
Greenwood 851249861e Issue #191 is a bug - supports result set functions via patterns such as $.max($..allTheNumberThings) 7 years ago
Jochen Berger a71023c650 fix setting a POJO as a value using JacksonJsonNodeJsonProvider (fixes #364) 7 years ago
Jochen Berger d5acf25b9f fix evaluation of `empty` with wrapping providers (fixes #366) 7 years ago
Jochen Berger 78befbb5ee `null` should be mapped to `null` (fixes #351) 7 years ago
Daniel Halperin 7a6fa59a85 Add tests for subsetof 7 years ago
Daniel Halperin c9527bf89e Rename subset to subsetof 7 years ago