java-buildpack
java-buildpack copied to clipboard
Cloud Foundry buildpack for running Java applications
This is a meta issue that involves a number of smaller issues, but I'm logging this for folks that want to track our efforts. Watch here for updates & when...
As was communicated on [Slack](https://cloudfoundry.slack.com/archives/C03F5ELTK/p1647960496382479), [Github](https://github.com/cloudfoundry/java-buildpack/issues/779#issuecomment-1084682829), and now with the latest Java Buildpack Release Notes (v4.49). Support for the Spring Auto Reconfiguration and Spring Cloud Connectors has been deprecated. The...
Hi, I want to add a new framework that adds [Splunk OTel instrumentation agent](https://github.com/signalfx/splunk-otel-java) support. The agent collects telemetry sends it usually to either [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector) or the [SignalFX Smart...
Hi java-buildpack team, As far as I can tell the tomcat default timeout for keep alives is [60 seconds](https://tomcat.apache.org/tomcat-8.5-doc/config/http.html) > * *keepAliveTimeout* The number of milliseconds this Connector will wait...
This framework will wire up the Splunk distribution of OpenTelemetry java for auto-instrumentation and direct ingest. It leverages VCAP_SERVICES and the existence of a service binding with a specific name...
Hi, Is there any sample CF java app apart from spring music app which is stack 3 compatible and can be connected with the mysql DB securely ? if so...
Masking the private part of the API Token Fix for Issue [#967](https://github.com/cloudfoundry/java-buildpack/issues/967)
### Observed Issue When using the Dynatrace integration of this buildpack it will log the complete API token into the staging logs of Cloud Foundry. For example when running `cf...
Hi, I'm trying to use match-pattern - regex but it does not work properly. E.g.: ```xml ``` this should mask selected segments that contains `:` but it masks everything. If...