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 <andraschko.tho...@gmail.com>: > > 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