Summary
oscal-cli 1.0.3 is a patch release with improvements and changes that are backwards compatible, specifically updating liboscal-java and metaschema-framework dependencies to make use of the OSCAL v1.1.2 models and the underlying use of the Metaschema Framework. This release also fixes a bug to properly reference embedded resource files in the release utility.
Changes: Key Take-aways
Key takeaways are below:
- OSCAL model updates to v1.1.2
- Correct local resource paths
Details
- daf3ed3 Fix metaschema-java generated schema name and path for [#200](https://github.com/usnistgov/oscal-cli/issues
Appendix
Detailed Commit Log
Note for NIST developers: the output below is from executing the following command against the release branch (main
) on a developer workstation: git log origin/main..origin/develop --pretty=oneline --abbrev-commit
.
- 3a3f16c Bump com.github.erosb:everit-json-schema from 1.14.3 to 1.14.4 (#243)
- 1dfb3c0 Bump org.codehaus.mojo:license-maven-plugin from 2.3.0 to 2.4.0 (#244)
- 727afa1 Bump org.fusesource.jansi:jansi from 2.4.0 to 2.4.1 (#229)
- ed31bce Bump gov.nist.secauto:oss-parent from 26 to 27 (#230)
- 42810c2 Bump org.codehaus.mojo:templating-maven-plugin from 1.0.0 to 3.0.0 (#231)
- 53ca62f Bump com.google.auto.service:auto-service from 1.0.1 to 1.1.1 (#232)
- 2a5ea20 Bump github/codeql-action from 2.22.8 to 3.23.2 (#240)
- a8ff018 Bump net.sf.saxon:Saxon-HE from 12.3 to 12.4 (#225)
- 51c89a7 Update xmlresolver 5.2.0-5.2.2 to fix pom linting for other deps (#228)
- 4b6b205 Add CLI-level integration tests for common commands (#211)
- a5cd2e7 Bump org.codehaus.mojo:license-maven-plugin from 2.0.0 to 2.3.0 (#219)
- 28dd927 Bump actions/setup-java from 3.13.0 to 4.0.0 (#226)
- adffc5a Bump github/codeql-action from 2.22.4 to 2.22.8 (#223)
- 77ed1bd Bump commons-io:commons-io from 2.15.0 to 2.15.1 (#224)
- eb48f1b Bump commons-io:commons-io from 2.14.0 to 2.15.0 (#215)
- d3fbfc0 Bump io.github.git-commit-id:git-commit-id-maven-plugin (#213)
- 8f270d8 Bump github/codeql-action from 2.22.3 to 2.22.4 (#212)
- 9a173e1 Bump com.github.erosb:everit-json-schema from 1.14.2 to 1.14.3 (#208)
- daf3ed3 Fix metaschema-java generated schema name and path for #200. (#201)
- 1246d8c Bump github/codeql-action from 2.21.9 to 2.22.3 (#206)
- 6b897bd Bump actions/checkout from 4.1.0 to 4.1.1 (#209)
- e1aac00 Bump commons-io:commons-io from 2.13.0 to 2.14.0 (#199)
- 86ae78f [maven-release-plugin] prepare for next development iteration