[jboss-as7-dev] Netty upgrade for AS7
Jaikiran Pai
jpai at redhat.com
Sat Oct 6 11:42:07 EDT 2012
On Friday 05 October 2012 09:51 PM, Jeff Mesnil wrote:
> On 10/05/2012 04:33 PM, David M. Lloyd wrote:
>> This is not the first time a group ID has changed. What you have to do is:
>>
>> 3. Replace the old dependency with the new one in all modules that
>> require Netty directly or transitively.
> Thanks for the help, David, I followed your advices to clean up the transitive dependencies and make sure we only depend on a
> single Netty version[1]
>
>
> [1] https://github.com/jmesnil/jboss-as/commit/185402610b6e304af946274ff9bcc454dde55e43
>
I think we should rename the module too and then scan all the shipped
module.xml files to update the module name to the new name (scanning the
java code too would be a good idea for hardcoded module name, but I
don't think we have any for the netty module). The org.jboss.netty
module was already marked as "private" which means even if changing the
module name to io.netty "breaks" applications which depend on it, it's
reasonable to expect such applications to use the new module name or
better yet package that library within their application.
-Jaikiran
More information about the jboss-as7-dev
mailing list