executable-jar
executable-jar copied to clipboard
A Cloud Native Buildpack that contributes a Process Type for executable JARs.
In this PR, I'm enabling the capability to only provide a standalone executable JAR without the need to have a file in META-INF/MANIFEST.MF [Fixes #264]
Hi team, We have a runnable fat-jar and when I tried to configure the buildpack to simply pack it and run it, I keep running into the buildpack detecting it...
## Expected Behavior Build without warnings. ## Current Behavior When building and syft runs, recent versions output a warning: ``` Command "packages" is deprecated, use `syft scan` instead ``` ##...
## What happened? The executable jar buildpack will detect if you either: 1. Build from source code and the build output is either a single executable JAR or multiple files...
Sometimes projects have dependencies containing `Main-Class` entries in their manifests. Since this buildpack picks the first Jar found with such an entry, this can lead to not picking the right...
## Describe the Enhancement In some cases, you may have an off-the-shelf WAR file that you are trying to deploy. It may contain a Main-Class entry for "reasons" and because...
Hi, We opened this issue in the context of the Spring Boot project, but according to the developers, the issue lies in the executable-jar framework, ## Expected Behavior The SBoM...
I config `BP_LIVE_RELOAD_ENABLED` env to enable live process reloading, then create a `Procfile` to determine my process type. After that, deploy the app to k8s Procfile: ``` web: watchexec -r...
Bumps pipeline from `1.39.0` to `1.40.0`. Release Notes ⭐️ Enhancements Use a single commit for package updates (#1658) @dmikusa Change foojay update checker to include the architecture (#1642) @dmikusa Add...
Bumps Go from 1.22 to 1.23 and update Go modules used by the project. See the commit for details on what modules were updated. Release Notes