kallestenflo
46b4c58b02
Update README.md
8 years ago
kallestenflo
e346b29e76
Update README.md
8 years ago
Kalle Stenflo
b8388e2811
Release 2.3.0
8 years ago
Kalle Stenflo
0743843aad
Fixed path in gradle build file.
8 years ago
kallestenflo
1f8d4602b2
Merge pull request #350 from jonnywei/master
...
fix line feed error
8 years ago
kallestenflo
2ed9c0b276
Merge pull request #361 from jochenberger/upgrade-gradle
...
upgrade Gradle wrapper
8 years ago
kallestenflo
be2597e222
Merge pull request #362 from jochenberger/patch-2
...
Upgrade tapestry-json
8 years ago
kallestenflo
6627700e1d
Merge pull request #363 from jochenberger/patch-3
...
Fix cast
8 years ago
jochenberger
7037b37d80
Fix cast
8 years ago
jochenberger
21f5bc5107
Upgrade tapestry-json
8 years ago
Jochen Berger
b81f8dc860
upgrade Gradle wrapper
8 years ago
jonny
945305dc19
new line feed
8 years ago
kallestenflo
c97d8f2d14
Merge pull request #347 from jochenberger/patch-1
...
Upgrade tapestry-json to 5.4.2
8 years ago
kallestenflo
db979e3bb8
Merge pull request #346 from bryant1410/master
...
Fix broken headings in Markdown files
8 years ago
jochenberger
389fafe700
Upgrade tapestry-json to 5.4.2
8 years ago
Santiago Castro
0cc0b7d58f
Fix broken Markdown headings
8 years ago
Kalle Stenflo
4c64ec2532
Make ParseContext from JsonPath.using thread safe #187
8 years ago
kallestenflo
c23b301b46
Update README.md
8 years ago
kallestenflo
c618732f16
Update README.md
8 years ago
kallestenflo
680e0277b3
Merge pull request #314 from jochenberger/use-json-smart-for-query-parsing
...
use json-smart to parse the query
8 years ago
Kalle Stenflo
e10c47b7f9
Accept URLs as input but deprecate URL methods #218 .
8 years ago
kallestenflo
b0a2b65697
Merge pull request #332 from jochenberger/patch-2
...
FIx typo in exception message
8 years ago
kallestenflo
475a184ff1
Merge pull request #335 from mgreenwood1001/Issue234
...
Fix for Issue #234 - Late Binding for Function Parameters
8 years ago
Greenwood
73a97c3d5e
removing created by
8 years ago
Greenwood
bb682179c2
replacing space with tabs, IDE formatting issue
8 years ago
Greenwood
e8199bd93d
addressing @jochenberger's code review comments, Created by... is IntelliJ auto-creation -- added Apache license headers
8 years ago
kallestenflo
0415bdeb15
Merge pull request #317 from jochenberger/patch-3
...
Upgrade SLF4J
8 years ago
Jochen Berger
3474c9e80a
adapt test
8 years ago
jochenberger
6b57f766c3
Merge branch 'master' into patch-3
8 years ago
jochenberger
1cb9509a6b
Merge branch 'master' into use-json-smart-for-query-parsing
8 years ago
Kalle Stenflo
794d1fcb55
Added copyright date and company #251 .
8 years ago
Kalle Stenflo
7f77428923
Added provided tests for issue #275 .
8 years ago
kallestenflo
32573abffe
Merge pull request #334 from jochenberger/upgrade-json-smart
...
upgrade json-smart dependency
8 years ago
mattg
6b45f7e50f
missed one file, removed args
8 years ago
mattg
fd6f8a6f3e
removing dead constructor arg
8 years ago
mattg
4b19669222
removing commented out code
8 years ago
mattg
760abf2a39
update of javadoc
8 years ago
mattg
ceda040d29
update of javadoc
8 years ago
mattg
e0eb000973
removing unused import
8 years ago
mattg
76cb105d4a
removing unused import - fixing 2nd call to get() to avoid recomputation
8 years ago
mattg
965e49e2ca
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(?)
...
The fault is in the Parameter object which obviously cached its value and when the outside reference changes its oblivious to that state change due to its internal cached instance of the state. Cache.getCache()... that singleton call inside of JsonContext then grabs an instance of the cached parameter, it would be thread unsafe to simple invalidate the cache because who knows for whom the cache is being invalidated.
Not caching function paths isn't an answer -- the input to a function could itself be another function - meaning the input (parameter) value would never be observed to the wrapping function and things such as take the $.max(3, 4, 5, $.avg(...)) would yield an answer without average being computed.
8 years ago
Jochen Berger
26bd6031b7
upgrade json-smart dependency
8 years ago
jochenberger
ef712d329b
FIx typo in exception message
8 years ago
Kalle Stenflo
4d88801566
Added test for issue 309.
8 years ago
kallestenflo
e0231f0a15
Merge pull request #331 from jochenberger/fix-json-org-provider
...
fix result if object does not contain key (fixes #270 )
8 years ago
jochenberger
f118637519
Better approach
8 years ago
Jochen Berger
32a0a5294b
fix result if object does not contain key ( fixes #270 )
8 years ago
jochenberger
41be671609
Restore accidentally removed line
8 years ago
kallestenflo
b1732ff8ed
Merge pull request #330 from jochenberger/patch-1
...
Fix JSON detection
8 years ago
jochenberger
0b9900ef66
Use json-smart to detect whether the String is JSON
8 years ago