Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] org.objectweb.asm not a serverClass?


Hi,

Is there any particular reason why jetty-annotations does not add org.objectweb.asm as a serverclass?

ASM in different versions are often added to WEB-INF/lib, causing various class loader issues when it clashes with the version visible from the parent class loader.

Should we add ASM s a server class?

Or perhaps better:  Could we shade ASM into org.eclipse.jetty.org.objectweb.asm?

WDYT?

Eirik.

Back to the top