java-buildpack
java-buildpack copied to clipboard
Cloud Foundry buildpack for running Java applications
Hi Team, When we deploy app in China,we found using github java build pack very slowly and occured timeout many times. shall we support add some proxy server config in...
https://github.com/cloudfoundry/java-buildpack/blob/9ffb37f9fb643a1edf48b8abdc79941ded046abf/config/packaging.yml#L51 Can the location for the release notes be updated to https://docs.contrastsecurity.com/en/java-agent-release-notes-and-archive.html As it seems to send to Legacy Java Agent instead of the current one.
Hi java buildpacks team, I've been working with a team on implementing Luna HSM support for their large group of apps. The project is using option 3 from the docs...
As discussed in https://github.com/cloudfoundry/java-buildpack/issues/986 there's a need to have PLATFORMS var to allow selecting between bionic and jammy for cflinuxfs3 and cflinuxfs4 stacks.
Is there a reason the Java Buildpack is still using Memory Calculator 3.13.x instead of 4.2.x? Are those versions not compatible?
Context: GCP Generates a [separate CA ](https://cloud.google.com/sql/docs/mysql/configure-ssl-instance#overview)for every CloudSQL database instance. [GCP brokerpak](https://github.com/cloudfoundry/csb-brokerpak-gcp) for [cloud service broker](https://github.com/cloudfoundry/cloud-service-broker) exposes the CA certificate and the client key as part of the binding....
We use Jacoco agent to generate coverage report during our integration tests. But after binding Jacoco agent to our application and running our integration tests via postman, our applications are...
I still have foundations on PCF/TAS 2.11, and therefore must deal with the 1GB size limitation for buidpack uploads. Yes, there are reasons we aren't on TAS 4.0 yet, and...
Release reminder for java-buildpack The ideal release date window for this buildpack starts on: 04-25 and ends on 04-30.
Hi, Just wanted to check about [this](https://github.com/cloudfoundry/java-buildpack/blob/main/lib/java_buildpack/logging/logger_factory.rb#L112), why all the console logs are printed to stderr? I guess one reason is that the **release phase** should output the yaml with...