321 Commits (json-path-2.7.0)

Author SHA1 Message Date
Kalle Stenflo 8a40b0420a Fixed issue #79. Index out of bounds. 9 years ago
Kalle Stenflo dbc7e90904 Fixed issue #97. IndexOutOfBoundsException in DocumentContext.delete 9 years ago
Tamas Adam b5c175d04d Added convert method for path value in-situ conversion. 9 years ago
Tamas Adam 0042ae9624 Added missing test file. 9 years ago
Tamas Adam 48544d14ab Fix for list element removel if multiple path elements match. 9 years ago
Tamas Adam 3cc47259fa Using the more approtiate PathNotFoundException if old key in rename map was not found. 9 years ago
Tamas Adam dbff1d8b48 Fix for rename on non-existing old key - an InvalidPathException is thrown. 9 years ago
Tamas Adam f16ce7c2c6 Added renameKey feature to rename a key value found in a map path to a new key value. 9 years ago
Kalle Stenflo c03dcf77c5 Tests for issue #76 9 years ago
Kalle Stenflo 1735bc7a87 Removed deprecated classes and some minor fixes. 9 years ago
Kalle Stenflo 9837c72aaf Fixed issue #71 escape ' in inline criteria. 9 years ago
Kalle Stenflo e6e28772f3 Moved providers out of internal. 9 years ago
Jochen Berger 00c32fe5d3 add a test for https://code.google.com/p/json-path/issues/detail?id=58 10 years ago
Kalle Stenflo 28388af0f3 Renamed JacksonTreeJsonProvider. 10 years ago
Kalle Stenflo bbcec25cf7 Added binary compatibility checks to build. 10 years ago
Kalle Stenflo f8209fcc40 Mapping improvements. 10 years ago
Kalle Stenflo c71e2c5e48 Improved support for Gson and Jackson Providers. 10 years ago
Kalle Stenflo 290edb540c Negate exist checks in inline filters (not defined or null) 10 years ago
Kalle Stenflo 78c8d908c1 Support for regex in inline filters. 10 years ago
Kalle Stenflo ca4d18911e Inline criteria handles path stmt on both sides of operator. 10 years ago
Kalle Stenflo 4c886174ff Support write operations. 10 years ago
Kalle Stenflo 4cf495a912 Fixed failing test. 10 years ago
Kalle Stenflo d1869ca0a0 JsonSmartProvider more configurable. Deprecated JsonProvider Mode. 10 years ago
Kalle Stenflo 0b530378aa Support OR statements in inline filters. 10 years ago
Kalle Stenflo 73bf52fdd8 Added limit() to JsonReader. 10 years ago
Kalle Stenflo 3cb6d6b1de Added EvaluationListener support. 10 years ago
Kalle Stenflo c1a1fbe0e6 Extended Jackson mapping tests. 10 years ago
Kalle Stenflo 69e223e4fe Logging improvements. 10 years ago
Kalle Stenflo c20917350e Added result cache for root ($) queries performed by predicates. 10 years ago
Kalle Stenflo d77f747eb1 Optimized imports. 10 years ago
Kalle Stenflo 631533e048 Multi prop restored to 0.9. 10 years ago
Kalle Stenflo 393926ad96 Fixed issue with indefinite path throwing exception. 10 years ago
Kalle Stenflo 944ab1f331 Test should run with default configuration. 10 years ago
Kalle Stenflo f286152b86 Removed out dated FIXME marker. 10 years ago
Kalle Stenflo 1412b6dfbe Removed ignored test that does not make sense. 10 years ago
Kalle Stenflo 81ed41c70a Added Apache License header to files. 10 years ago
Kalle Stenflo 13a0bb2ef1 Support 'OR' and 'AND' on Filter 10 years ago
Kalle Stenflo c615860d34 Updated test json and docs. 10 years ago
Kalle Stenflo 1bb52b59b0 Renamed internal 'compiler' package to 'token' 10 years ago
Kalle Stenflo 3c2d3ecc70 Changed some method names and added java doc. 10 years ago
Kalle Stenflo 2d01aa630b Fixed failing test. 10 years ago
Kalle Stenflo 05a74953ed Renamed Converters to Mappers and added JacksonMappingProvider. 10 years ago
Kalle Stenflo c78fcf6d1c Made provider names more symmetrical. Some documentation. 10 years ago
Kalle Stenflo 358ba2398e Removed unused imports. 10 years ago
Kalle Stenflo 571654f7fb Allow document references in inline filters. 10 years ago
Kalle Stenflo 8708a9c531 Applied Gson patch and added Gson converters for List and Map. 10 years ago
Kalle Stenflo 7621cd1d43 Gson support (work in progress). 10 years ago
Jochen Berger e9cdeb593b disable `ScanPathTokenTest.a_root_scan()` for the moment 10 years ago
Kalle Stenflo 15f1330987 Reworked conversion handling. 10 years ago
Kalle Stenflo d0a7d2f564 GsonProvider 10 years ago