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 #368

Open
wants to merge 20 commits into
base: jena4-upgrade
Choose a base branch
from

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    9234b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d0595 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a43423 View commit details
    Browse the repository at this point in the history
  4. This code segment is compatible with Java 11 and not compatible with

    java 8. It will abort the compilation if the Java context is version 8
    michel-heon committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    59fa166 View commit details
    Browse the repository at this point in the history
  5. ""

    michel-heon committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    def3890 View commit details
    Browse the repository at this point in the history
  6. 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
    7896a33 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Update pom.xml

    return to 1.13.1
    michel-heon committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    9fc52e7 View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    Return to 1.13.1
    michel-heon committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    1c7dde2 View commit details
    Browse the repository at this point in the history
  3. Update pom.xml

    Return to 1.13.1
    michel-heon committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    8ebc531 View commit details
    Browse the repository at this point in the history
  4. Update pom.xml

    Return 1.13.1
    michel-heon committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    85d558e View commit details
    Browse the repository at this point in the history
  5. Update pom.xml

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

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

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

    michel-heon committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    1c2564d View commit details
    Browse the repository at this point in the history
  9. Update pom.xml

    michel-heon committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    42f31dd View commit details
    Browse the repository at this point in the history
  10. Update pom.xml

    michel-heon committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    27725b0 View commit details
    Browse the repository at this point in the history
  11. Update pom.xml

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

Commits on Feb 27, 2023

  1. Updated enforcer-version to (3.2.1) to be compatible with VIVO pom's -

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

Commits on Mar 2, 2023

  1. Update pom.xml

    michel-heon committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    56d2f83 View commit details
    Browse the repository at this point in the history
  2. Update api/pom.xml

    No comment
    
    Co-authored-by: Dragan Ivanovic <[email protected]>
    michel-heon and chenejac committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c0e5c8d View commit details
    Browse the repository at this point in the history