Skip to content

Releases: project-ncl/build-finder

Build Finder 2.4.2

05 Jul 21:03
Compare
Choose a tag to compare

What's Changed

  • Fix the license info compareTo method to allow the correct association of multiple liceses to the archives by @vibe13 in #1113

Full Changelog: 2.4.1...2.4.2

Build Finder 2.4.1

05 Jul 21:03
Compare
Choose a tag to compare

What's Changed

  • Fix shading of logback-classic for versions 1.4.9 and above by @dwalluck in #998
  • Add Java 21 support by @dwalluck in #1000
  • Sort checksums inside archives by @dwalluck in #1076
  • Document the license finding process and licenses JSON format by @dwalluck in #1086
  • First compute all the checksums, then start finding builds with a single thread by @vibe13 in #1092
  • Upgrade kojiji to 2.20 by @dwalluck in #1109
  • Move from wiremock-junit-jupiter (wiremock 2.27.2) to wiremock 3.0.8 by @dwalluck in #1111

Full Changelog: 2.3.1...2.4.1

Build Finder 2.3.1

27 Jun 15:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.3.1

Build Finder 2.3.0

29 Nov 18:56
Compare
Choose a tag to compare

What's Changed

  • [NCL-8302] Build Finder cannot find signed binaries in Brew by @vibe13 in #886

New Contributors

Full Changelog: 2.2.0...2.3.0

Build Finder 2.2.0

10 Jul 18:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

Build Finder 2.1.0

13 Mar 20:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.1.0

Build Finder 2.0.1

13 Mar 18:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

Build Finder 2.0.0

29 Aug 17:07
Compare
Choose a tag to compare

Changes

Bugs

  • #46: Fix issue seen in OpenShift environments when user.home property is set to ?
  • #141 Fix issue where checksums were not set inside local archives
  • #175 Fix several issues with RPM support
  • #183 Fix issue with reports generating text files that did not end in a new line
  • #184 Fix several issues with handling RPMs when generating an HTML report

Enhancements

  • #2 Upgrade support for PNC build system from 1.4 to 2.0
  • #69 Change default key names in config.json to use underscores instead of dashes
  • #72 Enable listening to progress which is useful for polling REST services
  • #76 Allow scanning URLs, which are automatically downloaded prior to being scanned
  • #145 Display file size of input files, which is particularly useful when input is a URL