v3.0.2
Summary
liboscal-java 3.0.2 is a patch release with improvements and changes that are backwards compatible, specifically updating the library to the v1.1.1 release of OSCAL models and a bug fix of metaschema-java generation of XML schemas.
Changes: Key Take-aways
Key takeaways are below:
- Update embedded OSCAL models to v1.1.1 release.
- Update metaschema-java module to correct missing type information in generated XML schemas used for OSCAL document validation.
Details
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
.
- 5b66a44 Bump github/codeql-action from 2.21.7 to 2.21.8 (#183)
- a326055 Update XML schema type gen for #181. (#182)
- 1e4ee2b Bump actions/checkout from 3.5.3 to 4.0.0 (#178)
- 1aba33a Bump github/codeql-action from 2.21.4 to 2.21.7 (#180)
- b7130ab Update models to OSCAL v1.1.1 release.
- 09418c0 [maven-release-plugin] prepare for next development iteration