spring-projects / spring-vault

Provides familiar Spring abstractions for HashiCorp Vault
https://spring.io/projects/spring-vault
Apache License 2.0
283 stars 186 forks source link

spring.cloud.config.databases latest version 4.0.1 still has spring.factories #779

Closed ilyasjaan closed 1 year ago

ilyasjaan commented 1 year ago

Hello,

spring.cloud.config.databases is loaded with spring boot 3.0.5 as spring cloud version 2022.0.1 needs spring boot 3.0.5.

So seems like with this combination we cannot use database backend with vault anymore. As nothing is started to create creds for database as such.

We need to fix this library to be able to use with spring cloud version 2022.0.1.

According to https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M5-Release-Notes. spring.factories not supported anymore. So this breaks the use of new spring cloud version with spring.cloud.config.databases

Thanks