-
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
New Release Please #11
Comments
a lot of people are waiting, the release is expected on Sunday, see #10 (comment) |
Thanks, will close as such. |
Hm - I just realized ASM has no version 6 releases yet. That's a problem. |
Maybe you can release a "1.2-beta" version? |
That's a cascading problem then :) Did anyone check with the ASM peeps about the 6.0 release yet? Do they have a date yet? If there is no release soon I guess the best course of action is to inline the dependencies with the shade plugin on |
Hm. I am getting
Which smells a bit like a chicken and egg problem. |
Maven shade depends on you ;) |
ASM6 final will be released at the same time as the JDK 9. ASM6 beta which is in sync with the java 9 VM spec is available on Maven Central, |
OK. I am not really fond of releasing with (or more specifically exposing) a beta dependency - but seems like there isn't really a good way around it at the moment. So here is what I would suggest:
That should decouple things and hopefully everyone is happy. |
If it can help your conscience, here are the rules for naming the release of ASM. ASM uses tagged branches, for features of next release (by example, constant dynamic that will be introduced or not in the JDK 10 [1]). And all API additions are always backward compatible. |
✓ 1.2 is released - just waiting for it to show up in central If the shade plugin or ASM has a new release - please let me know. |
@rfscholte this is for you :) |
Thanks mate. As stated above asm beta is in step with the frozen java spec, so not expecting firther issues. Thanks |
Thanks, I think all is there to release a new version of maven-shade-plugin. If so, I'll prepare a release within a week. |
Maven Shade Plugin 3.1.0 now available at Central. Thank you all for the cooperation! |
@rfscholte did a quick test and it works great :) ...but I think I might have found a problem: I will try to have a closer look later this week and then release 1.3 |
Hi,
Would greatly appreciate a release of the latest version to central.
I understand that a beta version of asm is being used, but Java 9 support for maven-shade-plugin is blocked on this, and subsequently so are even further downstream projects.
Thanks
The text was updated successfully, but these errors were encountered: