[dna-issues] [JBoss JIRA] Commented: (DNA-557) Upgrade RESTEasy from 1.1.GA to 1.2.GA
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Mon Nov 23 21:19:01 EST 2009
[ https://jira.jboss.org/jira/browse/DNA-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12496212#action_12496212 ]
Randall Hauch commented on DNA-557:
-----------------------------------
Changed to RESTEasy 1.2.1.GA (which was literally just released a few hours ago), and added back in the exclusion of the "com.sun.xml.bind/jaxb-impl" dependency from "resteasy-jaxb-provider" artifact. I was able to replicate the Hudson build problem by cleaning out my local Maven repository (in ~/.m2/repository), and these two changes appears to have fixed the problem for the "dna-web-jcr-rest" project (at least locally). Similar changes were required for the "dna-web-jcr-rest-client" project.
Committing the change, and hopefully the Hudson build will also be successful.
> Upgrade RESTEasy from 1.1.GA to 1.2.GA
> --------------------------------------
>
> Key: DNA-557
> URL: https://jira.jboss.org/jira/browse/DNA-557
> Project: DNA
> Issue Type: Thirdparty Change
> Components: Web Application
> Affects Versions: 0.6
> Reporter: Randall Hauch
> Assignee: Randall Hauch
> Priority: Blocker
> Fix For: 0.7
>
>
> The 1.2.GA version of RESTEasy is now available, and this fixes some of the issues with the Maven dependency resolution. Several of the dependencies (like Jettison and FastInfoset) have been removed, saving some unnecessary dependencies when not needed. However, it does requires some changes to be made to the POM file in the 'dna-web-jcr-rest' project. (For details, see http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/1.2.GA/userguide/html_single/index.html#Migration_from_older_versions).
> Since 1.1.GA depended upon FastInfoset (which is not available in the JBoss Maven repository), our builds started failing recently. This change will hopefully get around those issues, since we have no use/need for FastInfoset.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list