You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by Joren Inghelbrecht <ji...@myharmoney.eu> on 2022/11/04 11:59:16 UTC

Jakarta EE10 support

Hi all,

We're currently validating if we can migrate our applications to EE10. I
saw the work was captured in this ticket
<https://issues.apache.org/jira/browse/DELTASPIKE-1434> and is present on
the master branch
<https://github.com/rzo1/deltaspike/blob/master/deltaspike/parent/code/pom.xml#L165>.
The latest changes are however not yet released. Would it be possible to
launch a new release?

I would be happy to provide any additional javax -> jakarta relocations if
necessary.

Thank you in advance!

Kind regards,
Joren Inghelbrecht
Harmoney NV

Re: Jakarta EE10 support

Posted by Mark Struberg <st...@yahoo.de.INVALID>.
Yup trying to start soonish with it.

LieGrue,
strub


> Am 10.01.2023 um 16:43 schrieb Joren Inghelbrecht <ji...@myharmoney.eu>:
> 
> Hi all,
> 
> Any update on this?
> 
> Kind regards,
> 
> Joren Inghelbrecht
> Harmoney NV
> 
> On Fri, Nov 4, 2022 at 12:59 PM Joren Inghelbrecht <ji...@myharmoney.eu>
> wrote:
> 
>> Hi all,
>> 
>> We're currently validating if we can migrate our applications to EE10. I
>> saw the work was captured in this ticket
>> <https://issues.apache.org/jira/browse/DELTASPIKE-1434> and is present on
>> the master branch
>> <https://github.com/rzo1/deltaspike/blob/master/deltaspike/parent/code/pom.xml#L165>.
>> The latest changes are however not yet released. Would it be possible to
>> launch a new release?
>> 
>> I would be happy to provide any additional javax -> jakarta relocations if
>> necessary.
>> 
>> Thank you in advance!
>> 
>> Kind regards,
>> Joren Inghelbrecht
>> Harmoney NV
>> 


Re: Jakarta EE10 support

Posted by Joren Inghelbrecht <ji...@myharmoney.eu>.
Hi all,

Any update on this?

Kind regards,

Joren Inghelbrecht
Harmoney NV

On Fri, Nov 4, 2022 at 12:59 PM Joren Inghelbrecht <ji...@myharmoney.eu>
wrote:

> Hi all,
>
> We're currently validating if we can migrate our applications to EE10. I
> saw the work was captured in this ticket
> <https://issues.apache.org/jira/browse/DELTASPIKE-1434> and is present on
> the master branch
> <https://github.com/rzo1/deltaspike/blob/master/deltaspike/parent/code/pom.xml#L165>.
> The latest changes are however not yet released. Would it be possible to
> launch a new release?
>
> I would be happy to provide any additional javax -> jakarta relocations if
> necessary.
>
> Thank you in advance!
>
> Kind regards,
> Joren Inghelbrecht
> Harmoney NV
>

Re: Jakarta EE10 support

Posted by Rudy De Busscher <rd...@gmail.com>.
Besides the conversion javax-> jakarta, there are also some methods removed
from the CDI API, so the usage needs to be adjusted also before Deltaspike
can run in a Jakarta EE 10 environment. For example .fireEvent() and
.createInjectTarget() are removed. (were deprecated for some time)

Rudy

On Sun, 13 Nov 2022 at 10:19, Mark Struberg <st...@yahoo.de.invalid>
wrote:

> Hi Joren!
>
> Indeed, there is work to be done. I'll try to invest time over the next
> weeks.
>
> LieGrue,
> strub
>
> > Am 04.11.2022 um 12:59 schrieb Joren Inghelbrecht <ji...@myharmoney.eu>:
> >
> > Hi all,
> >
> > We're currently validating if we can migrate our applications to EE10. I
> > saw the work was captured in this ticket
> > <https://issues.apache.org/jira/browse/DELTASPIKE-1434> and is present
> on
> > the master branch
> > <
> https://github.com/rzo1/deltaspike/blob/master/deltaspike/parent/code/pom.xml#L165
> >.
> > The latest changes are however not yet released. Would it be possible to
> > launch a new release?
> >
> > I would be happy to provide any additional javax -> jakarta relocations
> if
> > necessary.
> >
> > Thank you in advance!
> >
> > Kind regards,
> > Joren Inghelbrecht
> > Harmoney NV
>
>

Re: Jakarta EE10 support

Posted by Mark Struberg <st...@yahoo.de.INVALID>.
Hi Joren!

Indeed, there is work to be done. I'll try to invest time over the next weeks.

LieGrue,
strub

> Am 04.11.2022 um 12:59 schrieb Joren Inghelbrecht <ji...@myharmoney.eu>:
> 
> Hi all,
> 
> We're currently validating if we can migrate our applications to EE10. I
> saw the work was captured in this ticket
> <https://issues.apache.org/jira/browse/DELTASPIKE-1434> and is present on
> the master branch
> <https://github.com/rzo1/deltaspike/blob/master/deltaspike/parent/code/pom.xml#L165>.
> The latest changes are however not yet released. Would it be possible to
> launch a new release?
> 
> I would be happy to provide any additional javax -> jakarta relocations if
> necessary.
> 
> Thank you in advance!
> 
> Kind regards,
> Joren Inghelbrecht
> Harmoney NV