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: i...@flyingfischer.ch <i...@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-unsubscr...@struts.apache.org
> For additional commands, e-mail: dev-h...@struts.apache.org
>


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

Reply via email to