Bug#646921: Please only ship one JAR file

2013-04-27 Thread Emmanuel Bourg
Florian, > at worse, compatibility problems result, depending on the order classes > are loaded in the JVM. Could you elaborate on how this could create a compatibility issue? As long as the libraries in the classpath are all based on the same version of ASM it should be safe, isn't it? Emmanue

Bug#646921: Please only ship one JAR file

2011-11-08 Thread Florian Weimer
* Torsten Werner: > On Fri, Oct 28, 2011 at 1:59 PM, Florian Weimer wrote: >> Shipping multiple, different JAR files means that once you load multiple >> ASM-using libraries, some of them are bound to use different JARs, and >> the JVM will have to open all of them.  At best, this wastes resource

Processed: Re: Bug#646921: Please only ship one JAR file

2011-10-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 646921 + wontfix Bug #646921 [asm3] Please only ship one JAR file Added tag(s) wontfix. > thanks Stopping processing here. Please contact me if you need assistance. -- 646921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646921 Debian B

Bug#646921: Please only ship one JAR file

2011-10-28 Thread Torsten Werner
tags 646921 + wontfix thanks On Fri, Oct 28, 2011 at 1:59 PM, Florian Weimer wrote: > Shipping multiple, different JAR files means that once you load multiple > ASM-using libraries, some of them are bound to use different JARs, and > the JVM will have to open all of them.  At best, this wastes re

Bug#646921: Please only ship one JAR file

2011-10-28 Thread Florian Weimer
Package: asm3 Version: 3.3.2-1 Shipping multiple, different JAR files means that once you load multiple ASM-using libraries, some of them are bound to use different JARs, and the JVM will have to open all of them. At best, this wastes resources, at worse, compatibility problems result, depending