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, v3: Upgrade rdf-toolkit and Java #398

Merged
merged 6 commits into from
Jun 14, 2022
Merged

Commits on Jun 2, 2022

  1. 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 <alexander.nelson@nist.gov>
    (cherry picked from commit 2b15709)
    (cherry picked from commit bb099de)
    ajnelson-nist committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    efce5c1 View commit details
    Browse the repository at this point in the history
  2. 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 <alexander.nelson@nist.gov>
    (cherry picked from commit 282468f)
    (cherry picked from commit d3aa360)
    ajnelson-nist committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    17a67a3 View commit details
    Browse the repository at this point in the history
  3. Update jar file references to retrieve rdf-toolkit 1.11.0

    References:
    * #373
    
    Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
    (cherry picked from commit 844b59c)
    ajnelson-nist committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    917f2f7 View commit details
    Browse the repository at this point in the history
  4. 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 <alexander.nelson@nist.gov>
    (cherry picked from commit ab0aff8)
    (cherry picked from commit a77e4e9)
    ajnelson-nist committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f19694c View commit details
    Browse the repository at this point in the history
  5. Retrieve file only from redistribution point

    This prevents a potential build failure scenario where rdf-toolkit
    issues a release and suddenly all CI pinned to 1.11.0's SHA-512 fails.
    
    References:
    * #373
    
    Reported-by: Paul Brandt <paul@brandt.name>
    Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
    (cherry picked from commit b6f1ce0)
    ajnelson-nist committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    e06efe3 View commit details
    Browse the repository at this point in the history
  6. Reduce documentation of re-build cleanups

    References:
    * #373
    
    Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
    (cherry picked from commit e04a980)
    ajnelson-nist committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    2fa9ad6 View commit details
    Browse the repository at this point in the history