-
Notifications
You must be signed in to change notification settings - Fork 0
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
modules - java.desktop dependency? #13
Comments
Actually I investigated a little and it seems the problem is much much wider: |
I don't think snakeyml uses java.desktop - https://bitbucket.org/snakeyaml/snakeyaml/src/master/pom.xml - it seems to have no major dependencies. If you're using Spring, why do you need this package? Spring has its own rich configuration system. |
In the interests of keeping this project viable, I'm releasing v1.2.1 - this has the latest snakeyml, which should hopefully be as compatible as possible with the latest JDKs etc. I've rebuilt the project against JDK17. |
Thank you. |
#17 contains the latest snakeyaml upgrade |
Hi,
I'm using your library in our product: https://www.timestored.com/pulse/
Currently I am trying to bundle our tool with a reduced JRE using java 9 modules. Two issues:
It's up to you, maybe most your users are not trying to bundle a reduced JRE.
Thanks again for a useful library,
Ryan
The text was updated successfully, but these errors were encountered: