317 Commits (39c7904e2f31619d6ab23d23d1f62cce07d213b1)

Author SHA1 Message Date
Kalle Stenflo ecde41a1e1 Added Converter to support type conversion. 10 years ago
Kalle Stenflo 8b918b2238 Made Filter more functional. Now it's only referred as Predicate. 10 years ago
Kalle Stenflo f05774a437 Fixed some tangles and removed dead tests. 10 years ago
Kalle Stenflo 4194ac3e7e Clean up. 10 years ago
Kalle Stenflo a269580b36 Ignored failing test. Not sure how to handle this yet. 10 years ago
Kalle Stenflo c88638c4ef Fixed issues 10 years ago
Kalle Stenflo 8da4d1a1d6 Option handling improved. 10 years ago
Kalle Stenflo 0d8192170a Code clean up and JacksonProvider improvements. 10 years ago
Kalle Stenflo 20511b5cfc Optimized imports and removed file headers. 10 years ago
Kalle Stenflo 143f6ff25d Implement the field exists check. 10 years ago
Kalle Stenflo 608c1a77be Rewrite intenals. 10 years ago
Jochen Berger 6efa648d17 allow to filter for existence of nested properties 11 years ago
Kalle Stenflo 15c94be41c Fixed java 6 build issue. 11 years ago
Kalle Stenflo ed1ebe7b74 Removed apache commons dependencies. 11 years ago
Kalle Stenflo a83f32caba 'AND' (&&) support in ArrayEvalFilter. 11 years ago
Kalle Stenflo 5f8beff812 Fixed issue 36 - deep scan for arrays. 11 years ago
Kalle Stenflo ba23ae266a Improved array slicing. 11 years ago
Kalle Stenflo 47cb1c6f06 Improved API and added some doc. 11 years ago
Kalle Stenflo 9ea098d74c Improved Exception handling. 11 years ago
Kalle Stenflo b15cb3ac8f API clean up. Reduce static method overloading by fluent API. 11 years ago
Kalle Stenflo b3dd129088 found issues. 11 years ago
Kalle Stenflo def3db7ea2 Slf4j logging dependeny added to JsonPath. 11 years ago
Jochen Berger 4e23372528 use slf4j for logging 11 years ago
Kalle Stenflo 77e18924f9 Added internal logging support. 11 years ago
Kalle Stenflo 5f2879f1ed Fixed exception catching in JsonModel hasPath(). 11 years ago
Kalle Stenflo 3e46d80b62 Reverted exception in ArrayIndexFilter and fixed tests. 11 years ago
Kalle Stenflo f3e672c2a2 Improved exception handling. 11 years ago
Jochen Berger 08a2e8e048 add a test for what's described in comment #4 of issue 29 11 years ago
Kalle Stenflo 30d80571c9 Null handling tests. 11 years ago
Kalle Stenflo 410e4269c7 Support null filters like [?(@foo == null)] and [?(@foo != null)] 11 years ago
Kalle Stenflo 81aa8b171d Array eval filters can be a path like [?(@.address.street == 'foo')] 11 years ago
Kalle Stenflo 58c0474f29 Fixed issue with attribs named '$'. 11 years ago
Kalle Stenflo 6d316c7d29 Improved exceptions and simplified JsonProviderFactory. 11 years ago
Kalle Stenflo ba29e7e0a1 Improved list filter. Updated POM files. 11 years ago
Kalle Stenflo c9f4cd5a3d fixed array slizing. 11 years ago
Kalle Stenflo a875a730f3 Fixed issues. 11 years ago
Kalle Stenflo f7cc1139ce Fixed merge issue. 11 years ago
Jack Singleton 7e4e04d739 Removed test for issue 7 which is in conflict with new behavior 11 years ago
Jack Singleton c05c4364bc Added tests for query for null field and query for property on array 11 years ago
Dmytro Kostiuchenko a3b2684b6f Support for Boolean values in ExpressionEvaluator 11 years ago
Jochen Berger 2be8d8f67e add a test for one of the cases in issue 29 11 years ago
Jochen Berger 7ec75fa147 replace usage of restricted class sun.misc.IOUtils by org.apache.commons.io.IOUtils 11 years ago
Jochen Berger 69e55edfc8 update commons-lang to version 3.1 11 years ago
Jochen Berger 03e97890dc add some tests 11 years ago
Kalle Stenflo 2d5a17d045 Fixed multi prop select. 12 years ago
Kalle Stenflo 65e52d5040 Release preps. 12 years ago
Kalle Stenflo fb9cc8dfe2 Fixed backward compatibility in JsonModel. 12 years ago
Kalle Stenflo 765f573306 Improved conversions. 12 years ago
Kalle Stenflo 24e8311c9c Docs and refactorings. 12 years ago
Kalle Stenflo 1216133e18 HttpProvider SPI. 12 years ago