Re: Jakarta EE / DeltaSpike 2.0 Status

2023-04-03 Thread Gerhard Petracek
hi thomas,

we need to fix the rat-check (see [1]).

@renaming the modules:
the jpa-module was always mainly about the "entitymanager" +
"transaction" (see the package-naming)... with the main focus on
transactions (see @Transactional and @TransactionScoped as the main
api).
therefore we almost renamed it to ds-tx (in the beginning). we just
kept 'jpa', because it wasn't clear what we might add later on.
maybe we should just start a community-poll about it.

regards,
gerhard

[1] https://ci-builds.apache.org/job/DeltaSpike/job/DeltaSpike%20RAT-Check/



Am Mo., 3. Apr. 2023 um 16:08 Uhr schrieb Thomas Andraschko
:
>
> Hi,
>
> last week i had some time and migrated almost all still existing modules to
> Jakarta. Only scheduler is currently not migrated.
> AFAICS servlet, bean-validation has been removed, also other small pieces
> of core.
>
> I would also like to rename jpa and jsf to their new jakarta name
> (persistence and faces).
> WDYT guys?
>
> After that rename and reintroduce the scheduler module, i would be happy
> enough to release a RC1.
>
> AFAICS a big missing part are the tests on real containers?!
> Any other topics we need to address?
>
> Best regards,
> Thomas


Jakarta EE / DeltaSpike 2.0 Status

2023-04-03 Thread Thomas Andraschko
Hi,

last week i had some time and migrated almost all still existing modules to
Jakarta. Only scheduler is currently not migrated.
AFAICS servlet, bean-validation has been removed, also other small pieces
of core.

I would also like to rename jpa and jsf to their new jakarta name
(persistence and faces).
WDYT guys?

After that rename and reintroduce the scheduler module, i would be happy
enough to release a RC1.

AFAICS a big missing part are the tests on real containers?!
Any other topics we need to address?

Best regards,
Thomas