Skip to content

Add support to Jakarta EE 9 #1543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
6 of 8 tasks
eyalkoren opened this issue Nov 29, 2020 · 1 comment
Open
6 of 8 tasks

Add support to Jakarta EE 9 #1543

eyalkoren opened this issue Nov 29, 2020 · 1 comment
Assignees
Labels
agent-java instrumentation Instrumentation: framework support, custom plugins, ... new-feature New feature size:large Large (L) tasks

Comments

@eyalkoren
Copy link
Contributor

eyalkoren commented Nov 29, 2020

Is your feature request related to a problem?

Already known issue - multiple APIs moved from package javax to jakarta in this version, meaning that our instrumentations will not be applied. This includes the sub-packages servlet, jms, ws, faces and ejb 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

Additional context

@SylvainJuge SylvainJuge added instrumentation Instrumentation: framework support, custom plugins, ... new-feature New feature labels Jan 27, 2021
@AlexanderWert AlexanderWert added this to the 7.12 milestone Mar 1, 2021
@SylvainJuge
Copy link
Member

Working on this might also be a good time to include #1294 as well to avoid duplication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-java instrumentation Instrumentation: framework support, custom plugins, ... new-feature New feature size:large Large (L) tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants