Skip to content

Conversation

@laurit
Copy link
Contributor

@laurit laurit commented Dec 4, 2025

Resolves #15513

@laurit laurit requested a review from a team as a code owner December 4, 2025 13:37
filesMatching("software/amazon/awssdk/global/handlers/**") {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}
listOf(shadowModule, shadowMuzzleTooling, shadowMuzzleBootstrap).forEach { task ->
Copy link
Contributor Author

Choose a reason for hiding this comment

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

turns out that in our example extension InstrumenterCustomizerProvider SPI worked because the extension uses muzzle-check and also shades a dependency inside the extensions. Since muzzle-check added relocation rules to all ShadowJar tasks the SPI file got relocated under the shaded name.

@trask trask added this to the v2.23.0 milestone Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InstrumenterCustomizerProvider SPI not usable in agent extensions

3 participants