Skip to content
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

Spring 5.3.26 still not compatible with snakeyaml 2.0 #30154

Closed
lzysuqianqiu opened this issue Mar 21, 2023 · 1 comment
Closed

Spring 5.3.26 still not compatible with snakeyaml 2.0 #30154

lzysuqianqiu opened this issue Mar 21, 2023 · 1 comment
Labels
for: external-project Needs a fix in external project status: invalid An issue that we don't feel is valid

Comments

@lzysuqianqiu
Copy link

lzysuqianqiu commented Mar 21, 2023

java.lang.NoSuchMethodError: org.yaml.snakeyaml.representer.Representer: method 'void ()' not found
at org.springframework.boot.env.OriginTrackedYamlLoader.createYaml(OriginTrackedYamlLoader.java:80)
at org.springframework.boot.env.OriginTrackedYamlLoader.createYaml(OriginTrackedYamlLoader.java:75)

I see the Spring 5.3.26 RELEASE Note
Allow SnakeYaml 2.0 runtime compatibility #30097

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Mar 21, 2023
@bclozel
Copy link
Member

bclozel commented Mar 21, 2023

The classes listed in this stack trace are from Spring Boot. This will be fixed with spring-projects/spring-boot#34405 in the next Spring Boot version.

@bclozel bclozel added status: invalid An issue that we don't feel is valid for: external-project Needs a fix in external project and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Mar 21, 2023
@bclozel bclozel closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: external-project Needs a fix in external project status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

3 participants