pivotal / LicenseFinder

Find licenses for your project's dependencies.
MIT License
1.72k stars 339 forks source link

Support Java 17 or later #964

Open kk-zu opened 1 year ago

kk-zu commented 1 year ago

Can't run for project where compiler target version is later than 12. And we require 17 or later because Spring Boot 3.x or Spring Framework 6.x that is the most popular framework in Java requires Java 17 or later.

cf-gitbot commented 1 year ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

xtreme-shane-lattanzio commented 1 year ago

@kk-zu We are open to installing a later java version in the image. In the past, we have had internal tools that extend licensefinder and needed to have 12 as default with support for 8. 12 is quite old now so we would welcome PRs to up the version and update our tests!