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

App Configuration Provider for Java (Non Spring Boot) #661

Open
DhavalShewale opened this issue Jun 20, 2022 · 2 comments
Open

App Configuration Provider for Java (Non Spring Boot) #661

DhavalShewale opened this issue Jun 20, 2022 · 2 comments
Labels
enhancement New feature or request Java

Comments

@DhavalShewale
Copy link

DhavalShewale commented Jun 20, 2022

While we have a great library - azure-spring-cloud-appconfiguration-config for spring boot based java applications but we currently lack a java provider for applications that work on normal spring configuration.

While spring boot is the new technology that has been on the trend for quite some time, there would be quite a few projects which have been developed and running since several years using normal spring configuration. This is a new feature request to create a new app configuration provider for java to support non spring boot applications.

@zhenlan
Copy link
Contributor

zhenlan commented Jun 20, 2022

@DhavalShewale the App Config Java SDK can be used in generic Java applications. Does that solve your need?

https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-data-appconfiguration

@DhavalShewale
Copy link
Author

@zhenlan This is a java SDK for app configuration but it does not resolve key-vault referenced secrets.
This feature request is for an app configuration provider that can auto resolve key-vault referenced secrets.

@zhenlan zhenlan added Java enhancement New feature or request and removed question labels Jul 12, 2022
@zhenlan zhenlan removed the SDK label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Java
Projects
Development

No branches or pull requests

2 participants