Pushed a first version, will validate it tomorrow but some review would be
welcomed.
If you are motivated it requires to add --enable-preview on javac and java,
a record class is a kind of case class if you are familiar with scala:

*record MyClass(int myProp, String myOtherProp() {}*

*new MyClass(0, "foo")* should serialize as *{"myProp":0,
"myOtherProp":"foo"}* and we should be able to deserialize it as any class.

Side note: don't fight with idea, it does not support record keyword yet

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le jeu. 19 déc. 2019 à 16:53, Raymond Auge <raymond.a...@liferay.com> a
écrit :

> No issue for me!
>
> On Thu, Dec 19, 2019 at 10:21 AM Romain Manni-Bucau <rmannibu...@gmail.com
> >
> wrote:
>
> > Any issue to wait for 2 days? I'd like to add record support, should be
> > done tmr.
> >
> > Romain Manni-Bucau
> > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > <https://rmannibucau.metawerx.net/> | Old Blog
> > <http://rmannibucau.wordpress.com> | Github <
> > https://github.com/rmannibucau> |
> > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> > <
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > >
> >
> >
> > Le lun. 16 déc. 2019 à 13:50, Romain Manni-Bucau <rmannibu...@gmail.com>
> a
> > écrit :
> >
> > > +1, osgi module is a great addition
> > >
> > > Romain Manni-Bucau
> > > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > > <https://rmannibucau.metawerx.net/> | Old Blog
> > > <http://rmannibucau.wordpress.com> | Github
> > > <https://github.com/rmannibucau> | LinkedIn
> > > <https://www.linkedin.com/in/rmannibucau> | Book
> > > <
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > >
> > >
> > >
> > > Le lun. 16 déc. 2019 à 13:37, Mark Struberg <strub...@yahoo.de.invalid
> >
> > a
> > > écrit :
> > >
> > >> I could roll the release if necessary.
> > >> Every ticket resolved you want to have in?
> > >> Or is there something we still need to address?
> > >>
> > >> LieGrue,
> > >> strub
> > >>
> > >>
> > >>
> > >> > Am 10.12.2019 um 23:04 schrieb Raymond Auge <
> raymond.a...@liferay.com
> > >:
> > >> >
> > >> > Hello all,
> > >> >
> > >> > I'd like to request a release if that would be possible sometime in
> > the
> > >> > near future.
> > >> >
> > >> > Sincerely,
> > >> > --
> > >> > *Raymond Augé* <http://www.liferay.com/web/raymond.auge/profile>
> > >> > (@rotty3000)
> > >> > Senior Software Architect *Liferay, Inc.* <http://www.liferay.com>
> > >> > (@Liferay)
> > >>
> > >>
> >
>
>
> --
> *Raymond Augé* <http://www.liferay.com/web/raymond.auge/profile>
>  (@rotty3000)
> Senior Software Architect *Liferay, Inc.* <http://www.liferay.com>
>  (@Liferay)
>

Reply via email to