Re: Javax to Jakarta Bytecode transformation progress

2020-06-11 Thread David Blevins
> On Jun 10, 2020, at 7:58 PM, David Blevins wrote: > > I've gone ahead and created us a new repo and seeded it with the bytecode > scanning/transformation code that I've been working on to Scan/Transform > Maven Central. > > - >

[GitHub] [tomee] dblevins opened a new pull request #662: Jar patching

2020-06-11 Thread GitBox
dblevins opened a new pull request #662: URL: https://github.com/apache/tomee/pull/662 Still a work in progress. See this as an example of how it is intended to work: - `tomee/apache-tomee/src/patch/java/org/apache/cxf/jaxb/JAXBContextInitializer.java`

Re: [DISCUSS] June 23rd Jakarta EE 9 milestone and TomEE

2020-06-11 Thread David Blevins
> On Jun 11, 2020, at 1:14 PM, Jonathan Gallimore > wrote: > > If what you're downloading from the website is > called apache-tomee-webprofile-9.0.0-M1-SNAPSHOT, then if you're using > Arquillian, in my mind it makes sense that your pom is referencing >

Re: [DISCUSS] June 23rd Jakarta EE 9 milestone and TomEE

2020-06-11 Thread Jonathan Gallimore
If what you're downloading from the website is called apache-tomee-webprofile-9.0.0-M1-SNAPSHOT, then if you're using Arquillian, in my mind it makes sense that your pom is referencing org.apache.tomee:apache-tomee:9.0.0-M1-SNAPSHOT:webprofile, as opposed to a version 8.0.3-SNAPSHOT with a

Re: [DISCUSS] June 23rd Jakarta EE 9 milestone and TomEE

2020-06-11 Thread David Blevins
> On Jun 11, 2020, at 9:15 AM, Jonathan Gallimore > wrote: > >> This could be nice if Maven would allow it: >> >> miles:~/work/apache/tomee/tomee/apache-tomee/target 08:42:31 >> $ find *.zip >> apache-tomee-microprofile-8.0.3-SNAPSHOT.zip >>

Re: [DISCUSS] June 23rd Jakarta EE 9 milestone and TomEE

2020-06-11 Thread David Blevins
The short version: does anyone see an issue releasing these Jakarta EE 9 preview binaries created by the transformer for people to try. -David > On Jun 11, 2020, at 9:04 AM, David Blevins wrote: > > I think I left too many important details out, leaning on prior discussions. > > +1 trillion

Re: [DISCUSS] June 23rd Jakarta EE 9 milestone and TomEE

2020-06-11 Thread Jonathan Gallimore
> This could be nice if Maven would allow it: > >miles:~/work/apache/tomee/tomee/apache-tomee/target 08:42:31 >$ find *.zip >apache-tomee-microprofile-8.0.3-SNAPSHOT.zip >apache-tomee-microprofile-9.0.0-M1-SNAPSHOT.zip >apache-tomee-plume-8.0.3-SNAPSHOT.zip >

Re: [DISCUSS] June 23rd Jakarta EE 9 milestone and TomEE

2020-06-11 Thread David Blevins
I think I left too many important details out, leaning on prior discussions. +1 trillion on avoiding two branches. Worse is they wouldn't actually be "branches" but two different codebases where any patching to them both would have to be always done by hand. Here's an attempt at clearer

Re: [DISCUSS] June 23rd Jakarta EE 9 milestone and TomEE

2020-06-11 Thread Thomas Andraschko
>From a user perspective i would really suggest to make TomEE8 = JakartaEE8, TomEE9 = JakartaEE9, I think its to much work to maintain 2 branches. Maybe it would be a good idea to create a TomEE8 and TomEE9 from master?