-
-
Notifications
You must be signed in to change notification settings - Fork 952
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
Allow runtime compatibility for snakeyaml 2.0 #12950
Comments
@puneetbehl it may be something already on you radar, but I think we can release Grails 5.3.3 by bumping these dependencies: snakeyaml/2.0 From my local tests, these dependencies work well together. This is valid for the 6.x branch as well - you can probably re-revert #12921 if the other deps are updated. |
Hi @puneetbehl Would it be possible to get a solution that would allow us to use Grails 5.3 together with snakeyaml 2.0? We don't really need grails to be upgraded to include that version, but at least need the constructor signature used to be changed so we could make the upgrade on our side, in pretty much the same strategy adopted by the spring team in the referenced links. We really hope we could get the help from the Grails team on this, many thanks! |
Hello, I have the same problem with jenkins server version 2.401.3 running with java 11.0.21. When I upgraded all plugins to last version I am not capable to launch kubernetes agent. My agent is a pod created via a yaml stream. This yaml stream il maked with MargeYaml groovy script wich use snakeYaml version 1.25. 2024-01-11_11-21-24 Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: d6252710-3d31-488c-b7c0-6839ef4acc0f Can you help me to resolve this problem please? |
Expected Behavior
Due to CVE-2022-1471, we need to upgrade to snakeyaml 2.0, however it's not yet supported by Grails
5.3.2
This has already been addressed by spring and spring-boot, however we're still blocked by grails to be able to fully upgrade.
We don't expect grails dependencies to be upgraded to snakeyaml 2.0, but at least it should support it in runtime, an approach taken by latest spring-boot
2.7.10
.Actual Behaviour
If we attempt to use snakeyaml 2.0 as dependency, gsp compiling fails with the following error:
Steps To Reproduce
This error is reproduced by attempting to compile GSP pages while snakeyaml 2.0 is a dependency of the compiling application.
Environment Information
5.3.2
5.3.26
2.7.10
Example Application
No response
Version
5.3.2
The text was updated successfully, but these errors were encountered: