Skip to content

1.0.0 Release Candidate 2 for the SPDX Java Core library

Latest
Compare
Choose a tag to compare
@goneall goneall released this 31 Jan 22:02
· 1 commit to main since this release
d56477e

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

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