315 Commits (39c7904e2f31619d6ab23d23d1f62cce07d213b1)

Author SHA1 Message Date
Leonid 39c7904e2f
Fix issues 400, 482, 487: Allow comma in the quoted string (#747) 3 years ago
Leonid be070ec2c0
Jakarta EE 9 JSON-P/JSON-B provider (#734) 3 years ago
Richard Startin ed4d2a82b5
prevent truncated subexpressions + misc code cleanup (#763) 3 years ago
sdmms1 fcf8bf6478
Fix the issue 629 and add two testcases (#698) 3 years ago
mijost 8e8fc149d9
Fix concat with text and number (#738) 3 years ago
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
kallestenflo 70d11a6313
Update dependencies. (#649) 4 years ago
René Kriegler 698dbfae27 Avoid Locale-dependant InvalidPathException in RelationalOperator, fixes #600 4 years ago
Alanscut 60f77a953c add bigdecimal/biginteger test case for jackson 5 years ago
Eric Hettiaratchi 3070bd84a5 Add unit tests for com.jayway.jsonpath.internal.Utils 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
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
Michael Thacker 445b9c4ebe Fix compiling of functions with single character arguments 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
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
Kalle Stenflo 45a4e5e9ef Accept URLs as input but deprecate URL methods #218. 7 years ago
Greenwood 317e68c4eb removing created by 7 years ago
Jochen Berger 98debbb67b adapt test 7 years ago
Kalle Stenflo c23501fcd6 Added provided tests for issue #275. 7 years ago
mattg 3a69db83f0 Fixes Issue #234 using late binding, ideally this might be a lambda that encapsulates its state -- given support for JDK 6+, its encapsulated state is maintained in an implementation of the interface ILateBindingValue, one for PATH functions one for JSON - its likely the JSON version doesn't have a purpose unless the JSON dynamically changes as a result of the function implementation but its better to create another impl for JSON if in the future JSON can be dynamically changed via functions(?) 7 years ago
Kalle Stenflo 211beac6ce Added test for issue 309. 7 years ago
Jochen Berger b536af9b9a fix result if object does not contain key (fixes #270) 7 years ago
jochenberger 7e9cfc90be Add test 7 years ago
Jochen Berger 43414d8457 support negative array indexes 7 years ago
Jochen Berger db59d0ba21 use json-smart to parse the query 7 years ago
Benjamin Rogge 291eabafda enable bigdecimal and -integer for GSONProvider 7 years ago