Java Agent example for debugging applications on Jakarta EE or Java EE servers with ByteBuddy #1595
mrts
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks a lot for ByteBuddy! It helped me to debug an issue that only occurred in production in a Java EE application.
However, there were no easy to find examples for the particular oddities of using an agent in a Java EE application server environment (building a fat JAR with dependencies with maven-assembly-plugin, not being able to use a logger etc), so I created a small example project here: https://github.com/mrts/java-agent-for-jakarta-ee-server-debugging.
All thoughts and criticism much welcome!
Beta Was this translation helpful? Give feedback.
All reactions