-
Notifications
You must be signed in to change notification settings - Fork 26
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
jdk21 release #198
Comments
Happy to release. But I guess this needs some testing first. The current CI only tests up to 19. https://github.com/tcurdt/jdependency/blob/master/.github/workflows/ci.yml I would also need to check if this needs an ASM upgrade. |
I cloned and set my project shade-plugin to use the latest. No problems. But I'm confused about something. Your pom already specifies asm 9.5 since 4 months ago So what's with the 5 open pull requests making the same change? |
That's a very good question. They don't make much sense and I also didn't notice them. It's a bit weird given the release in August. Anyway, I closed them and turned on java 21 for testing. Unfortunately there is now support for java 21 on github yet. https://github.com/tcurdt/jdependency/actions/runs/6220534843
I have added java 20 to the testing matrix at least. |
Since 2.9.0 was already released in August with ASM 9.5. https://github.com/tcurdt/jdependency/blob/jdependency-2.9.0/pom.xml I am not sure what else needs to happen for java 21 at the moment. |
It seems like this is really a release request for the maven shade plugin and we can close this here? |
hi. Can we have another release for Java 21?
The text was updated successfully, but these errors were encountered: