-
Notifications
You must be signed in to change notification settings - Fork 3
Upgrade maven-core to 3.9.6 #5
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
Conversation
Beware that 'mvn package' will create jar with the current maven version being used, so it is necessary to use maven 3.9.6 while running the packaging task.
|
Thank you @enebo, any chance we could get this released? Please remember the maven being used to run |
|
Sorry I forgot about releasing these updates in the flurry of activity over the past few months. |
That is to say that I will look into releases today! 😀 |
|
ruby-maven-libs 3.9.6 has been pushed to rubygems.org! |
|
@headius Unfortunately it seems your local dir still had previous jars: Maybe creating a 3.9.6.1 ? 😅 |
|
Blast it all, I didn't realize there were unclean remnants or that they'd get included. I see the correct jar is there, but I assume since the bad jar is there it still gets flagged for CVEs? |
|
I'm going to push a 3.9.6.1.pre1 and you can confirm it looks like it should. |
that is right 😞
ready when you are |
|
I also pushed a commit that updates the |
|
LGTM, I can confirm the files are not duplicated any more and that scanners are clean for that prereleased version. 👌 |
|
Can you confirm for me that it still works properly? The mismatched Maven version and Gem version scare me a little bit. |
|
Given that the 3.9.6 version is still here: It should be fine, but testing now, will report in a few min. |
Yeah I'm hopeful that's good enough, but I had to hack the build to not use that as the gem version so I just need confirmation. |
|
Worked correctly! I was able to use a Logstash version with jruby 9.4.7.0 w/ ruby-maven-libs 3.9.6.1.pre1 and install a Logstash plugin that downloads and installs jars at install time 👌 LGTM |
|
Also: |
This release includes Maven 3.9.6 and is only published because the gem version 3.9.6 accidentally contained 3.8.7 jars. See ##5
|
Thanks for the confirmation @jsvd! I've pushed 3.9.6.1 to rg.org. |
Beware that 'mvn package' will create jar with the current maven version being used, so it is necessary to use maven 3.9.6 while running the packaging task.
I set the gem version to 3.9.6 since this gem has been versioned according to the version of maven it packages.