This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit e0f37af0ed51759e033381c5507739199f509a71 Author: Alex Heneveld <[email protected]> AuthorDate: Fri Dec 17 09:46:01 2021 +0000 restore version of jackson as newer version has test-breaking code change karaf seems to work with older version, though one error at startup: "BundleWiring is null for: javax.mail [3]" --- .../apache/brooklyn/core/resolve/jackson/AsPropertyIfAmbiguous.java | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/apache/brooklyn/core/resolve/jackson/AsPropertyIfAmbiguous.java b/core/src/main/java/org/apache/brooklyn/core/resolve/jackson/AsPropertyIfAmbiguous.java index 1ad8eea..3941bbe 100644 --- a/core/src/main/java/org/apache/brooklyn/core/resolve/jackson/AsPropertyIfAmbiguous.java +++ b/core/src/main/java/org/apache/brooklyn/core/resolve/jackson/AsPropertyIfAmbiguous.java @@ -178,7 +178,7 @@ public class AsPropertyIfAmbiguous { } } -// @Override + @Override protected Object _deserializeTypedForId(JsonParser p, DeserializationContext ctxt, TokenBuffer tb) throws IOException { @@ -223,4 +223,4 @@ public class AsPropertyIfAmbiguous { } } -} \ No newline at end of file +} diff --git a/pom.xml b/pom.xml index 240dd8b..3f97f3d 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ <activator.servicemix.version>2.9.0</activator.servicemix.version> <jakarta.activation.version>1.2.2</jakarta.activation.version> <!-- double-check downstream projects before changing jackson version --> - <fasterxml.jackson.version>2.12.5</fasterxml.jackson.version> + <fasterxml.jackson.version>2.11.3</fasterxml.jackson.version> <cxf.version>3.4.0</cxf.version> <httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version> <!-- To match cxf-http-async --> <httpcomponents.httpcore.version>4.4.14</httpcomponents.httpcore.version> <!-- To match cxf -->
