GoogleCloudPlatform / GoogleCloudPlatform/spring-cloud-gcp
CDS support
Open
priority: p2
type: enhancement
- Dominant language
- Java
- Stars
- 551
- Forks
- 349
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 14
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.