[jboss-jira] [JBoss JIRA] (AS7-4075) Upgrade commons-pool to 1.6
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Oct 22 08:58:01 EDT 2012
[ https://issues.jboss.org/browse/AS7-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728361#comment-12728361 ]
Brian Stansberry commented on AS7-4075:
---------------------------------------
Are you certain other components depend on this? I'm not seeing it. In the poms I see some exclusions. But maven dependencies are complex beasts.
Luckily, however, we have a modular classloading setup where dependencies have to be explicitly declared. And a "git grep commons.pool" shows me that the only spots in modules where that appears are:
build/src/main/resources/modules/org/apache/commons/pool/main/module.xml:<module xmlns="urn:jboss:module:1.1" name="org.apache.commons.pool">
build/src/main/resources/modules/org/infinispan/cachestore/jdbc/main/module.xml: <module name="org.apache.commons.pool"/>
build/src/main/resources/modules/org/infinispan/client/hotrod/main/module.xml: <module name="org.apache.commons.pool"/>
> Upgrade commons-pool to 1.6
> ---------------------------
>
> Key: AS7-4075
> URL: https://issues.jboss.org/browse/AS7-4075
> Project: Application Server 7
> Issue Type: Component Upgrade
> Reporter: Júlio Cezar Santos Pires
> Assignee: Radoslav Husar
> Fix For: 7.2.0.Alpha1
>
>
> JBoss 7 contains version 1.5.6. The version 1.6 contains bugs fixed and improvements.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list