-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add schema generation support #25
Merged
david-waltermire
merged 12 commits into
usnistgov:main
from
david-waltermire:feature-schemagen
Apr 15, 2022
Merged
Add schema generation support #25
david-waltermire
merged 12 commits into
usnistgov:main
from
david-waltermire:feature-schemagen
Apr 15, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…solves usnistgov/OSCAL#1132. Resolves usnistgov/OSCAL#1131. Resolves usnistgov/OSCAL#1003.
…and XSD. Resolves usnistgov/OSCAL#1127. Resolves usnistgov/OSCAL#956.
…e or write properly.
Fixed a bug in write operations causing some file contents to not be truncated when overwriting files. Added StandardOpenOption.TRUNCATE_EXISTING to write operations. Fixed a bug in array writing for properties using in-json=ARRAY or SINGLETON_OR_ARRAY, that caused an error related to the closing array syntax. Refactored Java class generation based on a Metaschema to provide more information to the caller about generated classes. Added dynamic test support for Metaschema-based testing in a new module metaschema-testing.
Updated JSON parsing code to be more resilient.
Cleanup of schema generation packages.
Fixed some compiler, PMD, and checkstyle warnings. Making incremental progress on getting these cleaned up.
Fixed bugs around inline type handling.
Migrated the metaschema-java-binding-annotations module sources to metaschema-java-binding. Completed full support for Metaschema information in bound Java classes. Refactored function library, adding functions for abs, boolean, ceiling, compare, data, floor, and round. Identified all functions that need to be implemented eventually.
david-waltermire
force-pushed
the
feature-schemagen
branch
from
April 11, 2022 17:54
ec05a50
to
b1a8a19
Compare
Adding Javadocs.
david-waltermire
force-pushed
the
feature-schemagen
branch
from
April 14, 2022 12:39
396766b
to
90b16f9
Compare
david-waltermire
pushed a commit
to GSA/metaschema-java
that referenced
this pull request
May 28, 2024
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9bb5618...44c2b7a) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Committer Notes
This PR adds schema generation support to the Java Metaschema framework.
This PR also cleans up a bunch of PMD and checkstyle issues and involved refactoring code to reduce interfaces and class hierarchy complexity.
All Submissions:
Changes to Core Features: