Add support to Jakarta EE 9 #1543
Labels
agent-java
instrumentation
Instrumentation: framework support, custom plugins, ...
new-feature
New feature
size:large
Large (L) tasks
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem?
Already known issue - multiple APIs moved from package
javax
tojakarta
in this version, meaning that our instrumentations will not be applied. This includes the sub-packagesservlet
,jms
,ws
,faces
andejb
that we instrument at least.Describe the solution you'd like
It is likely that the addition of the
jakarta
package to matchers will be sufficient in most or all cases, but it will require some investigation and a lot of refactoring and testing.Minimal requirements for resolving this issue
Servlet
andFilterChain
instrumentations work - Feature support jakartaee9 #1912javax.ejb.Schedule
instrumentation works added support to jakartaee for scheduled annotation plugin #2250Additional context
apm-jms-spring-plugin
test cannot be duplicated for jakarta.jms until that is available (as it has class dependencies that specify javax.jms) Spring can be tracked at Support for Jakarta EE 9 (annotations and interfaces in jakarta.* namespace) spring-projects/spring-framework#25354The text was updated successfully, but these errors were encountered: