-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support SPDX spec version 3 - BREAKING CHANGES (#72)
* Updated for SPDX V3 changes Signed-off-by: Gary O'Neall <[email protected]> * Updated serializer to support multiple documents Also updated to support API changes in core Signed-off-by: Gary O'Neall <[email protected]> * Add prefix to inflate API Signed-off-by: Gary O'Neall <[email protected]> * Fix issues in POM file Signed-off-by: Gary O'Neall <[email protected]> * Minor documentation fixes Signed-off-by: Gary O'Neall <[email protected]> * Renamed model version 3 Signed-off-by: Gary O'Neall <[email protected]> * Implement new serialization interface Signed-off-by: Gary O'Neall <[email protected]> * Update to SPDX 3.0.1 Signed-off-by: Gary O'Neall <[email protected]> * Move CompatibleModelStoreWrapper to V2 model Signed-off-by: Gary O'Neall <[email protected]> --------- Signed-off-by: Gary O'Neall <[email protected]>
- Loading branch information
Showing
7 changed files
with
410 additions
and
260 deletions.
There are no files selected for viewing
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
136 changes: 71 additions & 65 deletions
136
src/main/java/org/spdx/jacksonstore/JacksonDeSerializer.java
Large diffs are not rendered by default.
Oops, something went wrong.
229 changes: 126 additions & 103 deletions
229
src/main/java/org/spdx/jacksonstore/JacksonSerializer.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.