OWB4 branch - how to proceed with EE10 work?

2023-10-02 Thread Richard Zowalla
Hi all,

in the last few days I was trying to integrate the latest OWB 4 release
within TomEE 10 (main). This included upgrading our API's to match EE10
and fix all the little runtime / compile issues. The actual work is
done in my fork [3].

Long story short:

- A current full build is here: [1]

- There are a bunch of failing tests in the (new) CDI TCK. Might be
actual issues with our impl or setup problems. Didn't look into it yet (might be
better if someone with more CDI knowledge than me has a look), because
I want to clarify how we want to proceed first.

- The jaxws-related examples / arquilliam are because of the removal of
jakarta.xml.bind.Validator in EE10 [2]. CXF4 isn't EE10 yet, so this is
an expected limitation.

- Some arquillian tests seem to fail due to JSP updates. Didn't check Fürther 
yet for the reason above.

- There are some other tests and examples failing because of the owb / ee10
upgrade, which might need a additional eyes.

I am now wondering how we want to proceed with EE10 / main branch?

My branch [3] to go to OWB4 already contains a lot of changes
(sometimes derived from the bigger branch with commits from Jean-Louis,
Jon and Thomas from a few months ago). 

If we move on like that, it will just become a huge burden or even
impossible to review.

Any thoughts on how we want to proceed with the EE10-work? 

Gruß
Richard

[1] https://ci-builds.apache.org/job/Tomee/job/pull-request-manual/37/
[2] https://jakarta.ee/specifications/xml-binding/4.0/
[3] https://github.com/rzo1/tomee/tree/owb4


Re: [VOTE] JakartaEE API 10.0-M2 - RC2

2023-10-02 Thread Cesar Hernandez
+1 thank you!

El lun, 2 oct 2023 a las 8:49, Daniel Dias Dos Santos (<
daniel.dias.analist...@gmail.com>) escribió:

> Hello,
>
> +1
>
> Thanks
>
> On Mon, Oct 2, 2023, 08:24 Richard Zowalla  wrote:
>
> > Hi all,
> >
> > this is a VOTE for a milestone release of our JakartaEE 10 shade
> > artifact.
> >
> > Compared to the previous milestone release, it fixes
> >
> > - TOMEE-4199 - https://issues.apache.org/jira/browse/TOMEE-4199
> > - TOMEE-4245 - https://issues.apache.org/jira/browse/TOMEE-4245
> >
> > The main difference to the previous release candidate is, that this
> > milestone now actually includes EE10 apis. The previous milestone (M1)
> > included Servlet 5 (instead of 6) resulting in runtime errors in an
> > actual environment, if components rely on the EE10 apis.
> >
> > Sorry for the time already invested in reviewing RC1 :/
> >
> > ###
> >
> > Maven Repo:
> >
> > https://repository.apache.org/content/repositories/orgapachetomee-1219/
> >
> > ###
> >
> > Source:
> >
> > https://dist.apache.org/repos/dist/dev/tomee/jakartaee-api-10.0-M2/
> >
> > ###
> >
> > Tag:
> >
> >
> >
> https://github.com/apache/tomee-jakartaee-api/releases/tag/jakartaee-api-10.0-M2
> >
> >
> >
> > ###
> >
> > Please VOTE
> >
> > [+1] go ship it
> > [+0] meh, don't care
> > [-1] stop, there is a ${showstopper}
> >
> > The VOTE is open for 72h or as long as needed.
> >
> > Gruß
> > Richard
> >
> >
> >
>


-- 
Atentamente:
César Hernández.


Re: [PR] Regenerated BOMs after dependency upgrades (tomee)

2023-10-02 Thread via GitHub


rzo1 merged PR #1065:
URL: https://github.com/apache/tomee/pull/1065


-- 
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...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Regenerated BOMs after dependency upgrades (tomee)

2023-10-02 Thread via GitHub


github-actions[bot] opened a new pull request, #1065:
URL: https://github.com/apache/tomee/pull/1065

   Found some uncommited changes (from BOM regeneration) after running build on 
TomEE 8.x branch


-- 
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...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [VOTE] JakartaEE API 10.0-M2 - RC2

2023-10-02 Thread Daniel Dias Dos Santos
Hello,

+1

Thanks

On Mon, Oct 2, 2023, 08:24 Richard Zowalla  wrote:

> Hi all,
>
> this is a VOTE for a milestone release of our JakartaEE 10 shade
> artifact.
>
> Compared to the previous milestone release, it fixes
>
> - TOMEE-4199 - https://issues.apache.org/jira/browse/TOMEE-4199
> - TOMEE-4245 - https://issues.apache.org/jira/browse/TOMEE-4245
>
> The main difference to the previous release candidate is, that this
> milestone now actually includes EE10 apis. The previous milestone (M1)
> included Servlet 5 (instead of 6) resulting in runtime errors in an
> actual environment, if components rely on the EE10 apis.
>
> Sorry for the time already invested in reviewing RC1 :/
>
> ###
>
> Maven Repo:
>
> https://repository.apache.org/content/repositories/orgapachetomee-1219/
>
> ###
>
> Source:
>
> https://dist.apache.org/repos/dist/dev/tomee/jakartaee-api-10.0-M2/
>
> ###
>
> Tag:
>
>
> https://github.com/apache/tomee-jakartaee-api/releases/tag/jakartaee-api-10.0-M2
>
>
>
> ###
>
> Please VOTE
>
> [+1] go ship it
> [+0] meh, don't care
> [-1] stop, there is a ${showstopper}
>
> The VOTE is open for 72h or as long as needed.
>
> Gruß
> Richard
>
>
>


[VOTE] JakartaEE API 10.0-M2 - RC2

2023-10-02 Thread Richard Zowalla
Hi all,

this is a VOTE for a milestone release of our JakartaEE 10 shade
artifact. 

Compared to the previous milestone release, it fixes 

- TOMEE-4199 - https://issues.apache.org/jira/browse/TOMEE-4199
- TOMEE-4245 - https://issues.apache.org/jira/browse/TOMEE-4245

The main difference to the previous release candidate is, that this
milestone now actually includes EE10 apis. The previous milestone (M1)
included Servlet 5 (instead of 6) resulting in runtime errors in an
actual environment, if components rely on the EE10 apis.

Sorry for the time already invested in reviewing RC1 :/

###

Maven Repo:

https://repository.apache.org/content/repositories/orgapachetomee-1219/

###

Source:

https://dist.apache.org/repos/dist/dev/tomee/jakartaee-api-10.0-M2/

###

Tag:

https://github.com/apache/tomee-jakartaee-api/releases/tag/jakartaee-api-10.0-M2



###

Please VOTE

[+1] go ship it
[+0] meh, don't care
[-1] stop, there is a ${showstopper}

The VOTE is open for 72h or as long as needed.

Gruß
Richard




[CANCEL] [VOTE] JakartaEE API 10.0-M2

2023-10-02 Thread Richard Zowalla
Includes Servlet 5 (but should be 6). I will prepare a re-roll soon.

Gruß
Richard

Am Freitag, dem 29.09.2023 um 15:37 +0200 schrieb Richard Zowalla:
> Hi all,
> 
> this is a vote for a milestone release of our JakartaEE 10 shade
> artifact
> 
> This bug fix release only fixes TOMEE-4199:
> https://issues.apache.org/jira/browse/TOMEE-4199
> 
> ###
> 
> Maven Repo:
> 
> https://repository.apache.org/content/repositories/orgapachetomee-1218/
> 
> ###
> 
> Source:
> 
> https://dist.apache.org/repos/dist/dev/tomee/jakartaee-api-10.0-M2/
> 
> ###
> 
> Tag:
> 
> https://github.com/apache/tomee-jakartaee-api/releases/tag/jakartaee-api-10.0-M2
> 
> 
> 
> ###
> 
> Please VOTE
> 
> [+1] go ship it
> [+0] meh, don't care
> [-1] stop, there is a ${showstopper}
> 
> The VOTE is open for 72h or as long as needed.
> 
> Gruß
> Richard
> 



Re: [VOTE] JakartaEE API 10.0-M2

2023-10-02 Thread Richard Zowalla
Hi all,

while working on integrating OWB-4 into TomEE 10, I noticed, that EE10-
M1 as well as the M2 artifact are depending on the EE 9.1 BOM.

So we are including Servlet 5 (instead of 6), which results in runtime
errors.

I will cancel the vote and start with a new RC candidate soon. Sorry!

Gruß
Richard


Am Montag, dem 02.10.2023 um 11:30 +0200 schrieb Jean-Louis Monteiro:
> +1 (binding)
> --
> Jean-Louis Monteiro
> http://twitter.com/jlouismonteiro
> http://www.tomitribe.com
> 
> 
> On Fri, Sep 29, 2023 at 6:27 PM Cesar Hernandez
> 
> wrote:
> 
> > +1 thank you.
> > 
> > On Fri, Sep 29, 2023 at 07:37 Richard Zowalla 
> > wrote:
> > 
> > > Hi all,
> > > 
> > > this is a vote for a milestone release of our JakartaEE 10 shade
> > > artifact
> > > 
> > > This bug fix release only fixes TOMEE-4199:
> > > https://issues.apache.org/jira/browse/TOMEE-4199
> > > 
> > > ###
> > > 
> > > Maven Repo:
> > > 
> > > https://repository.apache.org/content/repositories/orgapachetomee-1218/
> > > 
> > > ###
> > > 
> > > Source:
> > > 
> > > https://dist.apache.org/repos/dist/dev/tomee/jakartaee-api-10.0-M2/
> > > 
> > > ###
> > > 
> > > Tag:
> > > 
> > > 
> > > 
> > https://github.com/apache/tomee-jakartaee-api/releases/tag/jakartaee-api-10.0-M2
> > > 
> > > 
> > > 
> > > ###
> > > 
> > > Please VOTE
> > > 
> > > [+1] go ship it
> > > [+0] meh, don't care
> > > [-1] stop, there is a ${showstopper}
> > > 
> > > The VOTE is open for 72h or as long as needed.
> > > 
> > > Gruß
> > > Richard
> > > 
> > > 
> > 



signature.asc
Description: This is a digitally signed message part


Re: [VOTE] JakartaEE API 10.0-M2

2023-10-02 Thread Jean-Louis Monteiro
+1 (binding)
--
Jean-Louis Monteiro
http://twitter.com/jlouismonteiro
http://www.tomitribe.com


On Fri, Sep 29, 2023 at 6:27 PM Cesar Hernandez 
wrote:

> +1 thank you.
>
> On Fri, Sep 29, 2023 at 07:37 Richard Zowalla  wrote:
>
> > Hi all,
> >
> > this is a vote for a milestone release of our JakartaEE 10 shade
> > artifact
> >
> > This bug fix release only fixes TOMEE-4199:
> > https://issues.apache.org/jira/browse/TOMEE-4199
> >
> > ###
> >
> > Maven Repo:
> >
> > https://repository.apache.org/content/repositories/orgapachetomee-1218/
> >
> > ###
> >
> > Source:
> >
> > https://dist.apache.org/repos/dist/dev/tomee/jakartaee-api-10.0-M2/
> >
> > ###
> >
> > Tag:
> >
> >
> >
> https://github.com/apache/tomee-jakartaee-api/releases/tag/jakartaee-api-10.0-M2
> >
> >
> >
> > ###
> >
> > Please VOTE
> >
> > [+1] go ship it
> > [+0] meh, don't care
> > [-1] stop, there is a ${showstopper}
> >
> > The VOTE is open for 72h or as long as needed.
> >
> > Gruß
> > Richard
> >
> >
>


Re: [PR] Regenerated BOMs after dependency upgrades (tomee)

2023-10-02 Thread via GitHub


rzo1 merged PR #1064:
URL: https://github.com/apache/tomee/pull/1064


-- 
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...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Regenerated BOMs after dependency upgrades (tomee)

2023-10-02 Thread via GitHub


github-actions[bot] opened a new pull request, #1064:
URL: https://github.com/apache/tomee/pull/1064

   Found some uncommited changes (from BOM regeneration) after running build on 
TomEE 8.x branch


-- 
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...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] example code for TomEE beginner (tomee)

2023-10-02 Thread via GitHub


rzo1 closed pull request #913: example code for TomEE beginner
URL: https://github.com/apache/tomee/pull/913


-- 
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...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org