Releases: spdx/spdx-java-jackson-store
Releases · spdx/spdx-java-jackson-store
Release 1.1.1 of the SPDX Java Jackson Store
What's Changed
- Update to SPDX Java Library version 1.1.1. See SPDX Java Library release notes for a summary of changes.
- add documentNamespace to SKIPPED_PROPERTIES by @armintaenzertng in #38
- Resolve issue where multiple document describes are created during deserialization by @goneall in #36
- Serialize and deserialize relationship comments by @goneall in #39
- Update Jackson version to 2.14.0-rc1 by @goneall in #41
New Contributors
- @armintaenzertng made their first contribution in #38
Full Changelog: v1.1.0...v1.1.1
Release 1.1.0 of the SPDX Java Jackson Store
What's Changed
- Support the SPDX specification version 2.3
- Bump gson from 2.8.0 to 2.8.9 by @dependabot in #31
- Fix CI which breaks for external user PRs by @goneall in #33
- Bump jackson-databind from 2.12.3 to 2.12.6.1 by @dependabot in #32
- Updates for release version 2.3 by @goneall in #34
Full Changelog: v1.0.4...v1.1.0
Release 1.0.4 of the SPDX Java Jackson Store
What's Changed
- Add license file by @goneall in #28
- Update Jackson dependencies to version 2.12.x by @goneall in #29
Full Changelog: v1.0.3...v1.0.4
Version 1.0.3 of the SPDX Java Jackson Store
What's Changed
- Handle XML single document describes element by @goneall in #24
- Update to version 1.0.10 of the SPDX Java Library by @goneall in #26 - updates log4j to version 2.17.0 resolving possible vulnerabilities CVE-2021-44228 and CVE-2021-45046
Full Changelog: v1.0.2...v1.0.3
Version 1.0.2 of the SPDX Java Jackson Store
Summary
- Updates SPDX Java Library to version 1.0.8
- Resolves issue #21 where validation accepts invalid SPDX documents
What's Changed
Full Changelog: v1.0.1...v1.0.2
Release 1.0.1 of the SPDX Java Jackson Store
Fixes a couple minor bugs which may impact the NTIA plugfest:
Issue #18 - Fix reference types per spec
Issue in deserializing the documentDescribes property name - this should only be a relationship in the object store and RDF/XML formats
Version 1.0.0 of the SPDX Java Jackson Store
Updates Spdx Java Library to the latest version and resolves some issues identified by Sonar Cloud.
Version 0.5 of the SPDX Java Jackson Store
This release resolves two significant issues:
- Checks for valid SPDX ID's when serializing
- Generates the correct LicenseRef ID's for extracted licenses
Version 0.4 of the SPDX Java Jackson Store
This is a relatively stable release of the SPDX Java Jackson Store