This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
from a40e59478a bump snakeyaml version to align with jackson
new ddb083d106 fixes for jackson 2.13 upgrade -- more custom serializers
new 6398ab9cc6 use proper serialiation when writing for shell environment
new 55dcb95206 add jackson date/time jsr310 to feature
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:
core/pom.xml | 4 ++++
.../util/core/json/BrooklynObjectsJsonMapper.java | 8 ++++++-
.../util/core/json/ShellEnvironmentSerializer.java | 25 ++++++++++++---------
karaf/features/src/main/feature/feature.xml | 2 ++
locations/container/pom.xml | 3 +--
pom.xml | 5 +++++
.../util/json/BrooklynJacksonSerializerTest.java | 26 +++++++++++++++++-----
.../base/ShellEnvironmentSerializerTest.java | 6 +++--
.../base/SoftwareProcessShellEnvironmentTest.java | 3 ++-
9 files changed, 60 insertions(+), 22 deletions(-)