[ 
https://issues.apache.org/jira/browse/CAMEL-12717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16573847#comment-16573847
 ] 

ASF GitHub Bot commented on CAMEL-12717:
----------------------------------------

aldettinger closed pull request #2460: CAMEL-12717: Updated camel-dozer to 
6.4.0 for dozer
URL: https://github.com/apache/camel/pull/2460
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/components/camel-dozer/src/main/java/org/apache/camel/converter/dozer/MapperFactory.java
 
b/components/camel-dozer/src/main/java/org/apache/camel/converter/dozer/MapperFactory.java
index f9f90f4bda7..49b542464ae 100644
--- 
a/components/camel-dozer/src/main/java/org/apache/camel/converter/dozer/MapperFactory.java
+++ 
b/components/camel-dozer/src/main/java/org/apache/camel/converter/dozer/MapperFactory.java
@@ -77,10 +77,6 @@ private Mapper 
parseConfiguration(DozerBeanMapperConfiguration configuration) {
 
     private void configureSettings() {
         System.setProperty(SettingsKeys.CLASS_LOADER_BEAN, 
DozerThreadContextClassLoader.class.getName());
-
-        // TODO: Remove next version, see:
-        // https://github.com/DozerMapper/dozer/issues/680
-        System.setProperty(SettingsKeys.USE_JAXB_MAPPING_ENGINE, 
Boolean.FALSE.toString());
     }
 
     private ELEngine createELEngine() {
diff --git a/parent/pom.xml b/parent/pom.xml
index b2567fc1a13..702ed702444 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -185,7 +185,7 @@
     <docker-java-version>3.0.14</docker-java-version>
     <docker-java-bundle-version>3.0.14_1</docker-java-bundle-version>
     <dom4j-bundle-version>1.6.1_5</dom4j-bundle-version>
-    <dozer-version>6.3.0</dozer-version>
+    <dozer-version>6.4.0</dozer-version>
     <drools-version>7.3.0.Final</drools-version>
     <dropbox-version>3.0.8</dropbox-version>
     
<eclipse-equinox-common-version>3.3.0-v20070426</eclipse-equinox-common-version>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Upgrade camel-dozer to dozer v6.4.0
> -----------------------------------
>
>                 Key: CAMEL-12717
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12717
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-dozer
>    Affects Versions: 2.23.0
>            Reporter: Gareth Healy
>            Assignee: Alex Dettinger
>            Priority: Major
>             Fix For: 2.23.0
>
>
> Upgrade dozer to 6.4.0
> - https://github.com/DozerMapper/dozer/releases/tag/6.4.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to