Re: Tomee and java 10

2018-03-14 Thread Romain Manni-Bucau
with updates each 6 months it must be ;)


Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book


2018-03-14 17:59 GMT+01:00 cocorossello :

> That was so fast!
>
> Thanks,
> Vicente.
>
>
>
> --
> Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-
> f982480.html
>


Re: Tomee and java 10

2018-03-14 Thread Romain Manni-Bucau
Note that Type.getType(String) has been broken in asm 6.1 vs 6.0, you have
to pass the descriptor or the type but getType(type.getName()) doesn't work
anymore


Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book


2018-03-14 17:47 GMT+01:00 Jonathan Gallimore 
:

> Cool. I'll update OWB and OpenJPA and send some more PRs, and will test
> them in TomEE with master :)
>
> On Wed, Mar 14, 2018 at 4:45 PM, Romain Manni-Bucau  >
> wrote:
>
> > it is uploading (if my signing doesnt fail on that computer)
> >
> >
> > Romain Manni-Bucau
> > @rmannibucau  |  Blog
> >  | Old Blog
> >  | Github  > rmannibucau> |
> > LinkedIn  | Book
> >  > ee-8-high-performance>
> >
> > 2018-03-14 17:44 GMT+01:00 Jonathan Gallimore <
> > jonathan.gallim...@gmail.com>
> > :
> >
> > > Oh wow, you released it too?
> > >
> > > On Wed, Mar 14, 2018 at 4:43 PM, Jonathan Gallimore <
> > > jonathan.gallim...@gmail.com> wrote:
> > >
> > > > You beat me to it.. :)
> > > >
> > > > On Wed, Mar 14, 2018 at 4:40 PM, Romain Manni-Bucau <
> > > rmannibu...@gmail.com
> > > > > wrote:
> > > >
> > > >> FYI https://issues.apache.org/jira/browse/XBEAN-302
> > > >>
> > > >>
> > > >> Romain Manni-Bucau
> > > >> @rmannibucau  |  Blog
> > > >>  | Old Blog
> > > >>  | Github <
> > > >> https://github.com/rmannibucau> |
> > > >> LinkedIn  | Book
> > > >>  > > >> high-performance>
> > > >>
> > > >> 2018-03-14 17:17 GMT+01:00 Jonathan Gallimore <
> > > >> jonathan.gallim...@gmail.com>
> > > >> :
> > > >>
> > > >> > Hehe... I had just updated OWB and OpenJPA. Yes, we can update to
> > 6.1
> > > >> > although that needs an xbean-asm-shaded update first (which I'm
> > happy
> > > to
> > > >> > do) - so it'll take a little time to turnaround (although should
> be
> > > much
> > > >> > quicker than the ASM 6 update).
> > > >> >
> > > >> > On Wed, Mar 14, 2018 at 4:05 PM, cocorossello <
> > cocorosse...@gmail.com
> > > >
> > > >> > wrote:
> > > >> >
> > > >> > > Hi,
> > > >> > >
> > > >> > > I know you just moved to ASM 6 in both tomee 8 and 1.7.x
> branches,
> > > but
> > > >> > > would
> > > >> > > you consider upgrading both ASM to 6.1 so upcoming java 10 will
> be
> > > >> > > supported
> > > >> > > as well? (I guess, I don't know if there is something else that
> > > could
> > > >> > > break).
> > > >> > >
> > > >> > > Best regards,
> > > >> > > Vicente.
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-
> > > >> > > f982480.html
> > > >> > >
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
>


Re: Tomee and java 10

2018-03-14 Thread Jonathan Gallimore
Cool. I'll update OWB and OpenJPA and send some more PRs, and will test
them in TomEE with master :)

On Wed, Mar 14, 2018 at 4:45 PM, Romain Manni-Bucau 
wrote:

> it is uploading (if my signing doesnt fail on that computer)
>
>
> Romain Manni-Bucau
> @rmannibucau  |  Blog
>  | Old Blog
>  | Github  rmannibucau> |
> LinkedIn  | Book
>  ee-8-high-performance>
>
> 2018-03-14 17:44 GMT+01:00 Jonathan Gallimore <
> jonathan.gallim...@gmail.com>
> :
>
> > Oh wow, you released it too?
> >
> > On Wed, Mar 14, 2018 at 4:43 PM, Jonathan Gallimore <
> > jonathan.gallim...@gmail.com> wrote:
> >
> > > You beat me to it.. :)
> > >
> > > On Wed, Mar 14, 2018 at 4:40 PM, Romain Manni-Bucau <
> > rmannibu...@gmail.com
> > > > wrote:
> > >
> > >> FYI https://issues.apache.org/jira/browse/XBEAN-302
> > >>
> > >>
> > >> Romain Manni-Bucau
> > >> @rmannibucau  |  Blog
> > >>  | Old Blog
> > >>  | Github <
> > >> https://github.com/rmannibucau> |
> > >> LinkedIn  | Book
> > >>  > >> high-performance>
> > >>
> > >> 2018-03-14 17:17 GMT+01:00 Jonathan Gallimore <
> > >> jonathan.gallim...@gmail.com>
> > >> :
> > >>
> > >> > Hehe... I had just updated OWB and OpenJPA. Yes, we can update to
> 6.1
> > >> > although that needs an xbean-asm-shaded update first (which I'm
> happy
> > to
> > >> > do) - so it'll take a little time to turnaround (although should be
> > much
> > >> > quicker than the ASM 6 update).
> > >> >
> > >> > On Wed, Mar 14, 2018 at 4:05 PM, cocorossello <
> cocorosse...@gmail.com
> > >
> > >> > wrote:
> > >> >
> > >> > > Hi,
> > >> > >
> > >> > > I know you just moved to ASM 6 in both tomee 8 and 1.7.x branches,
> > but
> > >> > > would
> > >> > > you consider upgrading both ASM to 6.1 so upcoming java 10 will be
> > >> > > supported
> > >> > > as well? (I guess, I don't know if there is something else that
> > could
> > >> > > break).
> > >> > >
> > >> > > Best regards,
> > >> > > Vicente.
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-
> > >> > > f982480.html
> > >> > >
> > >> >
> > >>
> > >
> > >
> >
>


Re: Tomee and java 10

2018-03-14 Thread Romain Manni-Bucau
it is uploading (if my signing doesnt fail on that computer)


Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book


2018-03-14 17:44 GMT+01:00 Jonathan Gallimore 
:

> Oh wow, you released it too?
>
> On Wed, Mar 14, 2018 at 4:43 PM, Jonathan Gallimore <
> jonathan.gallim...@gmail.com> wrote:
>
> > You beat me to it.. :)
> >
> > On Wed, Mar 14, 2018 at 4:40 PM, Romain Manni-Bucau <
> rmannibu...@gmail.com
> > > wrote:
> >
> >> FYI https://issues.apache.org/jira/browse/XBEAN-302
> >>
> >>
> >> Romain Manni-Bucau
> >> @rmannibucau  |  Blog
> >>  | Old Blog
> >>  | Github <
> >> https://github.com/rmannibucau> |
> >> LinkedIn  | Book
> >>  >> high-performance>
> >>
> >> 2018-03-14 17:17 GMT+01:00 Jonathan Gallimore <
> >> jonathan.gallim...@gmail.com>
> >> :
> >>
> >> > Hehe... I had just updated OWB and OpenJPA. Yes, we can update to 6.1
> >> > although that needs an xbean-asm-shaded update first (which I'm happy
> to
> >> > do) - so it'll take a little time to turnaround (although should be
> much
> >> > quicker than the ASM 6 update).
> >> >
> >> > On Wed, Mar 14, 2018 at 4:05 PM, cocorossello  >
> >> > wrote:
> >> >
> >> > > Hi,
> >> > >
> >> > > I know you just moved to ASM 6 in both tomee 8 and 1.7.x branches,
> but
> >> > > would
> >> > > you consider upgrading both ASM to 6.1 so upcoming java 10 will be
> >> > > supported
> >> > > as well? (I guess, I don't know if there is something else that
> could
> >> > > break).
> >> > >
> >> > > Best regards,
> >> > > Vicente.
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-
> >> > > f982480.html
> >> > >
> >> >
> >>
> >
> >
>


Re: Tomee and java 10

2018-03-14 Thread Jonathan Gallimore
Oh wow, you released it too?

On Wed, Mar 14, 2018 at 4:43 PM, Jonathan Gallimore <
jonathan.gallim...@gmail.com> wrote:

> You beat me to it.. :)
>
> On Wed, Mar 14, 2018 at 4:40 PM, Romain Manni-Bucau  > wrote:
>
>> FYI https://issues.apache.org/jira/browse/XBEAN-302
>>
>>
>> Romain Manni-Bucau
>> @rmannibucau  |  Blog
>>  | Old Blog
>>  | Github <
>> https://github.com/rmannibucau> |
>> LinkedIn  | Book
>> > high-performance>
>>
>> 2018-03-14 17:17 GMT+01:00 Jonathan Gallimore <
>> jonathan.gallim...@gmail.com>
>> :
>>
>> > Hehe... I had just updated OWB and OpenJPA. Yes, we can update to 6.1
>> > although that needs an xbean-asm-shaded update first (which I'm happy to
>> > do) - so it'll take a little time to turnaround (although should be much
>> > quicker than the ASM 6 update).
>> >
>> > On Wed, Mar 14, 2018 at 4:05 PM, cocorossello 
>> > wrote:
>> >
>> > > Hi,
>> > >
>> > > I know you just moved to ASM 6 in both tomee 8 and 1.7.x branches, but
>> > > would
>> > > you consider upgrading both ASM to 6.1 so upcoming java 10 will be
>> > > supported
>> > > as well? (I guess, I don't know if there is something else that could
>> > > break).
>> > >
>> > > Best regards,
>> > > Vicente.
>> > >
>> > >
>> > >
>> > > --
>> > > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-
>> > > f982480.html
>> > >
>> >
>>
>
>


Re: Tomee and java 10

2018-03-14 Thread Jonathan Gallimore
You beat me to it.. :)

On Wed, Mar 14, 2018 at 4:40 PM, Romain Manni-Bucau 
wrote:

> FYI https://issues.apache.org/jira/browse/XBEAN-302
>
>
> Romain Manni-Bucau
> @rmannibucau  |  Blog
>  | Old Blog
>  | Github  rmannibucau> |
> LinkedIn  | Book
>  ee-8-high-performance>
>
> 2018-03-14 17:17 GMT+01:00 Jonathan Gallimore <
> jonathan.gallim...@gmail.com>
> :
>
> > Hehe... I had just updated OWB and OpenJPA. Yes, we can update to 6.1
> > although that needs an xbean-asm-shaded update first (which I'm happy to
> > do) - so it'll take a little time to turnaround (although should be much
> > quicker than the ASM 6 update).
> >
> > On Wed, Mar 14, 2018 at 4:05 PM, cocorossello 
> > wrote:
> >
> > > Hi,
> > >
> > > I know you just moved to ASM 6 in both tomee 8 and 1.7.x branches, but
> > > would
> > > you consider upgrading both ASM to 6.1 so upcoming java 10 will be
> > > supported
> > > as well? (I guess, I don't know if there is something else that could
> > > break).
> > >
> > > Best regards,
> > > Vicente.
> > >
> > >
> > >
> > > --
> > > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-
> > > f982480.html
> > >
> >
>


Re: Tomee and java 10

2018-03-14 Thread Romain Manni-Bucau
FYI https://issues.apache.org/jira/browse/XBEAN-302


Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book


2018-03-14 17:17 GMT+01:00 Jonathan Gallimore 
:

> Hehe... I had just updated OWB and OpenJPA. Yes, we can update to 6.1
> although that needs an xbean-asm-shaded update first (which I'm happy to
> do) - so it'll take a little time to turnaround (although should be much
> quicker than the ASM 6 update).
>
> On Wed, Mar 14, 2018 at 4:05 PM, cocorossello 
> wrote:
>
> > Hi,
> >
> > I know you just moved to ASM 6 in both tomee 8 and 1.7.x branches, but
> > would
> > you consider upgrading both ASM to 6.1 so upcoming java 10 will be
> > supported
> > as well? (I guess, I don't know if there is something else that could
> > break).
> >
> > Best regards,
> > Vicente.
> >
> >
> >
> > --
> > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-
> > f982480.html
> >
>


Re: Tomee and java 10

2018-03-14 Thread Jonathan Gallimore
Hehe... I had just updated OWB and OpenJPA. Yes, we can update to 6.1
although that needs an xbean-asm-shaded update first (which I'm happy to
do) - so it'll take a little time to turnaround (although should be much
quicker than the ASM 6 update).

On Wed, Mar 14, 2018 at 4:05 PM, cocorossello 
wrote:

> Hi,
>
> I know you just moved to ASM 6 in both tomee 8 and 1.7.x branches, but
> would
> you consider upgrading both ASM to 6.1 so upcoming java 10 will be
> supported
> as well? (I guess, I don't know if there is something else that could
> break).
>
> Best regards,
> Vicente.
>
>
>
> --
> Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-
> f982480.html
>


Tomee and java 10

2018-03-14 Thread cocorossello
Hi,

I know you just moved to ASM 6 in both tomee 8 and 1.7.x branches, but would
you consider upgrading both ASM to 6.1 so upcoming java 10 will be supported
as well? (I guess, I don't know if there is something else that could
break).

Best regards, 
Vicente.



--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html