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

Issue 373: Upgrade rdf-toolkit and Java, and move call pattern to pre-commit #386

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on May 23, 2022

  1. Move Turtle normalization logic to pre-commit

    The repository version noted in this commit does not currently catch
    subdirectories' Turtle files, so a follow-on patch will update the
    repository pointer.
    
    References:
    * #373
    ajnelson-nist committed May 23, 2022
    Configuration menu
    Copy the full SHA
    5bd46d2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    4263959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd40aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2dddab View commit details
    Browse the repository at this point in the history
  4. Remove obviated Makefile recipe

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed May 26, 2022
    Configuration menu
    Copy the full SHA
    2be4d52 View commit details
    Browse the repository at this point in the history
  5. Update to setup-java version 3; transition from 'adopt' to 'temurin'

    The landing page for the setup-java action states the following:
    
    > NOTE: Adopt OpenJDK got moved to Eclipse Temurin and won't be updated
    > anymore. It is highly recommended to migrate workflows from adopt to
    > temurin to keep receiving software and security updates. See more
    > details in the Good-bye AdoptOpenJDK post.
    
    References:
    * https://github.com/actions/setup-java/#supported-distributions
    * https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed May 26, 2022
    Configuration menu
    Copy the full SHA
    2b15709 View commit details
    Browse the repository at this point in the history
  6. Transition from Java 8 to 11

    With the current version of `rdf-toolkit-action`, this is expected to
    cause a CI failure due to an `rdf-toolkit.jar` incompatibility.  A
    release coming soon for `rdf-toolkit-action` will update the `.jar` file
    used.
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed May 26, 2022
    Configuration menu
    Copy the full SHA
    282468f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Bump rdf-toolkit-action to use newer jar

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed May 28, 2022
    Configuration menu
    Copy the full SHA
    4efc2a0 View commit details
    Browse the repository at this point in the history
  2. Normalize RDF lists in observable.ttl

    The version of rdf-toolkit run by the pre-commit hook now handles an RDF
    list differently than the prior version of rdf-toolkit.
    
    This commit is a mechanically-produced result.
    
    References:
    * #373
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed May 28, 2022
    Configuration menu
    Copy the full SHA
    ab0aff8 View commit details
    Browse the repository at this point in the history