[PR] WIP: JakartaEE 10 APIs + OWB4 (tomee)

2023-10-06 Thread via GitHub
rzo1 opened a new pull request, #1066: URL: https://github.com/apache/tomee/pull/1066 This is a work-in-progress PR related to EE-10 and OWB-4 The latest full builds can be found here: - https://ci-builds.apache.org/job/Tomee/job/pull-request-manual/44/ - https://ci-builds.ap

Re: OWB4 branch - how to proceed with EE10 work?

2023-10-06 Thread Richard Zowalla
I did some more work on the branch since this e-mail was sent. To get a working build, I did - (1) Upgrade a lot of dependencies to their newer counterpart (EE10 APIs, Tomcat, OWB, Johnzon, BatchEE, ...) - (2) Ignored / excluded examples with JAX-WS from the build (as CXF-4 can't handle it due

Re: OWB4 branch - how to proceed with EE10 work?

2023-10-06 Thread Thomas Andraschko
Hi Richard, about JSF: in theory it should not even compile, there is no "import jakarta.faces.bean.ManagedBean" anymore. You can just delete this 3 tests as it tests old JSF managed beans, which was completely removed. We just reuse CDI now. Best regards, Thomas Am Fr., 6. Okt. 2023 um 09:18 Uh

Re: OWB4 branch - how to proceed with EE10 work?

2023-10-06 Thread Richard Zowalla
Thanks for your fast repsonse, Thomas! It compiled because I cherry picked some changes from the previous EE- 10 branch in which the annoations were changed. I just removed those tests. Gruß Richard Am Freitag, dem 06.10.2023 um 10:04 +0200 schrieb Thomas Andraschko: > Hi Richard, > > about JS