JPA is also about reading the JPA XML descriptors and resolving EntityManagers, which is both heavily used in the Data module. So its currently much more than TX. I would rename it to ds-persistence and ds-faces.
Am Mo., 3. Apr. 2023 um 19:20 Uhr schrieb Gerhard Petracek < [email protected]>: > 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 > <[email protected]>: > > > > 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 >
