This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git

commit 2331e2a9444b4699985750cfbfd80efa011e25bc
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Oct 27 22:01:59 2020 +0100

    Adding jackson configurator to spring-context
---
 .../src/main/resources/META-INF/spring-context.xml                     | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/redback-integrations/redback-rest/redback-rest-services/src/main/resources/META-INF/spring-context.xml
 
b/redback-integrations/redback-rest/redback-rest-services/src/main/resources/META-INF/spring-context.xml
index 156eed2..42198d7 100644
--- 
a/redback-integrations/redback-rest/redback-rest-services/src/main/resources/META-INF/spring-context.xml
+++ 
b/redback-integrations/redback-rest/redback-rest-services/src/main/resources/META-INF/spring-context.xml
@@ -51,6 +51,9 @@
   </bean>
   <bean id="redbackJacksonXMLMapper" 
class="com.fasterxml.jackson.dataformat.xml.XmlMapper" >
   </bean>
+  <bean id="redbackJacksonJsonConfigurator" 
class="org.apache.archiva.redback.rest.services.interceptors.JacksonJsonConfigurator"
 />
+
+
   <!-- CXF OpenApiFeature -->
   <bean id="openApiFeature" 
class="org.apache.cxf.jaxrs.openapi.OpenApiFeature">
     <property name="scanKnownConfigLocations" value="true"/>

Reply via email to