-
Notifications
You must be signed in to change notification settings - Fork 864
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
Convert spring-core tests from groovy to java #8166
Convert spring-core tests from groovy to java #8166
Conversation
You'll need to add the following code snippet to // spring 6 requires java 17
if (findProperty("testLatestDeps") as Boolean) {
otelJava {
minJavaVersionSupported.set(JavaVersion.VERSION_17)
}
} Our |
...ring/spring-core-2.0/javaagent/src/test/java/SimpleAsyncTaskExecutorInstrumentationTest.java
Outdated
Show resolved
Hide resolved
...ring/spring-core-2.0/javaagent/src/test/java/SimpleAsyncTaskExecutorInstrumentationTest.java
Outdated
Show resolved
Hide resolved
...ring/spring-core-2.0/javaagent/src/test/java/SimpleAsyncTaskExecutorInstrumentationTest.java
Outdated
Show resolved
Hide resolved
…/SimpleAsyncTaskExecutorInstrumentationTest.java Co-authored-by: Mateusz Rzeszutek <[email protected]>
…/SimpleAsyncTaskExecutorInstrumentationTest.java Co-authored-by: Mateusz Rzeszutek <[email protected]>
…pentelemetry-java-instrumentation into spring-core-test-java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @abhisesh !
Related to #7195.
Converts spring core instrumentation tests from groovy to java.