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

Infrastructure improvements - Migration to Java 11 from Java 8 #3836

Draft
wants to merge 14 commits into
base: jena4-upgrade
Choose a base branch
from

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    bc76f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7f21fc View commit details
    Browse the repository at this point in the history
  3. Replacing

                    <configuration>
                        <source>JAVA_RELEASE</source>
                        <target>JAVA_RELEASE</target>
                    </configuration>
    by
    <maven.compiler.release>JAVA_RELEASE</maven.compiler.release> in top pom
    file
    michel-heon committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5acba05 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Update pom.xml

    michel-heon authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    28ad9db View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    michel-heon authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    e9ba32a View commit details
    Browse the repository at this point in the history
  3. Update pom.xml

    michel-heon authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    612a410 View commit details
    Browse the repository at this point in the history
  4. Update pom.xml

    michel-heon authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    8ed6385 View commit details
    Browse the repository at this point in the history
  5. Update pom.xml

    michel-heon authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    d522f63 View commit details
    Browse the repository at this point in the history
  6. Update pom.xml

    michel-heon authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    4efce05 View commit details
    Browse the repository at this point in the history
  7. Update pom.xml

    michel-heon authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    ad83d94 View commit details
    Browse the repository at this point in the history
  8. Update pom.xml

    michel-heon authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    1a877a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    b3e301a View commit details
    Browse the repository at this point in the history
  2. Added configuration for enforcer and updated enforcer-version to (3.2.1)

    fixed message printing bugs on previous version
    michel-heon committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e9428f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

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