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

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

oscerd closed pull request #2370: CAMEL-12572: Upgrade jaxb to 2.3.0.1
URL: https://github.com/apache/camel/pull/2370
 
 
   

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/camel-core/pom.xml b/camel-core/pom.xml
index 1933d7b395b..b1d0c0edf60 100644
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -703,12 +703,12 @@
               <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-core</artifactId>
-                <version>2.3.0</version>
+                <version>2.3.1</version>
               </dependency>
               <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-impl</artifactId>
-                <version>2.3.0</version>
+                <version>2.3.0.1</version>
               </dependency>
             </dependencies>
           </plugin>
diff --git a/components/camel-blueprint/pom.xml 
b/components/camel-blueprint/pom.xml
index b02bd2e827f..11844d646c6 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -507,7 +507,7 @@
                 <dependency>
                   <groupId>org.glassfish.jaxb</groupId>
                   <artifactId>jaxb-jxc-jdk9</artifactId>
-                  <version>2.3.0</version>
+                  <version>2.3.0.1</version>
                 </dependency>
                 <dependency>
                   <groupId>javax.activation</groupId>
diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index b547dda84f1..892a119fb51 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -627,7 +627,7 @@
               <dependency>
                 <groupId>org.glassfish.jaxb</groupId>
                 <artifactId>jaxb-jxc-jdk9</artifactId>
-                <version>2.3.0</version>
+                <version>2.3.0.1</version>
               </dependency>
               <dependency>
                 <groupId>javax.activation</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 0363ec490bb..64310057903 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -5623,7 +5623,7 @@
 
       <!-- Update JAXB version here -->
       <properties>
-        <jaxb-version>2.3.0</jaxb-version>
+        <jaxb-version>2.3.0.1</jaxb-version>
       </properties>
 
       <dependencies>
diff --git 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index dea320a6708..72855acc3b7 100644
--- 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -118,12 +118,12 @@
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-core</artifactId>
-        <version>2.3.0</version>
+        <version>2.3.0.1</version>
       </dependency>
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-impl</artifactId>
-        <version>2.3.0</version>
+        <version>2.3.0.1</version>
         <exclusions>
           <exclusion>
             <groupId>javax.jws</groupId>
@@ -134,7 +134,7 @@
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-jxc</artifactId>
-        <version>2.3.0</version>
+        <version>2.3.0.1</version>
       </dependency>
       <dependency>
         <groupId>com.sun.xml.parsers</groupId>
diff --git a/pom.xml b/pom.xml
index b0fb2925ad7..031e8aceb1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
 
     <!-- eclipse plugin need the jaxb in this pom.xml file -->
     <!-- Make sure to keep JAXB version up to date in parent/pom.xml in the 
bottom of the file -->
-    <jaxb-version>2.3.0</jaxb-version>
+    <jaxb-version>2.3.0.1</jaxb-version>
     <errorprone-version>2.5</errorprone-version>
     <mycila-license-version>3.0</mycila-license-version>
     <gmavenplus-plugin-version>1.5</gmavenplus-plugin-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:
us...@infra.apache.org


> Upgrade to jaxb 2.3.0.1
> -----------------------
>
>                 Key: CAMEL-12572
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12572
>             Project: Camel
>          Issue Type: Improvement
>          Components: build system
>            Reporter: Craig
>            Priority: Major
>
> Camel master (soon to be 2.22) is using jaxb 2.3.0. The latest version of 
> jaxb is 2.3.0.1.



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

Reply via email to