paketo-buildpacks / libjvm

A library and helper applications that form the basis for building the different Paketo-style JVM-providing buildpacks
Apache License 2.0
18 stars 19 forks source link

Only contribute active-processor-count helper for Java versions < 17 #388

Closed dmikusa closed 2 months ago

dmikusa commented 2 months ago

Summary

The active processor count helper is still valuable for older versions of Java which do not handle processor detection well. Recent versions of Java have this capability built into them, so this PR stops adding the active-processor-count helper for Java 17+.

Use Cases

Resolves #136. This is one option though, so let's get some feedback on this before merging.

Checklist