Skip to content

feat: produce a standalone jar without dependencies (refs #98) #103

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tomasbjerre
Copy link
Collaborator

Providing an alternative with minimal transitives may often solve issues like #98.

The shadow feature in the gradle extension is disabled here with a property to avoid getting the wiremock-dependency from:
https://github.com/wiremock/gradle-wiremock-extension-plugins/blob/a7a891e2465bd5fe6bd3532cc0ba226016bbd64a/src/main/groovy/org.wiremock.tools.gradle.wiremock-extension-convention.gradle#L242

This change will give a nice standalone alternative, wiremock-spring-boot-standalone, and keep wiremock-spring-boot.

I think it will work once #102 is merged, where Spring Boot is no longer a transitive.

References

@tomasbjerre tomasbjerre added enhancement New feature or request 4.xx labels Jun 2, 2025
@tomasbjerre tomasbjerre mentioned this pull request Jun 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.xx enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant