[PR] Jakarta [geronimo-batchee]

2024-02-16 Thread via GitHub
rzo1 opened a new pull request, #21: URL: https://github.com/apache/geronimo-batchee/pull/21 # What does this PR do ? - Updates several dependencies from SNAPSHOT to RELEASE versions- - OpenJPA 4.0.0 - OWB 4.0.2 - BVAL 3.0.0 - Updates xbean to 4.24 - Updates TomEE to

Re: [PR] Add Jakarta Batch 2.1 TCK + Migrate Namespace [geronimo-batchee]

2024-02-16 Thread via GitHub
tandraschko commented on PR #21: URL: https://github.com/apache/geronimo-batchee/pull/21#issuecomment-1948657725 +1 IMO we should move to the new namespace and some new ones with the old namespace no need to keep that old stuff forever IMO -- This is an automated message from th

Re: [PR] Add Jakarta Batch 2.1 TCK + Migrate Namespace [geronimo-batchee]

2024-02-16 Thread via GitHub
rmannibucau commented on PR #21: URL: https://github.com/apache/geronimo-batchee/pull/21#issuecomment-1948808899 The opposite works while we support both, I don't expect xml desc to be rewritten when migrating even if some tools can help and it costs nothing in our code base compared to wha

Re: [PR] Add Jakarta Batch 2.1 TCK + Migrate Namespace [geronimo-batchee]

2024-02-16 Thread via GitHub
rzo1 commented on PR #21: URL: https://github.com/apache/geronimo-batchee/pull/21#issuecomment-1948907996 I am already on it (rewrite during JAXB unmarshal) + stay tuned (but have to do childcare now 😄) -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] Add Jakarta Batch 2.1 TCK + Migrate Namespace [geronimo-batchee]

2024-02-16 Thread via GitHub
rzo1 commented on PR #21: URL: https://github.com/apache/geronimo-batchee/pull/21#issuecomment-1949223661 So, now we are supporting both namespaces. TCK (aside from the CDI part) still passing. Replicated two tests with the new namespace and reverted the change for all the other tests. --