-
Notifications
You must be signed in to change notification settings - Fork 101
Add only declarable Gradle jax-ws runtime dependencies #762
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
Conversation
src/main/java/org/openrewrite/java/migrate/javax/AddJaxwsRuntime.java
Outdated
Show resolved
Hide resolved
@jevanlingen there was a perhaps related report in #760 that might help you reproduce the issue; could be worth briefly seeing if that indeed helps, or is fixed now. |
@timtebeek, yeah awesome, this is exactly the case this PR does fix! |
src/main/java/org/openrewrite/java/migrate/javax/AddJaxwsRuntime.java
Outdated
Show resolved
Hide resolved
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.
Good to see that new method from Sam being used. This way we adhere to the configurations that are correctly created while we keep backwards compatible with these that end on classPath. 👍
Thanks all! |
What's changed?
For the
AddJaxwsRuntimeGradle
recipe the resolution-only dependencies are no longer added.