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
jochenberger
6b57f766c3
Merge branch 'master' into patch-3
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
kallestenflo
b1732ff8ed
Merge pull request #330 from jochenberger/patch-1
...
Fix JSON detection
8 years ago
jochenberger
3b6a662c9b
Add test
8 years ago
jochenberger
fcfd849e83
Fix JSON detection
8 years ago
kallestenflo
3068c80979
Merge pull request #329 from jochenberger/negative-array-index
...
Add support for negative array indexes
8 years ago
Jochen Berger
571fae5ccd
add example for negative array index
8 years ago
Jochen Berger
40dac9fa73
support negative array indexes
8 years ago
kallestenflo
d3afea5036
Merge pull request #328 from jochenberger/patch-8
...
Don't create appender when not needed, remove unused variable declation
8 years ago
jochenberger
517ec8a66c
Don't create appender when not needed, remove unused variable declaration
8 years ago
kallestenflo
826c5a10e4
Merge pull request #327 from jochenberger/speed-up-filter-compiler
...
avoid some costly calls to String#trim()
8 years ago
Jochen Berger
e7ac1e60d1
avoid some costly calls to String#trim()
8 years ago
kallestenflo
5e6fbc89da
Merge pull request #320 from jochenberger/patch-1
...
Make jettison optional
8 years ago
kallestenflo
4156438497
Merge pull request #321 from jochenberger/patch-4
...
Fix distribution bundle
8 years ago
kallestenflo
590213942c
Merge pull request #322 from jochenberger/patch-5
...
Don't initialize Configuration if we don't need it
8 years ago
kallestenflo
bbe9a5d882
Merge pull request #324 from jochenberger/patch-7
...
Make inner class static
8 years ago
kallestenflo
4c245c2875
Merge pull request #323 from jochenberger/patch-6
...
Make LimitingEvaluationListener static
8 years ago
jochenberger
9f3036ece0
Make inner class static
8 years ago
jochenberger
be1e39e91a
Make LimitingEvaluationListener *static*
8 years ago
jochenberger
c02d854867
Don't initialize Configuration if we don't need it
8 years ago
jochenberger
860b6d0e88
Update build.gradle
8 years ago
jochenberger
0ff476f97d
Fix distribution bundle
8 years ago
jochenberger
7ad004c1a3
Make jettison optional
...
fixes #250
8 years ago
kallestenflo
c43c005b1b
Merge pull request #318 from jochenberger/upgrade-gradle
...
upgrade Gradle wrapper
8 years ago
kallestenflo
4189588bec
Merge pull request #316 from jochenberger/patch-2
...
upgrade tapestry-json
8 years ago
kallestenflo
d33affdda8
Merge pull request #315 from jochenberger/patch-1
...
Exclude transitive ASM dependency
8 years ago
kallestenflo
79c1cdc730
Merge pull request #310 from breenger/fix_org_json_provider
...
Fixing java.lang.NoClassDefFoundError: com/google/gson/JsonObject ...
8 years ago
kallestenflo
df909a5c75
Merge pull request #306 from plastic-karma/gson_remove_internal_dep
...
enable bigdecimal and -integer for GSONProvider
8 years ago