Preloader image

We are excited to announce the release of Apache TomEE 10.2.0!

This is a maintenance release on the TomEE 10 / Jakarta EE 10 line. It ships several bug fixes, including a fix for the LinkageError with scope="request", improvements to the EJB client (sslTruststorePassword is no longer sent in outgoing requests, and AuthenticationException now retains its RemoteException cause), and a large batch of dependency upgrades.

We extend our deepest gratitude to everyone who contributed to this release, especially our incredible volunteers who worked on TomEE 10 and on fixes in our upstream dependencies such as Tomcat, OWB, CXF, MyFaces, and more.

Your efforts made TomEE 10.2.0 possible!

Bug

  • TOMEE-4589 openejb reports an error in web.xml which is wrong

  • TOMEE-4603 LinkageError in tomee 10.1 with scope="request"

  • TOMEE-4604 Client’s HttpConnectionFactory does not strip sslTruststorePassword from outgoing request

  • TOMEE-4610 openejb-client: AuthenticationException from JNDIContext.authenticate() loses RemoteException cause

  • TOMEE-4620 Misspelled field accesToken in OIDC TokenResponse prevents interoperability with custom JSON providers (Jackson)

  • TOMEE-4631 arquillian-tomee-remote: static "registered" latch breaks container re-registration on a second Arquillian Manager (e.g. failsafe rerunFailingTestsCount)

Dependency upgrade