RE: interfaces with default methods on actions

2016-06-13 Thread Martin Gainty
> From: ab...@digitalantiquity.org > Date: Sun, 12 Jun 2016 06:40:03 -0700 > Subject: Re: interfaces with default methods on actions > To: user@struts.apache.org > > It would be great if we could remove ASM3. My naive investigation suggests > that both ASM 3 and ASM 5 s

Re: interfaces with default methods on actions

2016-06-12 Thread Adam Brin
-summary.html Thanks! On Sun, Jun 12, 2016 at 5:42 AM, Martin Gainty <mgai...@hotmail.com> wrote: > > > > > From: lukaszlen...@apache.org > > Date: Sun, 12 Jun 2016 11:31:26 +0200 > > Subject: Re: interfaces with default methods on actions > > To: user@st

RE: interfaces with default methods on actions

2016-06-12 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Sun, 12 Jun 2016 11:31:26 +0200 > Subject: Re: interfaces with default methods on actions > To: user@struts.apache.org > > 2016-06-12 6:46 GMT+02:00 Johannes Geppert <joh...@gmail.com>: > > Is there still any reason to st

Re: interfaces with default methods on actions

2016-06-12 Thread Lukasz Lenart
2016-06-12 6:46 GMT+02:00 Johannes Geppert : > Is there still any reason to still use asm3? > Or should we change this with 2.5.x? Yes, we should drop ASM3 and the Java8 plugin as well and switch to ASM5. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: interfaces with default methods on actions

2016-06-12 Thread Lukasz Lenart
2016-06-12 6:46 GMT+02:00 Johannes Geppert : > Is there still any reason to still use asm3? > Or should we change this with 2.5.x? > > Best Regards > > Johannes > Am 11.06.2016 11:28 vorm. schrieb "Lukasz Lenart" : > >> 2016-06-10 19:22 GMT+02:00 Adam

Re: interfaces with default methods on actions

2016-06-12 Thread Johannes Geppert
Is there still any reason to still use asm3? Or should we change this with 2.5.x? Best Regards Johannes Am 11.06.2016 11:28 vorm. schrieb "Lukasz Lenart" : > 2016-06-10 19:22 GMT+02:00 Adam Brin : > > I’ll give it a try without the java8

Re: interfaces with default methods on actions

2016-06-11 Thread Lukasz Lenart
2016-06-10 19:22 GMT+02:00 Adam Brin : > I’ll give it a try without the java8 plugin installed — but first I have to > figure out the dependency management issues around ASM, as struts2 seems to > still be dependent on both ASM 5x and ASM 3x (via XWork’s >

Re: interfaces with default methods on actions

2016-06-11 Thread Adam Brin
I’ll give it a try without the java8 plugin installed — but first I have to figure out the dependency management issues around ASM, as struts2 seems to still be dependent on both ASM 5x and ASM 3x (via XWork’s DefaultClassFinder), and we’re getting startup errors. --

Re: interfaces with default methods on actions

2016-06-10 Thread Lukasz Lenart
2016-06-10 1:04 GMT+02:00 Adam Brin : > I've been experimenting with Struts 2.5 and trying to simplify our Struts2 > code by using Java8's new interface features with a series of default > methods with common getters/setters around pagination. But when I test it , > the