Re: [VOTE] Release Apache Geronimo BatchEE-1.0.3

2023-04-20 Thread Jean-Louis MONTEIRO
+1 Le mer. 19 avr. 2023 à 11:19, Francois Papon a écrit : > +1 (binding) > > regards, > > François > On 18/04/2023 12:26, Mark Struberg via dev wrote: > > Hi! > > I'd like to call a VOTE on releasing BatchEE-1.0.3. > > This is mostly an update to the latest TomEE version and a fix in the >

Re: [VOTE] Release Apache Geronimo BatchEE-1.0.3

2023-04-19 Thread Francois Papon
+1 (binding) regards, François On 18/04/2023 12:26, Mark Struberg via dev wrote: Hi! I'd like to call a VOTE on releasing BatchEE-1.0.3. This is mostly an update to the latest TomEE version and a fix in the ChildFirstURLClassLoader * [BATCHEE-162

Re: [VOTE] Release Apache Geronimo BatchEE-1.0.3

2023-04-18 Thread Romain Manni-Bucau
Ok checked out and github got me with its autoformatting, +1 from me Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: [VOTE] Release Apache Geronimo BatchEE-1.0.3

2023-04-18 Thread Romain Manni-Bucau
Hi Mark, The lock is more than fine but the first block which was forcing the cdi and lifecycle classes to be loaded from this particular classloader and not a parent one was commented so the launching from environment with complex classloader is now broken. If your issue is gone re-enabling this

Re: [VOTE] Release Apache Geronimo BatchEE-1.0.3

2023-04-18 Thread Mark Struberg via dev
Hi Romain! Can you please explain what you think is now broken? This basically is just a lock using the method the JDK intends exactly for this situation. See the JavaDoc of getClassLoadingLock. txs and LieGrue, strub > Am 18.04.2023 um 13:13 schrieb Romain Manni-Bucau : > > Hi, > > Looks

Re: [VOTE] Release Apache Geronimo BatchEE-1.0.3

2023-04-18 Thread Romain Manni-Bucau
Hi, Looks like ChildFirstURLClassLoader got broken and forced loading in this particular classloader for standalone launcher is now up to the way it is launched (so from memory some use cases will be broken) so tempted to -1 to try to really fix #168 instead of breaking other things. Romain

[VOTE] Release Apache Geronimo BatchEE-1.0.3

2023-04-18 Thread Mark Struberg via dev
Hi! I'd like to call a VOTE on releasing BatchEE-1.0.3. This is mostly an update to the latest TomEE version and a fix in the ChildFirstURLClassLoader [BATCHEE-162 ] - improve reproducible builds [BATCHEE-167