You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2015/04/27 10:39:50 UTC

a bit of java 8 integration?

Hi guys,

wonder if we should integrate java 8 a bit more. Would be hard in the
mapper cause it would force us to have 2 modules (I dont want to use
toolchain yet for johnzon, would make the build hard for a simple project)
but for jaxrs integration we can thanks to very few reflection support
streams. It would allow a jaxrs service to return a Stream<T> which would
be awesome and avoid to always collect(toList()).

wdyt?

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>