-
Couldn't load subscription status.
- Fork 41.6k
Closed
Description
The Cloud Foundry Java Buildpack adds jar files to a container while staging the application for running on CF. With Boot 2.3.0, these added jar files are not loaded when the application is started using the Spring Boot launcher, likely because they are not in the classpath index file that is generated with the fat jar that is typically exploded and sent to CF.
This causes Java Buildpack features like Spring Auto Reconfiguration, Client Certificate Mapper, Container Security Provider, MariaDB JDBC, and PostgreSQL JDBC to not work with Boot 2.3.0.
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug