Re: Struts 2 and ASM jar version

2016-09-22 Thread Adam Brin
desk: 416 944 6187 cell: 647 835 3067 > e-mail: krunal.dhame...@tdsecurities.com > > -Original Message- > From: Adam Brin [mailto:ab...@digitalantiquity.org] > Sent: Thursday, September 22, 2016 10:15 AM > To: Struts Users Mailing List > Subject: Re: Struts 2 and ASM

RE: Struts 2 and ASM jar version

2016-09-22 Thread Dhamelia, Krunal
– 9th floor, Toronto, Ont, M5H 3P5 desk: 416 944 6187 cell: 647 835 3067 e-mail: krunal.dhame...@tdsecurities.com -Original Message- From: Adam Brin [mailto:ab...@digitalantiquity.org] Sent: Thursday, September 22, 2016 10:15 AM To: Struts Users Mailing List Subject: Re: Struts 2 and ASM

Re: Struts 2 and ASM jar version

2016-09-22 Thread Adam Brin
Hi Krunal, I looked at this issue similarly in our own code, the answer is “it depends.” The convention plugin in Struts 2.5 appears to be the only part of the codebase that seems to use ASM, so, you might be able to omit the dependency if you’re not using that plugin. Alternately, we’ve had

Re: Struts 2 and ASM jar version

2016-09-22 Thread Lukasz Lenart
You can use the Java 8 Support plugin but it was available since 2.3.21 http://struts.apache.org/docs/java-8-support-plugin.html or migrate to Struts 2.5.3 (should be available soon) 2016-09-22 15:29 GMT+02:00 Dhamelia, Krunal : > Hi, > I am using Struts2 v2.3.16 and that has dependency on asm3.3

Struts 2 and ASM jar version

2016-09-22 Thread Dhamelia, Krunal
Hi, I am using Struts2 v2.3.16 and that has dependency on asm3.3 jar. Now my project using some other libraries where asm5.0 is encountered and they are incompatible to each other. Which version of Struts2 uses ASM5.0? looks like other than upgrading Struts I don't have any other option. Thank