Andrew Prentice
|
788223760a
|
Fixing java.lang.NoClassDefFoundError: com/google/gson/JsonObject when using JsonOrgJsonProvider
|
8 years ago |
Benjamin Rogge
|
291eabafda
|
enable bigdecimal and -integer for GSONProvider
|
8 years ago |
kallestenflo
|
2a5e87c5b9
|
Merge pull request #285 from odlp/master
Add BooleanReader to allow boolean primitive to be read
|
8 years ago |
odlp
|
ba3e1196dc
|
Add BooleanReader to allow boolean primitive to be read
Resolves #280
|
8 years ago |
kallestenflo
|
93f23493dd
|
Update README.md
|
8 years ago |
Ari Fogel
|
ec3a79eb77
|
updated documentation for ! filter predicate
|
8 years ago |
Ari Fogel
|
38c7e791f6
|
implement not (!) operator in filter expressions
|
8 years ago |
kallestenflo
|
4dc0ca9b01
|
Merge pull request #262 from kysnm/property_must_be_separated_by_commas
Property must be separated by commas
|
8 years ago |
kallestenflo
|
8f788bc3a2
|
Merge pull request #263 from helsing/issue_254_assert_on_read_context
Allow ReadContext to be matched by isJson()/hasJsonPath() matchers - issue #254
|
8 years ago |
kysnm
|
0ea1cb59ad
|
The conditions the same as the other
|
8 years ago |
Patrik Helsing
|
bd5b682c7b
|
Make it possible to use isJson() and hasJsonPath() matchers directly on ReadContexts.
|
8 years ago |
kysnm
|
2572cbab02
|
Property must be separated by commas
|
8 years ago |
kallestenflo
|
c2c1686139
|
Merge pull request #244 from jmlamare/master
Jettison Integration
|
8 years ago |
kallestenflo
|
60cd93dbf2
|
Merge pull request #237 from helsing/issue_232_assert_empty_arrays
Fix for assert on empty arrays, issues #232 and #236
|
8 years ago |
jmlamare
|
0275491485
|
Jettison Integration
|
8 years ago |
jmlamare
|
e5f210f6a1
|
Jettison Integration
|
8 years ago |
jmlamare
|
d2a6e7b29b
|
Add support for Jettison
|
8 years ago |
Patrik Helsing
|
ba7189c688
|
Get rid of Java 7 dependencies
|
9 years ago |
Patrik Helsing
|
3406213da1
|
Removing redundant boiler plate
|
9 years ago |
Patrik Helsing
|
59a1c82b18
|
Make it possible to correctly assert on path to null value.
|
9 years ago |
Patrik Helsing
|
6823a7de1d
|
hasJsonPath("path.to.empty.array") will match, e.g return true
|
9 years ago |
Patrik Helsing
|
6f485c8df2
|
Empty json arrays and empty json objects are considered valid json.
|
9 years ago |
kallestenflo
|
b4a37aa2e6
|
Merge pull request #214 from bharathcp/patch-1
added implementation for assertEquals(String path, T expected, String…
|
9 years ago |
Bharath
|
76e35efb1e
|
added implementation for assertEquals(String path, T expected, String message)
|
9 years ago |
kallestenflo
|
6bb5c387f1
|
Merge pull request #212 from jlolling/bug_211_document_context_returned_cloned_objects
Bug fixed: #211 setProperty and setArrayIndex set/add cloned nodes
|
9 years ago |
Jan Lolling
|
3d0c3e99a5
|
Null-node instead of removing attribute when set null as value
|
9 years ago |
Jan Lolling
|
a1605a167b
|
Bug fixed: #211 setProperty and setArrayIndex set/add cloned nodes
|
9 years ago |
kallestenflo
|
3ba197a642
|
Merge pull request #209 from jochenberger/patch-1
Make `org.apache.tapestry5.json.*` optional in the manifest
|
9 years ago |
jochenberger
|
f57b692587
|
Make `org.apache.tapestry5.json.*` optional in the manifest
|
9 years ago |
kallestenflo
|
c923d2e2d0
|
Merge pull request #201 from kevinconaway/issue-200
#200 Add support for BigInteger to JsonSmartMappingProvider
|
9 years ago |
Kevin Conaway
|
f077bbb97d
|
#200 Add support for BigInteger to JsonSmartMappingProvider
|
9 years ago |
kallestenflo
|
65af457a90
|
Update README.md
|
9 years ago |
kallestenflo
|
c87d333d1e
|
Update README.md
|
9 years ago |
kallestenflo
|
f3d384a535
|
Update README.md
|
9 years ago |
Kalle Stenflo
|
c6c136efa7
|
Prepared development 2.2.1
|
9 years ago |
Kalle Stenflo
|
ff760658dd
|
Prepared release 2.2.0
|
9 years ago |
kallestenflo
|
c6c092a091
|
Merge pull request #196 from jochenberger/fix-not-exists-serialization
PR for #178
|
9 years ago |
Jochen Berger
|
8b26fae7b4
|
fix and test for 'not exists' serialization (fixes #178)
|
9 years ago |
kallestenflo
|
d958ab74a3
|
Merge pull request #195 from jochenberger/revert-getjson
remove the get_json function
|
9 years ago |
Jochen Berger
|
a8bc2af229
|
remove the get_json function that was accidentally introduced when merging #167 (fixes #180)
|
9 years ago |
kallestenflo
|
0e9f397839
|
Merge pull request #182 from mchmielarz/master
Solution proposal for #181
|
9 years ago |
kallestenflo
|
43f9845ae2
|
Merge pull request #190 from spyros87/assignable-gson-object-to-gsonjsonprovider-constructor
Updated GsonJsonProvider using a customized Gson object.
|
9 years ago |
kallestenflo
|
91f21d01f2
|
Merge pull request #194 from jochenberger/fix-array-subscriptions
PR for #173
|
9 years ago |
kallestenflo
|
2f690f0857
|
Merge pull request #193 from jochenberger/speed-up-evaluation-abort
Speed up the abort of an evaluation
|
9 years ago |
Jochen Berger
|
7115c6155f
|
fix detection of trailing comma
|
9 years ago |
Jochen Berger
|
f3ac1a0d15
|
fail when there are multiple commas between subscriptions
|
9 years ago |
Jochen Berger
|
4bfa932cdf
|
fail when there are spaces inside array indexes
|
9 years ago |
Jochen Berger
|
2cb9b474db
|
add test for #173
|
9 years ago |
Jochen Berger
|
c521615a5a
|
speed up the abort of an evaluation. It's quite expensive to create an exception and fill its stack. As we don't care about the stack anyway, we don't fill it, also we cache a single exception instance
|
9 years ago |
Spyridon Papadopoulos
|
18ff41336f
|
Updated GsonJsonProvider using also a customized Gson object.
|
9 years ago |