-
Notifications
You must be signed in to change notification settings - Fork 34
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
Conversation
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)
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)
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)
The only impact this proposal has on generated CASE files is that the "nightly build" ontology files now are normalized according to |
The CP that this PR is targeted to address describes and proposes changes only to the normalization tool chain outside of the ontology, however this PR contains several substantive changes to the ontology itself in the form of redefinition of all enumerations in the observable.ttl namespace. |
@sbarnum Those changes are not redefinitions. They are syntactic-sugar adjustments, with no semantic revision. The new version of |
This Pull Request supersedes PR 395. It is a rebase of the patches in that PR against the beginning of the
develop
branch immediately after UCO 0.8.0's release. The reason for rebasing to earlier indevelop
is so effects can be isolated for CASE to adopt in CASE PR 90. There is otherwise no change from the "v2" of this PR.This PR will resolve all requirements of Issue 373.
Review steps taken: