-
Notifications
You must be signed in to change notification settings - Fork 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
Upgrade to snakeyaml 1.23 #100
Comments
Thanks, will look into this asap |
Thank you, please consider upgrading Gradle as well. Like I said above, the build scan made analyzing this issue a lot simpler and it isn't available in Gradle 2.0 |
I accept PRs :) |
I'm sure you do, but do you really need help for changing some text from |
@azagniotov see my pull request #105 |
@azagniotov |
When using with Spring Boot 2, Stubby4J fails to start because the snakeyaml classes packaged in the jar are not compatible with Spring Boot 2. This has been fixed in Boot 2.1.0.M3, but that doesn't help since Stubby4J is still packaging snakeyaml 1.20. See the following snippet taken from a build scan, which by the way, wasn't possible with the prehistoric version of Gradle that's in the master branch; I'd to locally upgrade to latest Gradle.
This ticket is to upgrade the snakeyaml packaged by Stubby4J to version 1.23.
Reference: spring-projects/spring-boot#13191
The text was updated successfully, but these errors were encountered: