Releases: spdx/tools-java
Releases · spdx/tools-java
Patch release 2.0.6
What's Changed
- Update spdx-v3-jsonld-store to version 1.0.4 by @goneall in #275
- Update README for release 2.0.5 by @vargenau in #276
- Allow .spdx3.json extension when converting from SPDX 2 to SPDX 3 by @vargenau in #279
- Bump org.owasp:dependency-check-maven from 12.2.0 to 12.2.1 by @dependabot[bot] in #280
- Bump org.sonarsource.scanner.maven:sonar-maven-plugin from 5.5.0.6356 to 5.6.0.6792 by @dependabot[bot] in #281
- Bump commons-io:commons-io from 2.21.0 to 2.22.0 by @dependabot[bot] in #282
- Fix spec version reporting by @goneall in #284
Full Changelog: v2.0.5...v2.0.6
Patch release 2.0.5 of the SPDX Java Tools
What's Changed
- Bump org.spdx:spdx-spreadsheet-store from 2.0.1 to 2.0.2 by @dependabot[bot] in #260
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by @dependabot[bot] in #266
- Bump org.owasp:dependency-check-maven from 12.1.9 to 12.2.0 by @dependabot[bot] in #264
- Add sonar-maven-plugin version 5.5.0.6356 by @goneall in #269
- feat(docker): Improve docker build and prevent double path in naming by @heliocastro in #268
- Add cooldown period for Maven updates in Dependabot by @bact in #270
- Update README for release 2.0.4 by @vargenau in #272
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in #271
- Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.1 by @dependabot[bot] in #262
- Update SPDX Java library versions by @goneall in #274
Full Changelog: v2.0.4...v2.0.5
Release 2.0.4 of the SPDX Java Tools
Fixes a critical performance issue when verifying SPDX 3 documents
What's Changed
Full Changelog: v2.0.3...v2.0.4
Release 2.0.3 of the SPDX Java Tools
What's Changed
- Update README with current tools version by @goneall in #238
- Example Java file to generate a full SPDX V3 JSONLD file by @goneall in #240
- Update com.networknt:json-schema-validator from 1.5.9 to 2.0.0 by @goneall in #239
- README: Update link of SPDX Online Tools by @bact in #243
- Bump org.apache.ws.xmlschema:xmlschema-core from 2.3.1 to 2.3.2 by @dependabot[bot] in #244
- Fix deprecated isLicenseCommmentsEquals by @bact in #245
- Add Javadoc for SpdxToolsHelper by @bact in #246
- Fix full SPDX example by @goneall in #247
- Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by @dependabot[bot] in #250
- Bump commons-io:commons-io from 2.20.0 to 2.21.0 by @dependabot[bot] in #251
- Bump org.owasp:dependency-check-maven from 12.1.8 to 12.1.9 by @dependabot[bot] in #254
- Add faster schema by @goneall in #248
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #255
- Update SPDX library versions by @goneall in #256
Full Changelog: v2.0.2...v2.0.3
Release 2.0.2 of the SPDX Java Tools
What's Changed
- Update README examples with new release versions by @goneall in #205
- Update spdx-maven-plugin and spdx-jackson-store by @bact in #208
- spdx-schema-v2.3.json: fix OPERATING-SYSTEM package intent by @xnox in #211
- Add dependabot by @bact in #215
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.14.1 by @dependabot[bot] in #221
- Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1 by @dependabot[bot] in #220
- Bump org.spdx:spdx-maven-plugin from 1.0.2 to 1.0.3 by @dependabot[bot] in #226
- Bump org.spdx:spdx-tagvalue-store from 2.0.0 to 2.0.1 by @dependabot[bot] in #225
- Update dependencies by @bact in #222
- Remove redundant dependencies by @goneall in #227
- Delete CONTRIBUTING.md from Spdx-Java-Library repo by @bact in #224
- Add Javadoc build workflow by @bact in #223
- Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.8 by @dependabot[bot] in #217
- Switch publishing from Sonatype to Central by @goneall in #228
- Update JavaDocs config by @goneall in #230
- Bump org.owasp:dependency-check-maven from 12.1.6 to 12.1.8 by @dependabot[bot] in #233
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #235
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #234
- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot[bot] in #231
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.9.0 by @dependabot[bot] in #232
- Suppress false positives in dependency track report by @goneall in #236
New Contributors
Full Changelog: v2.0.1...v2.0.2
Release 2.0.1 of the SPDX Java Tools
Release 2.0.0 of the SPDX Java Tools
What's Changed
- Several issues were resolved in the library updates - see the SPDX Java Library version 2.0.0 release notes for details
- Update README.md to version 1.1.8 by @vargenau in #152
- adding slf4j-simple as a dependency, as uber jar won't allow using it via classpath by @vanrenter in #158
- Add support for SPDX Spec version 3 by @goneall in #167
- Update README for release by @goneall in #168
- Add instructions in README to convert to SPDX 3. by @vargenau in #171
- Add JSONLD to the documenation for supported file types by @goneall in #169
- Update to SPDX Spec 3.0.1 by @goneall in #173
- Fix typos in variable and protected method names by @bact in #177
- Fix typo for DOWNLOAD_FIELD_TEXT value by @bact in #176
- Update schemas to the 3.0.1 released version by @goneall in #178
- Remove unused code + add asserts in OwlToXSDTest.java test case by @bact in #174
- Handle null before access to creation info / license info by @bact in #175
- Initialize models in the Main by @goneall in #179
- Update versions for SPDX libraries by @goneall in #187
- Update README with RC2 by @vargenau in #189
- Add a step to update the README on new releases by @goneall in #190
- Update source file SPDX headers and fix typos by @bact in #186
- Update outdated/no longer available GitHub Actions by @bact in #195
- Fix 'build.plugins.plugin.version' is missing warning by @bact in #193
- Add a test- case to flag if the JSON Schema file need to be updated by @bact in #194
- Update SPDX libraries version in POM by @bact in #198
- Use URI.create().toURL() instead of the deprecated URL() constructor by @bact in #197
- Normalize whitespace in schema compare unit test by @goneall in #199
New Contributors
- @vanrenter made their first contribution in #158
- @bact made their first contribution in #177
Full Changelog: v1.1.8...v2.0.0
Release Candidate 2 for version 2.0.0 of the SPDX Java Tools
What's Changed
- See the SPDX Java Library release notes for notes on the library changes
- Fix typos in variable and protected method names by @bact in #177
- Fix typo for DOWNLOAD_FIELD_TEXT value by @bact in #176
- Update schemas to the 3.0.1 released version by @goneall in #178
- Remove unused code + add asserts in OwlToXSDTest.java test case by @bact in #174
- Handle null before access to creation info / license info by @bact in #175
- Initialize models in the Main by @goneall in #179
- Update versions for SPDX libraries by @goneall in #187
New Contributors
Full Changelog: v2.0.0-RC1...v2.0.0-RC2
Release candidate 1 of version 2.0 of the SPDX Java Tools
Alpha version of SPDX Java Tools supporting the SPDX Spec version 3
This is an Alpha quality release of the SPDX Java RDF store which supports the SPDX Spec version 3
Although stable, it is not quite ready for production.
If you are using this package as a library, please note that there are several breaking changes.
For description of the migration and changes, please see the upgrading document in the SPDX Java Library repo.