bellsoft-liberica icon indicating copy to clipboard operation
bellsoft-liberica copied to clipboard

A Cloud Native Buildpack that provides the Bellsoft Liberica implementations of JREs and JDKs

Results 9 bellsoft-liberica issues
Sort by recently updated
recently updated
newest added

I was scanning the SBOM provided for the bellsoft-liberica buildpack and was expecting to see [5 vulnerabilities reported](https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe%3A2.3%3Aa%3Aoracle%3Ajre%3A11.0.16.1%3A*%3A*%3A*%3A*%3A*%3A*%3A*) using grype. However, zero vulnerabilities where detected because the version in the...

## Description of Enhancement The BP_JVM_TYPE variable only lets us choose between "JDK" and "JRE" at the moment. It would be nice to have a new variable or an additional...

type:enhancement

## Describe the Enhancement Given JVM virtual threads (Loom) and other non-blocking JVM approaches, it'd be nice to have an option to automatically manage the thread count based on the...

When using `--add-modules ALL-MODULE-PATH` as jlink arg to add all modules to the jre, the build fails with: `Error: Module all-module-path not found`. Note the lowercase here ## Expected Behavior...

type:bug
note:good-first-issue
note:ideal-for-contribution
hacktoberfest

Our team is willing to use buildpacks to build our docker images which requires using Alpine for security reasons. Current bellsoft-liberica buildpack (and actually any other java distro buildpack) doesn't...

type:enhancement

Bumps `Native Image 17` from `17.0.11` to `17.0.11`.

semver:patch
type:dependency-upgrade

Bumps `Native Image 17 ARM64` from `17.0.11` to `17.0.11`.

semver:patch
type:dependency-upgrade

## Expected Behavior This project currently uses go 1.20 which is EOL and unsupported, see https://go.dev/doc/devel/release It also has security vulnerabilities which scanners such as Trivy report. Therefore, I believe...

type:task

When link-local DNS cache is present i have warning at start of docker container: WARNING: Unable to disable JVM DNS caching disabled in favor of link-local DNS caching because /layers/paketo-buildpacks_bellsoft-liberica/java-security-properties/java-security.properties...

type:bug