Skip to content

Releases: spdx/spdx-java-jackson-store

Patch release 2.0.5 of the SPDX Java Jackson Store

12 Mar 22:58
b6a3025

Choose a tag to compare

What's Changed

  • Bump org.json:json from 20250517 to 20251224 by @dependabot[bot] in #118
  • Add sonar-maven-plugin version 5.5.0.6356 by @goneall in #120
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.1 by @dependabot[bot] in #117
  • Bump org.owasp:dependency-check-maven from 12.1.9 to 12.2.0 by @dependabot[bot] in #122
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by @dependabot[bot] in #121
  • Add cooldown for Maven dependency updates by @bact in #127
  • Bump com.fasterxml.jackson.core:jackson-core from 2.20.1 to 2.21.0 by @dependabot[bot] in #125
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.0 by @dependabot[bot] in #124
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.20.1 to 2.21.0 by @dependabot[bot] in #123
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.20.1 to 2.21.0 by @dependabot[bot] in #126
  • Bump com.fasterxml.jackson.core:jackson-core from 2.21.0 to 2.21.1 by @dependabot[bot] in #129
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.21.0 to 2.21.1 by @dependabot[bot] in #130
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.21.0 to 2.21.1 by @dependabot[bot] in #131
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.21.0 to 2.21.1 by @dependabot[bot] in #132
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in #128
  • Update SPDX Java Library to version 2.0.3 by @goneall in #133

Full Changelog: v2.0.4...v2.0.5

Release 2.0.4 of the SPDX Java Jackson Store

02 Dec 21:48
7d17bac

Choose a tag to compare

What's Changed

  • Bump org.owasp:dependency-check-maven from 12.1.5 to 12.1.6 by @dependabot[bot] in #101
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.9.0 by @dependabot[bot] in #100
  • Bump org.owasp:dependency-check-maven from 12.1.6 to 12.1.7 by @dependabot[bot] in #102
  • Update README to indicate SPDX spec 2.X support only by @goneall in #104
  • Bump org.owasp:dependency-check-maven from 12.1.7 to 12.1.8 by @dependabot[bot] in #105
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.20.0 to 2.20.1 by @dependabot[bot] in #106
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1 by @dependabot[bot] in #107
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.20.0 to 2.20.1 by @dependabot[bot] in #108
  • Bump com.fasterxml.jackson.core:jackson-core from 2.20.0 to 2.20.1 by @dependabot[bot] in #109
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by @dependabot[bot] in #110
  • Bump org.owasp:dependency-check-maven from 12.1.8 to 12.1.9 by @dependabot[bot] in #112
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #111
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #113
  • Check SPDX version in deserialize by @goneall in #114
  • Update library version by @goneall in #115

Full Changelog: v2.0.3...v2.0.4

Release 2.0.3 of the SPDX Java Jackson Store

24 Sep 15:53
530043b

Choose a tag to compare

What's Changed

  • spdx-maven-plugin == 1.0.2 by @bact in #88
  • Add Javadoc links to README by @bact in #89
  • Update dependencies and add dependabot config by @goneall in #91
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1 by @dependabot[bot] in #96
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.8 by @dependabot[bot] in #95
  • Bump org.spdx:spdx-maven-plugin from 1.0.2 to 1.0.3 by @dependabot[bot] in #94
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 2.9.1 to 3.12.0 by @dependabot[bot] in #93
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot[bot] in #92
  • Bump org.owasp:dependency-check-maven from 8.4.3 to 12.1.5 by @dependabot[bot] in #98
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.14.1 by @dependabot[bot] in #97
  • Change publishing from sonatype to central by @goneall in #99

Full Changelog: v2.0.2...v2.0.3

Patch release 2.0.2 of the SPDX Java Jackson Store

01 May 20:34
d8fb990

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1Release 2.0.1 of the SPDX Java Jackson Store

28 Apr 17:58
6dc30ab

Choose a tag to compare

What's Changed

  • Better support for repeatable builds by sorting all package level property arrays
  • Update dependencies to latest patch version by @bact in #82
  • Sort packages, files, and relationship arrays by @goneall in #84
  • Add API doc website generation by @bact in #85

Full Changelog: v2.0.0...v2.0.1

Release 2.0 of the SPDX Java Jackson Store

19 Apr 04:41
8ae910a

Choose a tag to compare

What's Changed

  • Bump version of SPDX library and spdx maven plugin by @goneall in #71
  • Support SPDX spec version 3 - BREAKING CHANGES by @goneall in #72
  • Generate a warning if attempting to serialize SPDX V3 data by @goneall in #74
  • Allow usage of non-default copyManager in JacksonDeSerializer by @martin-bpw in #76
  • Update to SPDX Spec 3.0.1 by @goneall in #77
  • Bump version of SPDX Java Library by @goneall in #79
  • Add Automatic-Module-Name by @bact in #80
  • Update SPDX Java Libary to version 2.0 by @goneall in #81

New Contributors

Full Changelog: v1.1.9.1...v2.0.0

RC2 for version 2.0.0 of the SPDX Java Jackson STore

01 Feb 19:59
9b0ecab

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-RC1...v2.0.0-RC2

Release Candidate 1 for version 2.0 of the SPDX Jackson Store

15 Dec 02:11
82cafac

Choose a tag to compare

What's Changed

  • Generate a warning if attempting to serialize SPDX V3 data by @goneall in #74
  • Allow usage of non-default copyManager in JacksonDeSerializer by @martin-bpw in #76
  • Update to SPDX Spec 3.0.1 by @goneall in #77

New Contributors

Full Changelog: v2.0.0-Alpha...v2.0.0-RC1

Alpha version of SPDX Jackson Store supporting the SPDX Spec version 3

05 Sep 21:09

Choose a tag to compare

NOTE: Breaking changes from previous version

This version supports version 3 of the SPDX specification.

Although stable, it is not quite ready for production.

For description of the migration and changes, please see the upgrading document in the SPDX Java Library repo.

Release 1.1.9.1 of the SPDX Java Jackson Store

18 Jan 20:47

Choose a tag to compare

A patch release which fixes a JSON file generation issue involving the primary package purpose.

What's Changed

  • Retain the underscore for the OPERATING_SYSTEM enum value by @goneall in #70

Full Changelog: v1.1.9...v1.1.9.1