Skip to content
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

Add new instrumentation for Wildfly 27+ #875

Closed
meiao opened this issue Jun 6, 2022 · 3 comments
Closed

Add new instrumentation for Wildfly 27+ #875

meiao opened this issue Jun 6, 2022 · 3 comments

Comments

@meiao
Copy link
Contributor

meiao commented Jun 6, 2022

Description

The instrumentation for wildfly works on top of the undertow-servlet dependency.
With version 2.3.0.Alpha1 the instrumentation module stopped applying.
This may be related with Jakarta renaming.

Weave Violations are as follow:

  • WeaveViolation{type=CLASS_IMPLEMENTS_ILLEGAL_INTERFACE, clazz=io/undertow/servlet/spec/HttpServletRequestImpl}
  • WeaveViolation{type=METHOD_RETURNTYPE_MISMATCH, clazz=io/undertow/servlet/spec/HttpServletRequestImpl, method=startAsync()Ljavax/servlet/AsyncContext;}
  • WeaveViolation{type=METHOD_NEW_CALL_ORIGINAL_UNSUPPORTED, clazz=io/undertow/servlet/spec/HttpServletRequestImpl, method=startAsync(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)Ljavax/servlet/AsyncContext;}
  • WeaveViolation{type=METHOD_NEW_NON_PRIVATE_UNSUPPORTED, clazz=io/undertow/servlet/spec/HttpServletRequestImpl, method=startAsync(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)Ljavax/servlet/AsyncContext;}

(migrate to Jira)

@meiao meiao added the bug Something isn't working as designed/intended label Jun 6, 2022
@kford-newrelic
Copy link
Contributor

Not selected for the next quarter's product roadmap. Will consider for a future quarter.

@kford-newrelic kford-newrelic removed the bug Something isn't working as designed/intended label Sep 30, 2022
@workato-integration
Copy link

@workato-integration
Copy link

Jira CommentId: 109263
Commented by jkeller:

Looks like WildFly 27 is officially released with support for Jakarta EE 10: https://www.wildfly.org/news/2022/11/09/WildFly27-Final-Released/

@kford-newrelic kford-newrelic added the estimate Issue needing estimation label Jul 19, 2023
@kford-newrelic kford-newrelic removed the estimate Issue needing estimation label Jul 20, 2023
@kford-newrelic kford-newrelic closed this as not planned Won't fix, can't repro, duplicate, stale Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants