Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.20
-
Patch, Important
Description
Hi,
Since upgrade of Struts in 2.3.20, the version of ASM has been upgraded to 5.0.2.
Actually, I use CXF with Struts 2.
The problem is CXF uses ASM 3.x and it's not compatible with the new API of ASM 5.0.2. All interfaces *Visitor.java have been replaced with abstract classes and the class "WrapperClassGenerator" in CXF is broken because it uses the interfaces "AnnotationVisitor", "FieldVisitor" and "MethodVisitor".
Why do you upgrade ASM 3.3 to ASM 5.0.2 (four years between the two versions!) with this patch of Struts 2 (2.3.20)?
Is there a workaround?
Thank you in advance.
Attachments
Issue Links
- is broken by
-
WW-4347 Support for JDK 8 Lambdas
- Closed