Preloader image

Apache TomEE 10.0.0 has been released

We are excited to announce the release of Apache TomEE 10.0.0! This version represents a significant step forward, bringing new features and improvements to TomEE. With TomEE 10.0.0, we finally implement Jakarta EE 10.

While this release successfully passes some standalone TCKs, full certification for Jakarta EE 10 is not yet achieved due to limited volunteer capacity.

In parallel, we’ve made excellent strides in MicroProfile support. TomEE 10.0.0 fully implements MicroProfile 6.0, passing all related TCKs.

However, official compliance claims are deferred until Jakarta EE 10 Core TCK certification is achieved (which depends on volunteer capacity).

This release also introduces compatibility with Java 21, reflecting our dedication to staying up-to-date with the latest Java versions.

Notably, we now leverage the official Apache CXF 4.1.0 artifact, eliminating the need for custom forking.

Please note: TomEE 10 requires a Java 17+ runtime environment.

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

Your efforts made TomEE 10 possible!

Dependency upgrade

New Feature

  • TOMEE-1380 study a better data importer for datsources and entitymanagers

  • TOMEE-4351 Jakarta Security 3.0

Bug

  • TOMEE-4424 Request not matched to CXF request has trailing slash and a welcome-file is defined

  • TOMEE-4390 ClassNotFoundException in webapp that has log4j2 and invokes commons-logging

  • TOMEE-4368 Typo in "openejb.placehodler.delimiter"

  • TOMEE-4404 NPE in TomcatClassPath and TomcatWebAppBuilder

  • TOMEE-4375 NullPointerException in SavedRequest

  • TOMEE-4406 Faces Resources return 404 if subclass of JAX-RS Application is present

  • TOMEE-4347 Smallrye MP Extension are activated even if tomee.mp.scan="none"

  • TOMEE-4355 mojarra faces.js is truncated

  • TOMEE-4358 Using JAX-RS endpoints with a Spring Application fails

  • TOMEE-4320 TomEE 10 leaks jakarta.json from Smallrye into /lib

  • TOMEE-2934 EJBContainer.createEJBContainer Fails to find public inner classes

  • TOMEE-4327 Fix BVAL TCK 3.0 under J17: org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.*

  • TOMEE-4332 Using JAX-RS endpoints with a Spring Application fails

  • TOMEE-4333 NotSerializableException with @Inject HttpServletRequest

Improvement

  • TOMEE-4395 Debug logging for default properties used to create resources

  • TOMEE-4410 Better Exception when accesing injected HttpServletRequest if no request is active

  • TOMEE-4342 ApplicationComposer should inject declared custom resources into tests

  • TOMEE-4350 mp-jwt: Add qualifier for produced Jsonb

  • TOMEE-4357 Add a Jandex index cache to TomEEMicroProfileListener

Task

Sub-task