This is an automated email from the ASF dual-hosted git repository.
gk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git
from adb002f Align, and fix junit5 engines and platform settings from
testcontainer and junit-bom (5.11.2 and 1.11.2 in testcontainer v2.0.1), update
gson to v.2.13.0. Fix profile in (old) jackson module, keep it, but set main
class as deprecated, update dep commons-lang3 to 3.17.0.
new 5fd0603 Format JsonService
new 3c1076b Update core dependencies gson: patch 2.13.0-> 2.13.2, jackson
minor 2.18.3 to 2.20.1, use annotations as transitive dependency, update comons
lang3 minor versin from 3.17.0 to 3.19.0 and json-path from 2.9.0 to 2.10.0
new 5926e3d Add three tests in module jackson2 to JacksonMapperTest
concerning Lists,Maps and Mixins.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/fulcrum/json/JsonService.java | 541 ++++++++++-----------
gson/pom.xml | 6 +-
jackson2/pom.xml | 13 +-
.../fulcrum/json/jackson/JacksonMapperTest.java | 96 +++-
.../apache/fulcrum/json/jackson/example/Bean.java | 6 +
.../mixins/{BeanMixin2.java => BeanMixin3.java} | 33 +-
6 files changed, 402 insertions(+), 293 deletions(-)
copy jackson2/src/test/org/apache/fulcrum/json/jackson/mixins/{BeanMixin2.java
=> BeanMixin3.java} (53%)