Skip to content
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

Update JRuby and all JRuby/Maven plugins #263

Merged
merged 4 commits into from
Aug 25, 2023

Commits on Aug 4, 2023

  1. Update JRuby and all JRuby/Maven plugins

    This is part of work to update the entire JRuby/Maven stack, in
    order to update the version of JRuby used and to address API
    deprecations at rubygems.org.
    
    This PR updates JRuby to latest (9.4.3.0) and moves all plugins
    to their new org.jruby.maven group ID with latest versions.
    
    The maven-tools gem is updated to 1.2.
    
    Part of the fix for jruby/maven-tools#37.
    
    We will need to coordinate getting this released along with the
    maven plugins in the very near term. Because of the rubygems.org
    API being shut down next week (the 8th), we are under the gun.
    
    See jruby/mavengem#9, jruby/jruby-maven-plugins#126,
    jruby/maven-tools#38 and jruby/jruby#7872.
    headius committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b10aaad View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    408b6cc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    8673092 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. One last update to latest of everything

    Some of the .0 artifacts still had references to de.saumya and
    org.torquebox versions, so all three projects have been updated
    to the latest releases and re-released. No functional changes, for
    the most part, since the libraries themselves were already using
    the new artifacts. This mostly affects tests and documentation and
    gets rid of all the old artifact references.
    headius committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d6d5a12 View commit details
    Browse the repository at this point in the history