GoogleCloudPlatform / spring-cloud-gcp

New home for Spring Cloud GCP development starting with version 2.0.
Apache License 2.0
425 stars 316 forks source link

CDS support #3374

Open gendolf3d opened 2 weeks ago

gendolf3d commented 2 weeks ago

Currently, when Spring Boot service with Spring Cloud GCP dependencies are being tried to be trained with for CDS like

RUN java -XX:ArchiveClassesAtExit=application.jsa -Dspring.context.exit=onRefresh -jar app.jar

During context startup, Spring Cloud GCP beans are trying to find authentication methods but fails to do so.

Is it possible to implement some properties specifically for training mode?