-
Task
-
Resolution: Done
-
Major
-
None
We shouldn't need to transform H2 for javax->jakarta. The only EE API it uses is Servlet and we don't support its use of servlet in production.
From its module.xml we can remove the javax.servlet.api dependency. We can remove javax.transaction.api as well as it doesn't actually use that; it uses javax.transaction.xa from the JDK (e.g. XAResource), which is a different thing.
- is documented by
-
WFLY-15814 Document the WFLY-14814 change in the WF 26 release blog post
- Closed