Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ilyasjaan opened this issue Apr 7, 2023 · 0 comments

Comments

@ilyasjaan
Copy link

ilyasjaan commented Apr 7, 2023

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. I see that spring-vault-consul has been updated to use latest guidance to migrate from spring.factories into META-INF/spring/.imports. But spring.cloud.config.databases and some others are still there. So not usable with Spring Boot 3.0.*.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant