You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are migrating our application from Jetty10 to Jetty12. Due to dependency constraints, we are using Javax EE8 instead of EE10 (Jakarta Based).
In Jetty10, we relied on InstrumentedHandler for request/response instrumentation. I noticed that Jetty12 includes an InstrumentEE10Handler for EE10 applications, but I couldn’t find an equivalent for Javax EE8.
Are there any plans to support InstrumentedHandler like functionality for EE8? If not, what would be the recommended way to implement this? I’m considering extending AbstractInstrumentedHandler to create a custom implementation(Not sure whether it will work or not), but I’d like to know if there are existing solutions or better approaches before moving forward.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
We are migrating our application from Jetty10 to Jetty12. Due to dependency constraints, we are using Javax EE8 instead of EE10 (Jakarta Based).
In Jetty10, we relied on InstrumentedHandler for request/response instrumentation. I noticed that Jetty12 includes an
InstrumentEE10Handler
for EE10 applications, but I couldn’t find an equivalent for Javax EE8.Are there any plans to support
InstrumentedHandler
like functionality for EE8? If not, what would be the recommended way to implement this? I’m considering extendingAbstractInstrumentedHandler
to create a custom implementation(Not sure whether it will work or not), but I’d like to know if there are existing solutions or better approaches before moving forward.Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions