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

Prepare 5.6.4 release #1203

Merged
merged 8 commits into from
May 25, 2024
Merged

Prepare 5.6.4 release #1203

merged 8 commits into from
May 25, 2024

Commits on May 13, 2024

  1. Update OWLAPI to 4.5.29.

    gouttegd committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e1b82ab View commit details
    Browse the repository at this point in the history
  2. Update logging libraries.

    We update the Logback-classic library to 1.2.13 (latest release of the
    1.2.x branch). This requires a simultaenous update of SLF4J, because of
    some incompatible changes between Logback 1.1 and 1.2.
    
    Those are the latest versions we can update to, as newer branches 2.x
    (for SLF4J) and 1.3.x (for Logback) rely on a completely different
    initialisation mechanism that I currently cannot get to work with
    Protégé.
    gouttegd committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ceb48e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb55344 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    a92a97e View commit details
    Browse the repository at this point in the history
  2. Update the binary launcher.

    Use a freshly built launcher that includes an option to silence a
    warning about illegal reflective access on the part of the JGoodies
    Common library.
    gouttegd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d2e1588 View commit details
    Browse the repository at this point in the history
  3. Update the launching script.

    Apply to the shell launcher the same logic as in the new updated
    launcher: add a --add-opens option to silence the "illegal reflective
    access" warning.
    gouttegd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1ff22be View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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