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

2024-03-19 Thread via GitHub
jeanouii merged PR #21: URL: https://github.com/apache/geronimo-batchee/pull/21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@geronimo

Release of BatchEE ?

2024-03-19 Thread Richard Zowalla
Hey all, since the PR got merged, can anyone trigger a release for BatchEE 2.0.0 ? The TCK challenge is open and might take some more time until it is resolved, but I don't think, that we need to wait that long. wdyt? Gruß Richard

Re: Release of BatchEE ?

2024-03-19 Thread Francois Papon
Hi, I never did release for BatchEE before but if it can help I can try to run the process. regards, François On 19/03/2024 09:34, Richard Zowalla wrote: Hey all, since the PR got merged, can anyone trigger a release for BatchEE 2.0.0 ? The TCK challenge is open and might take some more ti

Re: Release of BatchEE ?

2024-03-19 Thread Romain Manni-Bucau
Hi, mainly just "mvn release:prepare release:perform" then standard ASF process (dist area), my totally unwritten and unofficial tip would be to 1. ensure the build passes (mvn install) with tcks then deactivate the tests (skipTests in a profile property of your settings.xml) since it is long and

Re: Release of BatchEE ?

2024-03-19 Thread Francois Papon
Sounds good :) Let me give it a try. regards, François On 19/03/2024 11:37, Romain Manni-Bucau wrote: Hi, mainly just "mvn release:prepare release:perform" then standard ASF process (dist area), my totally unwritten and unofficial tip would be to 1. ensure the build passes (mvn install) wi

Re: Release of BatchEE ?

2024-03-19 Thread Richard Zowalla
Great. Go for it, François :) TCK runs in GH actions. Am Dienstag, dem 19.03.2024 um 11:59 +0100 schrieb Francois Papon: > Sounds good :) > Let me give it a try. > regards, > François > On 19/03/2024 11:37, Romain Manni-Bucau wrote: >   > >   > > Hi, > > > > mainly just "mvn release:prepare rele

Re: Release of BatchEE ?

2024-03-19 Thread Francois Papon
There is some SNAPSHOT dependencies used by BatchEE (tomEE and deltaspike): https://github.com/apache/geronimo-batchee/blob/master/pom.xml I think it would be better to not use SNAPSHOT in our release. WDYT? regards, François On 19/03/2024 14:47, Richard Zowalla wrote: Great. Go for it, Fra

Re: Release of BatchEE ?

2024-03-19 Thread Romain Manni-Bucau
We can use the last release I think Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Book

Re: Release of BatchEE ?

2024-03-19 Thread Romain Manni-Bucau
PS: ultimately we can also drop deltaspike since now we have secontainer. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: Release of BatchEE ?

2024-03-19 Thread Richard Zowalla
TomEE 10 requires BatchEE 2.0.0 :-) Don't know if we really need the Deltaspike integration (for now) Am 19. März 2024 15:42:11 MEZ schrieb Francois Papon : >There is some SNAPSHOT dependencies used by BatchEE (tomEE and deltaspike): > >https://github.com/apache/geronimo-batchee/blob/master/pom.x

Re: Release of BatchEE ?

2024-03-19 Thread Francois Papon
And Deltaspike latest release is 1.9.4 but no 2.0.0 because we are using 2.0.0-SNAPSHOT... On 19/03/2024 15:46, Richard Zowalla wrote: TomEE 10 requires BatchEE 2.0.0 :-) Don't know if we really need the Deltaspike integration (for now) Am 19. März 2024 15:42:11 MEZ schrieb Francois Papon :

Re: Release of BatchEE ?

2024-03-19 Thread Francois Papon
For TomEE it's just for tests purpose? On 19/03/2024 15:46, Richard Zowalla wrote: TomEE 10 requires BatchEE 2.0.0 :-) Don't know if we really need the Deltaspike integration (for now) Am 19. März 2024 15:42:11 MEZ schrieb Francois Papon : There is some SNAPSHOT dependencies used by Bat

Re: Release of BatchEE ?

2024-03-19 Thread Richard Zowalla
As far as I can remember, yes. Am 19. März 2024 15:48:47 MEZ schrieb Francois Papon : >For TomEE it's just for tests purpose? > >On 19/03/2024 15:46, Richard Zowalla wrote: >> TomEE 10 requires BatchEE 2.0.0 :-) >> Don't know if we really need the Deltaspike integration (for now) >> >> >> Am 19

Re: Release of BatchEE ?

2024-03-19 Thread Romain Manni-Bucau
For jakarta flavor CdiSeLifecycle superseeds deltaspike code. TomEE is used for an assembly too but last jakarta release s