568 Commits (1e18a13b6984b0c1b6f467ee8fd4edba57b0b413)

Author SHA1 Message Date
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
Ari Fogel 32adc12c9c implement subset filter operator, update readme 7 years ago
jochenberger e5a921f9f1 Fix cast 7 years ago
jonny 2757a3b345 new line feed 7 years ago
Kalle Stenflo 257c36c00a Make ParseContext from JsonPath.using thread safe #187 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
Greenwood 3e7707a3d4 replacing space with tabs, IDE formatting issue 7 years ago
Greenwood 07f49c4f17 addressing @jochenberger's code review comments, Created by... is IntelliJ auto-creation -- added Apache license headers 7 years ago
Jochen Berger 98debbb67b adapt test 7 years ago
Kalle Stenflo c23501fcd6 Added provided tests for issue #275. 7 years ago
mattg b2c752cb5f missed one file, removed args 7 years ago
mattg cece640892 removing dead constructor arg 7 years ago