# java-buildpack-security-provider **Repository Path**: mirrors_cloudfoundry/java-buildpack-security-provider ## Basic Information - **Project Name**: java-buildpack-security-provider - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java Buildpack Security Provider | Job | Status | --- | ------ | `unit-test-8` | [![unit-test-master](https://java-experience.ci.springapps.io/api/v1/teams/java-experience/pipelines/security-provider/jobs/unit-test-8/badge)](https://java-experience.ci.springapps.io/teams/java-experience/pipelines/security-provider/jobs/unit-test-8) | `deploy` | [![deploy-master](https://java-experience.ci.springapps.io/api/v1/teams/java-experience/pipelines/security-provider/jobs/deploy/badge)](https://java-experience.ci.springapps.io/teams/java-experience/pipelines/security-provider/jobs/deploy) The `java-buildpack-security-provider` is a utility that watches for changes to container identity and trust stores and dynamically updates the KeyManager and TrustManager of an application. ## Development The project depends on Java 8. To build from source, run the following: ```shell $ ./mvnw clean package ``` ## Contributing [Pull requests][u] and [Issues][e] are welcome. ## License This project is released under version 2.0 of the [Apache License][l]. [e]: https://github.com/cloudfoundry/security-provider/issues [l]: https://www.apache.org/licenses/LICENSE-2.0 [u]: https://help.github.com/articles/using-pull-requests