Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.36k stars 2k forks source link

[FEATURE REQ] Make App Config and Spring Data Cosmos have same behavior of other Spring Cloud Azure artifacts #33758

Open chenrujun opened 1 year ago

chenrujun commented 1 year ago

Context.

Spring Cloud Azure is an open-source project that helps make it easier to use Azure services in Spring applications. Here is official document about it: Spring Cloud Azure overview.

Problem

Some artifacts not have same behavior as other Spring Cloud Azure artifacts. Include spring app configuration related artifacts and Spring Data Cosmos.

Same behavior definition:

Goal

Make all Spring Cloud Azure artifacts have the same behavior.

Solution Proposal

App Configuration

Spring Data Cosmos

mrm9084 commented 1 year ago

@chenrujun the release of non-beta versions the App Configuration libraries depends on an API review by the SDK team. They are scheduled for the next few days but expect work items to come from it. https://github.com/Azure/azure-sdk/issues/5518

mrm9084 commented 1 year ago

@chenrujun When the 4.x and 5.x releases happen we will match the version of the other current version for GA. Though any beta version that go out will be 4.0.0-beta.x and 5.0.0-beta.x.

mrm9084 commented 1 year ago

Also, no API changes should happen for the 5.x release.

chenrujun commented 1 year ago

Hi, @mrm9084 Thank you very much for you information.

Also, no API changes should happen for the 5.x release.

Does it mean there is no need for Architecture Board review and API review when GA 5.x?

  1. I updated the issue description. Especially this part: Solution Proposal -> App Configuration -> Job to be done . Please take a look. Correct me if I have any misunderstandng.
  2. Could you please give the ETA of 4.x and 5.x GA?
cyrmans commented 4 months ago

Do you hava any idea when the feature about native support for app configuration will be planned ?