Re: [VOTE] Apache TomEE 10.1.0
Markus Jung <[email protected]>
| Newsgroups | gmane.comp.java.openejb.devel |
|---|---|
| Message-ID | <[email protected]> |
+1 (non binding)
I tested a couple of real applications (running on Linux, Java 17) using:
- CDI
- Faces
- JPA (using hibernate 6.6)
- Security
- tomee-embedded-maven-plugin and standalone tomee-micorprofile
- microprofile OpenAPI, Config, Health
Everything seems to work as expected, thanks to everyone involved!
On 10.06.25 16:39, Richard Zowalla wrote:
> Hi everyone,
>
> We're initiating a vote on TomEE 10.1.0, which aligns with Jakarta EE 10 and MicroProfile 6.1.
>
> This release upgrades the MicroProfile level to 6.1, as we now fully comply with the corresponding MP TCKs.
>
> It also includes several bug fixes and updates to CXF, Johnson, and several transitive dependencies such as Tomcat, ActiveMQ, and OpenJPA.
>
>
> Here are the hard facts:
>
> ###############
>
> Maven Repo:
> https://repository.apache.org/content/repositories/orgapachetomee-1235
>
> <repositories>
> <repository>
> <id>tomee-10.1.0</id>
> <name>Testing TomEE 10.1.0</name>
> <url>https://repository.apache.org/content/repositories/orgapachetomee-1235</url>
> </repository>
> </repositories>
>
> Note: If you are trying to test the Maven plugins, you need to add a <pluginRepository> as well.
>
> <pluginRepositories> <pluginRepository> <id>tomee-10.1.0</id> <name>Testing TomEE 10.1.0</name> <url>https://repository.apache.org/content/repositories/orgapachetomee-1235</url> </pluginRepository> </pluginRepositories>
>
> ###############
>
> Binaries & Source:
>
> https://dist.apache.org/repos/dist/dev/tomee/staging-1234/tomee-10.1.0/
>
> ###############
>
> Tag:
>
> https://github.com/apache/tomee/releases/tag/tomee-project-10.1.0
>
> Hash:
>
> fde55fcab79a22594999383e8ee6bbce8ddd82f8
>
> ###############
>
> Release note
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12355826
>
> Here is the plain text version:
>
> == Dependency upgrade
>
> [.compact]
> - link:https://issues.apache.org/jira/browse/TOMEE-4492[TOMEE-4492] BouncyCastle 1.81
> - link:https://issues.apache.org/jira/browse/TOMEE-4487[TOMEE-4487] CXF 4.1.2
> - link:https://issues.apache.org/jira/browse/TOMEE-4476[TOMEE-4476] EclipseLink 4.0.6
> - link:https://issues.apache.org/jira/browse/TOMEE-4482[TOMEE-4482] Jackson 2.19.0
> - link:https://issues.apache.org/jira/browse/TOMEE-4491[TOMEE-4491] Johnzon 2.0.2
> - link:https://issues.apache.org/jira/browse/TOMEE-4472[TOMEE-4472] MP Config 3.12.4
> - link:https://issues.apache.org/jira/browse/TOMEE-4490[TOMEE-4490] Omnifaces 4.6.3
> - link:https://issues.apache.org/jira/browse/TOMEE-4473[TOMEE-4473] OpenJPA 4.1.0
> - link:https://issues.apache.org/jira/browse/TOMEE-4486[TOMEE-4486] OpenJPA 4.1.1
> - link:https://issues.apache.org/jira/browse/TOMEE-4488[TOMEE-4488] SmallRye Config 3.13.0
> - link:https://issues.apache.org/jira/browse/TOMEE-4493[TOMEE-4493] Smallrye MP Config 3.13.1
> - link:https://issues.apache.org/jira/browse/TOMEE-4475[TOMEE-4475] Tomcat 10.1.41
> - link:https://issues.apache.org/jira/browse/TOMEE-4494[TOMEE-4494] Tomcat 10.1.42
> - link:https://issues.apache.org/jira/browse/TOMEE-4477[TOMEE-4477] XBean 4.27
> - link:https://issues.apache.org/jira/browse/TOMEE-4489[TOMEE-4489] commons-fileupload2-core 2.0.0-M3
>
> == Bug
>
> [.compact]
> - link:https://issues.apache.org/jira/browse/TOMEE-4483[TOMEE-4483] Transaction propagated to executor threads through ThreadContext.enter()
> - link:https://issues.apache.org/jira/browse/TOMEE-4484[TOMEE-4484] A runtime exception in ejbCreate method exposes InvalidateReferenceException to remote client
> - link:https://issues.apache.org/jira/browse/TOMEE-4456[TOMEE-4456] beans.xml <trim/> doesn't work in openejb-core boot
>
> == Improvement
>
> [.compact]
> - link:https://issues.apache.org/jira/browse/TOMEE-4432[TOMEE-4432] MicroProfile 6.1
>
> == Sub-task
>
> [.compact]
> - link:https://issues.apache.org/jira/browse/TOMEE-4480[TOMEE-4480] Metrics 5.1
> - link:https://issues.apache.org/jira/browse/TOMEE-4478[TOMEE-4478] OpenTelemetry 1.1
> - link:https://issues.apache.org/jira/browse/TOMEE-4479[TOMEE-4479] Config 3.1
>
> ###############
>
> For signature verification, you can check on the example script here:
> https://gist.github.com/rzo1/9fb1ca0d58e1fc982d596f2a94b10b32
>
>
> 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