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

Robert Lazarski commented on AXIS2-5984:
----------------------------------------

Well our Travis build failed due to it being based off of JDK 9.

For testing, I built with JDK 8 locally and it passed the unit tests. I 
confirmed the war "happy axis" page works. 

Anyways, I am currently working on JDK 11 and beyond support.

> Switch to org.glassfish.jaxb artifacts?
> ---------------------------------------
>
>                 Key: AXIS2-5984
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5984
>             Project: Axis2
>          Issue Type: Improvement
>    Affects Versions: 1.7.9
>            Reporter: Kai Grabfelder
>            Assignee: Robert Lazarski
>            Priority: Major
>
> Axis2 is using quite old jaxb dependencies.
>  {code}
>         <dependency>
>             <groupId>com.sun.xml.bind</groupId>
>             <artifactId>jaxb-impl</artifactId>
>         </dependency>
>         <dependency>
>             <groupId>com.sun.xml.bind</groupId>
>             <artifactId>jaxb-xjc</artifactId>
>         </dependency>
> {code} 
> According to 
> [https://stackoverflow.com/questions/26413431/which-artifacts-should-i-use-for-jaxb-ri-in-my-maven-project]
>  the artifacts to use would be
> {code}
> <dependency>
>     <groupId>org.glassfish.jaxb</groupId>
>     <artifactId>jaxb-runtime</artifactId>
> </dependency>
> <dependency>
>     <groupId>org.glassfish.jaxb</groupId>
>     <artifactId>jaxb-xjc</artifactId>
>     <version>...</version>
> </dependency>
> {code}
> The version should also be updated to the latest version (2.3.3) as of now
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to