Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Nov 19, 2025

Fixes ./gradlew :instrumentation:spring:spring-webmvc:spring-webmvc-3.1:wildfly-testing:test --configuration-cache (and related):

- Task `:instrumentation:spring:spring-webmvc:spring-webmvc-3.1:wildfly-testing:test` of type `org.gradle.api.tasks.testing.Test`: cannot serialize Gradle script object references as these are not supported with the configuration cache.
  See https://docs.gradle.org/9.2.1/userguide/configuration_cache_requirements.html#config_cache:requirements:disallowed_types

@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label Nov 19, 2025
@trask trask marked this pull request as ready for review November 19, 2025 03:58
@trask trask requested a review from a team as a code owner November 19, 2025 03:58
}
}

val testRuntimeClasspath = configurations.named("testRuntimeClasspath")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@laurit everything seems to be passing, so guessing we don't need the more flexible name.lowercase().endsWith("testruntimeclasspath")?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can trust the test here. If the tests pass then all is good.

@laurit laurit merged commit 6d6915e into open-telemetry:main Nov 19, 2025
89 checks passed
laurit pushed a commit to laurit/opentelemetry-java-instrumentation that referenced this pull request Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test native This label can be applied to PRs to trigger them to run native tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants