java-buildpack icon indicating copy to clipboard operation
java-buildpack copied to clipboard

Cloud Foundry buildpack for running Java applications

Results 60 java-buildpack issues
Sort by recently updated
recently updated
newest added

## Summary - Migrate integration tests from legacy Java/Maven system to Switchblade (Go-based framework) - Modernize Ruby toolchain from 2.5.9 to 3.4.7 with compatibility fixes - Add containerized build tooling...

Added a reference to Java JRE 25 (based on changes in Java 21 Support issue #1035). Solves #1121 However, creating a buildpack locally results in: ``` ➜ java-buildpack git:(issue-1121-java-25-support) ✗...

Fail to build offline java buildpack. Logs ``` bundle exec rake clean package OFFLINE=true PINNED=true Pinning groovy version to 2.5.23 Pinning spring_boot_cli version to 2.7.18 Pinning Tomcat tomcat-10 version to...

Can we have a buildpack with the latest version of Java 21? I am running into problems with my apps due to CVE-2025-30749: several scenarios can lead to heap corruption...

The current JProfiler version 13 is outdated and contains critical security vulnerabilities when subject of security scanning. Addressing this with this PR

Please bump the JProfiler to 15.x branch. The current 13.x version contains outdated dependencies with critical security vulnerabilities.

Hey, is there any option to disable colorized output without forking? https://github.com/cloudfoundry/java-buildpack/blob/bb76ea84fbc409153eaddcd6e3bb0e40ce458a28/lib/java_buildpack/util/colorize.rb#L18 it seems to be always set to true?

Related issue: https://github.com/cloudfoundry/java-buildpack/pull/1115 While working with Jacoco Agent, I ran into issues trying to configure it for my company's use case. This PR just expands the implementation to support the...

there is a lack of support for JaCoCo Agent configuration options: Missing options: - destfile - append - exclclassloader - inclbootstrapclasses - inclnolocationclasses - sessionid (defaulted to instance uuid) -...

We encountered an issue while staging a Java application using the Java Buildpack v4.73.0. The staging process failed when the buildpack attempted to download and expand the AppDynamics agent (v25.6.0-37159)...