hunterpayne
|
dd98bc1756
|
Removing unnecessary object creation from streaming API and fixing tests
|
10 years ago |
hunterpayne
|
1ac3a3fe67
|
Fixing some bugs in the criteria evaluation
|
10 years ago |
hunterpayne
|
155cd89209
|
Merge pull request #1 from NetNow/master
Split a large JSON payload using streaming API, return results.
|
10 years ago |
Steve White
|
7b8804ea6f
|
Removed some bits left over
|
10 years ago |
Steve White
|
342904c0ef
|
Added Jackson and JsonSmart support to TokenStack splitter. Gson not supported.
|
10 years ago |
Steve White
|
f0844a8a41
|
Added support for splitting JSON objects using the streaming API. Only basic expressions supported.
|
10 years ago |
hunterpayne
|
e191119765
|
Splitting the predicate interface to allow it to be used in lambda calculus
|
10 years ago |
hunterpayne
|
2719bdb660
|
Fixing a bug with multiple json objects being sent to the parser in series
|
10 years ago |
hunterpayne
|
bddabc6fdb
|
Fixing a minor bug with root path patterns
|
10 years ago |
hunterpayne
|
b1d8f8f33a
|
Fixing a bug with a 1 character path
|
10 years ago |
hunterpayne
|
29bbbfb17a
|
Removing a debug statement
|
10 years ago |
hunterpayne
|
d59251d72f
|
Improving unit test for streaming to cover floats and ints
|
10 years ago |
hunterpayne
|
6c59889996
|
Making the testing a bit more flexible
|
10 years ago |
hunterpayne
|
a9a9f685ed
|
Adding unit testing for the streaming API
|
10 years ago |
hunterpayne
|
26cf273965
|
Changes to make tests compile
|
10 years ago |
hunterpayne
|
ea8b1efd9a
|
Adding more streaming changes
|
10 years ago |
hunterpayne
|
28486207d2
|
Adding more streaming changes
|
10 years ago |
hunterpayne
|
ba850e5101
|
Adding streaming functionality
|
10 years ago |
kallestenflo
|
780c92f647
|
Update README.md
|
10 years ago |
Kalle Stenflo
|
c03dcf77c5
|
Tests for issue #76
|
10 years ago |
Kalle Stenflo
|
e89798e407
|
Renamed boon to gatling and changed about URL:s.
|
10 years ago |
kallestenflo
|
7ffa115ce8
|
Update README.md
|
10 years ago |
kallestenflo
|
35b26f3fb4
|
Update README.md
|
10 years ago |
kallestenflo
|
e03c24e329
|
Fixed documentation. issue #72
|
10 years ago |
kallestenflo
|
23d4114d07
|
Update README.md
|
10 years ago |
kallestenflo
|
c09b9699c4
|
Update README.md
|
10 years ago |
kallestenflo
|
d672ab77f3
|
Update README.md
|
10 years ago |
kallestenflo
|
5d1022be0c
|
Update README.md
|
10 years ago |
kallestenflo
|
44a1c13f6c
|
Added regex example.
|
10 years ago |
Kalle Stenflo
|
09782be5b8
|
Prepared version 2.0.1-SNAPSHOT
|
10 years ago |
Kalle Stenflo
|
42538bb626
|
Fixed Heroku deploy.
|
10 years ago |
Kalle Stenflo
|
beb26d2ffe
|
Fixed Heroku version.
|
10 years ago |
Kalle Stenflo
|
ac6d7f0d93
|
Fixed Heroku proc file.
|
10 years ago |
Kalle Stenflo
|
3684a7a76c
|
Fixed Heroku proc file.
|
10 years ago |
kallestenflo
|
c0e7c3a930
|
Update README.md
|
10 years ago |
Kalle Stenflo
|
e8dd68adad
|
Released version 2.0.0.
|
10 years ago |
Kalle Stenflo
|
264852245d
|
Updated change log with release date.
|
10 years ago |
Kalle Stenflo
|
4de672c705
|
Replaced Factory interface with Callable.
|
10 years ago |
Kalle Stenflo
|
1735bc7a87
|
Removed deprecated classes and some minor fixes.
|
10 years ago |
kallestenflo
|
e4f0b1780e
|
Update changelog.md
|
10 years ago |
kallestenflo
|
b1a25a9ccc
|
Update changelog.md
|
10 years ago |
Kalle Stenflo
|
9837c72aaf
|
Fixed issue #71 escape ' in inline criteria.
|
10 years ago |
kallestenflo
|
644c557049
|
Update changelog.md
|
10 years ago |
kallestenflo
|
d2cd96ae1a
|
Merge pull request #69 from jochenberger/fix-issue-68
Fix for https://code.google.com/p/json-path/issues/detail?id=68
|
10 years ago |
kallestenflo
|
32ab2b8f37
|
Merge pull request #68 from jochenberger/update-dependencies
Update dependencies and Gradle wrapper
|
10 years ago |
Jochen Berger
|
f6bc487d5b
|
move the default Defaults implementation to a separate class that is only loaded when needed, this makes it possible to exclude the json-smart dependency (see https://code.google.com/p/json-path/issues/detail?id=68)
|
10 years ago |
Jochen Berger
|
42f9b3c2b3
|
update Gradle wrapper to 2.3
|
10 years ago |
Jochen Berger
|
5636f31ba8
|
update dependencies to latest versions, keep Jackson at 2.4.5 because that's what Spring ships
|
10 years ago |
Kalle Stenflo
|
e6e28772f3
|
Moved providers out of internal.
|
10 years ago |
kallestenflo
|
73244289e7
|
Merge pull request #67 from jochenberger/fix-string-index-out-of-bounds
add a test for https://code.google.com/p/json-path/issues/detail?id=58
|
10 years ago |