azagniotov/stubby4j

Upgrade to snakeyaml 1.23

Closed this issue · 6 comments

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.
snakeyaml

This ticket is to upgrade the snakeyaml packaged by Stubby4J to version 1.23.

Reference: spring-projects/spring-boot#13191

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 accept PRs :)

I'm sure you do, but do you really need help for changing some text from 2.0 to 4.10.2?

I accept PRs :)

@azagniotov see my pull request #105

@azagniotov
Tested with: v6.0.2
Status: ✅ Fixed
This ticket can be closed.