[dna-issues] [JBoss JIRA] Resolved: (DNA-561) Google Collections API compatibility issues w/ Weld/AS 6
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Mon Nov 30 12:09:29 EST 2009
[ https://jira.jboss.org/jira/browse/DNA-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Randall Hauch resolved DNA-561.
-------------------------------
Resolution: Done
Marking as resolved. If there is a problem with this change, please reopen this issue.
> Google Collections API compatibility issues w/ Weld/AS 6
> --------------------------------------------------------
>
> Key: DNA-561
> URL: https://jira.jboss.org/jira/browse/DNA-561
> Project: DNA
> Issue Type: Thirdparty Change
> Components: Graph, JCR
> Affects Versions: 0.6
> Environment: Jboss as 6 M1
> Weld 1.0.1 (Trunk)
> DNA 0.7 Snapshot
> Reporter: John Ament
> Assignee: Randall Hauch
> Priority: Minor
> Fix For: 0.7
>
> Attachments: dna-patch-weld.patch
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> DNA is using a google collections api from May 2008. They are currently at 1.0 r 4.
> Weld, part of Java EE 6, also uses google collections, but a newer version, 1.0 r3.
> There are a number of API differences, mainly in how objects are instantiated (many of the methods used by DNA are replaced by create methods in the objects in question). It makes writing an app that uses both DNA and Weld impossible (since both versions of google collections need to be loaded). As a result, I have created a patch that will correct this. Unit tests and functional tests are completed and work as I would expect.
> Setting complexity to medium since it requires changing a library.
--
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