Releases: spdx/spdx-java-core
Releases · spdx/spdx-java-core
Release 1.0.2 of the SPDX Java Core Library
What's Changed
- Bump org.owasp:dependency-check-maven from 12.1.3 to 12.1.5 by @dependabot[bot] in #48
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #47
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #45
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 by @dependabot[bot] in #46
- fix JavaDocs workflow by @goneall in #49
- Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 by @dependabot[bot] in #54
- Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.1 to 2.25.2 by @dependabot[bot] in #52
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 by @dependabot[bot] in #53
- Bump org.owasp:dependency-check-maven from 12.1.5 to 12.1.6 by @dependabot[bot] in #51
- Bump org.owasp:dependency-check-maven from 12.1.6 to 12.1.7 by @dependabot[bot] in #55
- Bump org.owasp:dependency-check-maven from 12.1.7 to 12.1.8 by @dependabot[bot] in #56
- Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by @dependabot[bot] in #58
- Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 by @dependabot[bot] in #59
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #61
- Bump org.owasp:dependency-check-maven from 12.1.8 to 12.1.9 by @dependabot[bot] in #60
- Add sonar scanner plugin to POM file by @goneall in #63
- Add cooldown to dependabot by @goneall in #64
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #65
- Add support for extensions in ModelRegistry by @goneall in #57
- Add Maven Central badge to README by @bact in #50
- Make prefix method in major version public by @goneall in #66
- Add method to compare license text tokens by @goneall in #67
Full Changelog: v1.0.1...v1.0.2
Release 1.0.1 of the SPDX Java Core Library
What's Changed
- Update dependencies to latest patch version by @bact in #33
- Update spdx-maven-plugin to 1.0.0 by @bact in #34
- Javadoc: Add javadoc string to ModelRegistry by @bact in #35
- Change stability status by @goneall in #37
- README: Add link to javadoc.io by @bact in #38
- Update spdx-maven-plugin version to 1.0.2 by @bact in #39
- Bump org.apache.commons:commons-lang3 from 3.5 to 3.18.0 by @dependabot[bot] in #40
- Update dependencies in POM by @bact in #41
- Add dependabot by @bact in #42
- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot[bot] in #43
- Update distribution to use central publishing by @goneall in #44
New Contributors
- @dependabot[bot] made their first contribution in #40
Full Changelog: v1.0.0...v1.0.1
Release 1.0 of the SPDX Java Core library
1.0.0 Release Candidate 2 for the SPDX Java Core library
What's Changed
- Replace deprecated Integer constructor w/ valueOf by @bact in #10
- Add API docs and SPDX spec links to README by @bact in #11
- Fix minor typos in docstrings by @bact in #9
- Separate one-liner summary in Javadoc by @bact in #12
- Fix typos method and parameter by @bact in #8
- Add default for getCaseSensitiveId. by @goneall in #13
- Fixing typo by @mleegwt in #16
- Add support for properties of type Double by @goneall in #15
- Fix javadoc links by @dwalluck in #20
- Simplify/fix junit assertions by @dwalluck in #22
- Fix spelling by @dwalluck in #18
- Fix incorrect javadoc configuration by @dwalluck in #21
- Fix bullets in CoreModelObject Javadoc by @bact in #24
- Add 'isInitialized' method to DefaultModelStore by @goneall in #23
- Add getId method to CoreModelObject by @goneall in #25
- Fix spelling of Unkown ID type by @goneall in #26
- Rename DefaultStoreNotInitialized Exception by @goneall in #27
- Update SPDX headers in source files by @bact in #28
- Add final qualifier by @goneall in #29
New Contributors
- @bact made their first contribution in #10
- @mleegwt made their first contribution in #16
- @dwalluck made their first contribution in #20
Full Changelog: v1.0.0-RC1...v1.0.0-RC2
1.0.0 Release Candidate 1 of the SPDX Java Core library
Initial release of the SPDX Java Core Library
This is an Alpha release of the core library. It should be stable for development and evaluation.