Releases: spdx/tools-java
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.
Release 1.1.8 of the SPDX Java Tools
What's Changed
- Update CI to use JDK 17 by @goneall in #145
- Update library versions by @goneall in #147 - see the Library Release notes for changes
- Update OWL schema to include deprecated by @goneall in #148
- Document supported spec versions by @goneall in #149
- Update POM to use the release plugin by @goneall in #150
Full Changelog: v1.1.7...v1.1.8
Release 1.1.7 of the SPDX Java Tools
What's Changed
- Only warn for verify deprecated license IDs by @goneall in #124
- Update SPDX libraries by @goneall in #125
Full Changelog: v1.1.6...v1.1.7
Release 1.1.6 of the SPDX Java Tools
What's Changed
- Update jar name in the examples by @vargenau in #109
- Add API to get version information by @HirumalPriyashan in #113
- Catch JSON exceptions in verify by @goneall in #115
- Update JSON Schema by @goneall in #119
- Support JSON, YAML, XML (and tag/value) file types for SPDX Viewer by @goneall in #118
- Update JSON schema to latest by @goneall in #121
- Update SPDX libraries to version 1.1.5 by @goneall in #122 - see the SPDX Java Library release notes for details.
New Contributors
- @vargenau made their first contribution in #109
- @HirumalPriyashan made their first contribution in #113
Full Changelog: v1.1.5...v1.1.6
Release 1.1.5 of the SPDX Java Tools
What's Changed
Fixes a significant bug where lists of licenses which mix NOASSERTION or NONE with other license types fail
- feature(docker): Create docker container and push to ghcr by @heliocastro in #103
- Update POM with correct Java versions by @goneall in #107
- Add option to not copy license details by @goneall in #98
- Update SPDX libraries to version 1.1.4 by @goneall in #108 - See the respective release notes for the details
New Contributors
- @heliocastro made their first contribution in #103
Full Changelog: v1.1.4...v1.1.5
Version 1.1.4 of the SPDX Java Tools
What's Changed
- Significant performance improvements, especially documents with a very large number of dependencies
- Update version in Main.java by @goneall in #95
- Add missing word "to" in "due to" by @TimothyGillespie in #96
- Update SPDX Java libraries to version 1.1.3 by @goneall in #102
- See the release notes for the SPDX Java Library, SPDX Java Spreadsheet Store, SPDX Java Jackson Store, SPDX Java Tag/Value Store, and the SPDX Java RDF Store for changes
New Contributors
- @TimothyGillespie made their first contribution in #96
Full Changelog: v1.1.3...v1.1.4
Release 1.1.3 of the SPDX Tools Java
This release fixes a packaging issue impacting RDF file reading and writing
What's Changed
- Change maven assembly to shade for jar-with-dependencies by @goneall in #89
- Set the XMLInputFactory property for RDF files by @goneall in #91
Full Changelog: v1.1.2...v1.1.3