executable-jar icon indicating copy to clipboard operation
executable-jar copied to clipboard

A Cloud Native Buildpack that contributes a Process Type for executable JARs.

Results 10 executable-jar issues
Sort by recently updated
recently updated
newest added

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]

type:enhancement
semver:minor

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 ``` ##...

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

## 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...

type:enhancement

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...

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

## 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...

type:enhancement
note:ideal-for-contribution
hacktoberfest

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...

type:question

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...

type:question

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...

type:task
semver:patch

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

type:task
semver:minor