You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Aleksandr Mashchenko <am...@apache.org> on 2019/01/11 20:35:42 UTC

jdk8 in 2.6

We discussed it before but it was quite some time ago. How about 
upgrading to jdk8 in 2.6 version?

- Java versions are now released more frequently
- 2.5.x will still be on jdk7
- Currently custom converters must be created to use java 8 date/time 
classes
- Currently date tag is useless with java 8 date/time classes
- Some benefits from streams and lambdas, probably :)

---
Regards,
Aleksandr

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


RE: jdk8 in 2.6

Posted by Yasser Zamani <ya...@apache.org>.
++1

Kind Regards.

>-----Original Message-----
>From: Aleksandr Mashchenko <am...@apache.org>
>Sent: Saturday, January 12, 2019 12:06 AM
>To: dev@struts.apache.org
>Subject: jdk8 in 2.6
>
>We discussed it before but it was quite some time ago. How about upgrading to
>jdk8 in 2.6 version?
>
>- Java versions are now released more frequently
>- 2.5.x will still be on jdk7
>- Currently custom converters must be created to use java 8 date/time classes
>- Currently date tag is useless with java 8 date/time classes
>- Some benefits from streams and lambdas, probably :)
>
>---
>Regards,
>Aleksandr
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional
>commands, e-mail: dev-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: jdk8 in 2.6

Posted by Martin Gainty <mg...@hotmail.com>.
enable stream processing in JDK 1.8
https://www.oracle.com/technetwork/articles/java/ma14-java-se-8-streams-2177646.html
[https://www.oracle.com/ocom/groups/public/@otn/documents/digitalasset/2179048.jpg]<https://www.oracle.com/technetwork/articles/java/ma14-java-se-8-streams-2177646.html>

Processing Data with Java SE 8 Streams, Part 1<https://www.oracle.com/technetwork/articles/java/ma14-java-se-8-streams-2177646.html>
Java SE 8 to the rescue! The Java API designers are updating the API with a new abstraction called Stream that lets you process data in a declarative way. Furthermore, streams can leverage multi-core architectures without you having to write a single line of multithread code.
www.oracle.com


+1
Martin
________________________________
From: info@flyingfischer.ch <in...@flyingfischer.ch>
Sent: Saturday, January 12, 2019 4:23 AM
To: dev@struts.apache.org
Subject: Re: jdk8 in 2.6

+1

Markus

Am 11.01.19 um 21:35 schrieb Aleksandr Mashchenko:
> We discussed it before but it was quite some time ago. How about
> upgrading to jdk8 in 2.6 version?
>
> - Java versions are now released more frequently
> - 2.5.x will still be on jdk7
> - Currently custom converters must be created to use java 8 date/time
> classes
> - Currently date tag is useless with java 8 date/time classes
> - Some benefits from streams and lambdas, probably :)
>
> ---
> Regards,
> Aleksandr
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: jdk8 in 2.6

Posted by "info@flyingfischer.ch" <in...@flyingfischer.ch>.
+1

Markus

Am 11.01.19 um 21:35 schrieb Aleksandr Mashchenko:
> We discussed it before but it was quite some time ago. How about
> upgrading to jdk8 in 2.6 version?
> 
> - Java versions are now released more frequently
> - 2.5.x will still be on jdk7
> - Currently custom converters must be created to use java 8 date/time
> classes
> - Currently date tag is useless with java 8 date/time classes
> - Some benefits from streams and lambdas, probably :)
> 
> ---
> Regards,
> Aleksandr
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: jdk8 in 2.6

Posted by Louis Smith <dr...@gmail.com>.
I vote for Java 8 as well.  I already have clients moving to OpenJDK 11 and
are looking at all suppliers to upgrade their products.

Any of the underlying libraries (asm?) that have many versions ahead of the
current ones in Struts could also be brought up as part of 2.6

Louis



On Sat, Jan 12, 2019 at 9:16 AM Lukasz Lenart <lu...@apache.org>
wrote:

> pt., 11 sty 2019 o 21:36 Aleksandr Mashchenko <am...@apache.org>
> napisał(a):
> >
> > We discussed it before but it was quite some time ago. How about
> > upgrading to jdk8 in 2.6 version?
> >
> > - Java versions are now released more frequently
> > - 2.5.x will still be on jdk7
> > - Currently custom converters must be created to use java 8 date/time
> > classes
> > - Currently date tag is useless with java 8 date/time classes
> > - Some benefits from streams and lambdas, probably :)
>
> I'm fine with this, my only concern is that we will have to support
> Struts 2.5.x a bit longer than I initially thought. It can be a big
> problem for some users to switch to Java8, some of them are still
> running Struts 2.3.x on Java6.
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

Re: jdk8 in 2.6

Posted by Lukasz Lenart <lu...@apache.org>.
pt., 11 sty 2019 o 21:36 Aleksandr Mashchenko <am...@apache.org>
napisał(a):
>
> We discussed it before but it was quite some time ago. How about
> upgrading to jdk8 in 2.6 version?
>
> - Java versions are now released more frequently
> - 2.5.x will still be on jdk7
> - Currently custom converters must be created to use java 8 date/time
> classes
> - Currently date tag is useless with java 8 date/time classes
> - Some benefits from streams and lambdas, probably :)

I'm fine with this, my only concern is that we will have to support
Struts 2.5.x a bit longer than I initially thought. It can be a big
problem for some users to switch to Java8, some of them are still
running Struts 2.3.x on Java6.


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org