-
Greetings, since I couldn't find a clear answer to this, I would like to ask you here. The example extensions use For example, we would like to include Spring Boot 3, which only supports JDK17+, into our extension. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can compile your extension with whatever version works for you. In this project we usually choose the version used for compiling instrumentation based on the version of instrumented library. If the library works with jdk 8 we also compile our instrumentation for jdk 8 to ensure that the instrumentation works when the library works. |
Beta Was this translation helpful? Give feedback.
You can compile your extension with whatever version works for you. In this project we usually choose the version used for compiling instrumentation based on the version of instrumented library. If the library works with jdk 8 we also compile our instrumentation for jdk 8 to ensure that the instrumentation works when the library works.