Re: Struts 2 support of Java 8

2014-12-14 Thread Lukasz Lenart
Yeah... I would like to eliminate ASM from dependencies but I must find some substitution ;-) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014-12-14 20:29 GMT+01:00 Paweł Wielgus : > Hi Łukasz, > looking through ASM releases > i see that one would need version >= 5.0 to have Ja

Re: Struts 2 support of Java 8

2014-12-14 Thread Paweł Wielgus
Hi Łukasz, looking through ASM releases i see that one would need version >= 5.0 to have Java8 full support: http://forge.ow2.org/forum/forum.php?forum_id=2302 and in Struts 2.3.16 there is ASM in 3.3 version. So maybe it's realy that simple :-) I just hope it won't breake to much in current cod

Re: Struts 2 support of Java 8

2014-12-14 Thread Lukasz Lenart
2014-12-14 19:14 GMT+01:00 Paweł Wielgus : > Hi Łukasz, > registered as: > https://issues.apache.org/jira/browse/WW-4431 > if anything more is needed just let me know and i will add all > necessary information. Thanks a lot! I think we just must switch to newer version of ASM :) Regards -- Łuka

Re: Struts 2 support of Java 8

2014-12-14 Thread Paweł Wielgus
gt;>>> Pozdrawiam, >>>> Paweł Wielgus. >>>> tel: +48 604 603 546 >>>> >>>> >>>> 2014-12-11 3:07 GMT+01:00 Greg Lindholm : >>>> > I'm using Java 8 with Struts 2 and have had no issues. >>>> > >

Re: Struts 2 support of Java 8

2014-12-13 Thread Lukasz Lenart
; 2014-12-11 3:07 GMT+01:00 Greg Lindholm : >>> > I'm using Java 8 with Struts 2 and have had no issues. >>> > >>> > On Wed, Dec 10, 2014 at 1:00 PM, Schlachter, Gary < >>> > gary.schlach...@sensus.com> wrote: >>> > >>> >> Yes, it is

Re: Struts 2 support of Java 8

2014-12-11 Thread Paweł Wielgus
le to instantiate Action, com.sms.web.site.IndexAction, defined >> >> > for 'Index' in namespace '/'Failed to obtain BeanInfo for class >> >> > [com.sms.web.site.IndexAction]; nested exception is >> >> > java.beans.IntrospectionExceptio

Re: Struts 2 support of Java 8

2014-12-11 Thread Ken McWilliams
> > >> Yes, it is a Spring 3.1. > >> > >> -Original Message- > >> From: Dave Newton [mailto:davelnew...@gmail.com] > >> Sent: Wednesday, December 10, 2014 12:58 PM > >> To: Struts Users Mailing List > >> Subject: Re: Struts

Re: Struts 2 support of Java 8

2014-12-10 Thread Paweł Wielgus
new...@gmail.com] >> Sent: Wednesday, December 10, 2014 12:58 PM >> To: Struts Users Mailing List >> Subject: Re: Struts 2 support of Java 8 >> >> Are you using Spring? >> >> This looks like the JavaBeans naming convention wasn't followed. >> &

Re: Struts 2 support of Java 8

2014-12-10 Thread Greg Lindholm
December 10, 2014 12:58 PM > To: Struts Users Mailing List > Subject: Re: Struts 2 support of Java 8 > > Are you using Spring? > > This looks like the JavaBeans naming convention wasn't followed. > > On Wed, Dec 10, 2014 at 12:51 PM, Schlachter, Gary < > gary.schla

RE: Struts 2 support of Java 8

2014-12-10 Thread Schlachter, Gary
Yes, it is a Spring 3.1. -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Wednesday, December 10, 2014 12:58 PM To: Struts Users Mailing List Subject: Re: Struts 2 support of Java 8 Are you using Spring? This looks like the JavaBeans naming convention wasn&#

Re: Struts 2 support of Java 8

2014-12-10 Thread Dave Newton
o:lukaszlen...@apache.org] > Sent: Wednesday, December 10, 2014 12:44 PM > To: Struts Users Mailing List > Subject: Re: Struts 2 support of Java 8 > > 2014-12-10 18:37 GMT+01:00 Schlachter, Gary : > > I have spent time searching and could not find a definitely answer on > whe

Re: Struts 2 support of Java 8

2014-12-10 Thread Ken McWilliams
I'm using struts2 with Java 8 without issues. It will be awhile before struts2 will *require* Java 8, being a popular framework in the business world, accessibility is highly valued. On Wed, Dec 10, 2014 at 10:43 AM, Lukasz Lenart wrote: > 2014-12-10 18:37 GMT+01:00 Schlachter, Gary : > > I have

RE: Struts 2 support of Java 8

2014-12-10 Thread Schlachter, Gary
ge- From: Lukasz Lenart [mailto:lukaszlen...@apache.org] Sent: Wednesday, December 10, 2014 12:44 PM To: Struts Users Mailing List Subject: Re: Struts 2 support of Java 8 2014-12-10 18:37 GMT+01:00 Schlachter, Gary : > I have spent time searching and could not find a definitely answer on wheth

Re: Struts 2 support of Java 8

2014-12-10 Thread Lukasz Lenart
2014-12-10 18:37 GMT+01:00 Schlachter, Gary : > I have spent time searching and could not find a definitely answer on whether > or not Struts 2.3 support Java 8. In what version of Struts is Java 8 > supported? What you mean by "supported"? There are few issues that directly target JDK8 but S2

Struts 2 support of Java 8

2014-12-10 Thread Schlachter, Gary
I have spent time searching and could not find a definitely answer on whether or not Struts 2.3 support Java 8. In what version of Struts is Java 8 supported? Thanks, Gary