Drop support for Java 1.5

2012-11-20 Thread Lukasz Lenart
Hi, Support for Java 1.6 will end soon and I think we should also drop support for Java 1.5 in Struts 2. During one of the Devoxx talk there was a question about how many of you are using Java 1.5 and almost no one is using it. So I think it's time to go forward ;-) WDYT? Regards -- Łukasz + 4

Re: Drop support for Java 1.5

2012-11-20 Thread Paul Benedict
Keep what you have in Struts 2. Struts 3 should require 1.7 On Tue, Nov 20, 2012 at 8:18 AM, Lukasz Lenart wrote: > Hi, > > Support for Java 1.6 will end soon and I think we should also drop > support for Java 1.5 in Struts 2. During one of the Devoxx talk there > was a question about how many of

Re: Drop support for Java 1.5

2012-11-20 Thread Umesh Awasthi
+1 for moving beyond 1.5 Though 1.6 is still widely in use but for 1.5 its only if there is no other options Thanks Umesh On Tue, Nov 20, 2012 at 7:48 PM, Lukasz Lenart wrote: > Hi, > > Support for Java 1.6 will end soon and I think we should also drop > support for Java 1.5 in Struts 2. During

Re: Drop support for Java 1.5

2012-11-20 Thread Rene Gielen
Dropping Java 1.5 seems reasonable for the 2.5 (aka 3.0) branch which is intended to introduce breaking changes. I'm not in favor to do this for any version < 2.5 René Lukasz Lenart schrieb: >Hi, > >Support for Java 1.6 will end soon and I think we should also drop >support for Java 1.5 in

Re: Drop support for Java 1.5

2012-11-20 Thread Rene Gielen
In a perfect world, I'd require 1.7 as well. To be more realistic on what we'd expect typical Struts 2.5+ to run on, I fear 1.6 will be a supported and required platform for at least 2-3 years from now on, especially regarding the fact that 1.6 is not deprecated as long as you are willing to pay fo

Re: Drop support for Java 1.5

2012-11-20 Thread Dave Newton
We definitely can't make 1.7 a requirement. I know plenty of places still running 1.5 or 1.6. Such is Java. What does dropping 1.5 support actually mean? Using @Override on interface methods? What else? Dave On Tue, Nov 20, 2012 at 9:44 AM, Rene Gielen wrote: > In a perfect world, I'd require 1

Re: Drop support for Java 1.5

2012-11-20 Thread ChadDavis
I tried to migrate our project, a struts 2 project, to Java7 and hit surprising amounts of incompatibility with our open source dependencies. For instance, our OSG dependencies were broken because they can't compile under java7 due to their use of a javac flag, gone under java7, that allows 1.4 c

Re: Drop support for Java 1.5

2012-11-20 Thread Christian Grobmeier
1.6 is fine if you increase the major number of the version (it might break some things). Not sure if 2.4 is enough or if it needs to be 3.0 That said, for me personally 1.6 is fine and I do not miss 1.5 support Cheers On Tue, Nov 20, 2012 at 3:18 PM, Lukasz Lenart wrote: > Hi, > > Support for J

Re: Drop support for Java 1.5

2012-11-20 Thread Lukasz Lenart
2012/11/20 ChadDavis : > I tried to migrate our project, a struts 2 project, to Java7 and hit > surprising amounts of incompatibility with our open source dependencies. > For instance, our OSG dependencies were broken because they can't compile > under java7 due to their use of a javac flag, gone

Build failed in Jenkins: Struts2-JDK5 » Struts 2 Core #1

2012-11-20 Thread Apache Jenkins Server
See -- projectStarted org.apache.struts:struts2-core:2.3.8-SNAPSHOT [INFO] Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-idea-plugin/maven-metadata.x

Build failed in Jenkins: Struts2-JDK5 #1

2012-11-20 Thread Apache Jenkins Server
See -- [...truncated 9812 lines...] mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean) mojoStarted org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1(default) [INFO] [INF

Re: Build failed in Jenkins: Struts2-JDK5 » Struts 2 Core #1

2012-11-20 Thread Lukasz Lenart
Hi, This is a bit strange, there such method in Java 1.5 :\ Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2012/11/20 Apache Jenkins Server : > See > > > -- >

Jenkins build is unstable: Struts2-JDK7 » Portlet Webapp #1

2012-11-20 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Jenkins build is unstable: Struts2-JDK7 » Struts 2 Sitegraph Plugin #1

2012-11-20 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Build failed in Jenkins: Struts2-JDK7 » Struts 2 GXP Plugin #1

2012-11-20 Thread Apache Jenkins Server
See -- projectStarted org.apache.struts:struts2-gxp-plugin:2.3.8-SNAPSHOT [INFO] Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-idea-plugin/mave

Jenkins build is still unstable: Struts2-JDK7 » Struts 2 Sitegraph Plugin #2

2012-11-20 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Jenkins build is still unstable: Struts2-JDK7 » Portlet Webapp #2

2012-11-20 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Build failed in Jenkins: Struts2-JDK7 » Struts 2 GXP Plugin #2

2012-11-20 Thread Apache Jenkins Server
See -- projectStarted org.apache.struts:struts2-gxp-plugin:2.3.8-SNAPSHOT [INFO] [INFO] ---

Re: processing of multipart request

2012-11-20 Thread Fastupload
Lukasz, can you do me a favour to give me a reference about creation of struts JIRA ticket and how to commit patch? Link On Nov 19, 2012, at 3:33 PM, Lukasz Lenart wrote: > 2012/11/19 Fastupload : >> I'm very happy to prepare a patch. but I'm not familiar with the development >> process in

Re: processing of multipart request

2012-11-20 Thread Umesh Awasthi
Link, I am not sure what you mean by refrence, you can use the following URL to open a JIRA ticket https://issues.apache.org/jira/browse/WW While creating a JIRA ticket you can provide required information as well your patch. Thanks Umesh On Wed, Nov 21, 2012 at 8:00 AM, Fastupload wrote: >