|
1 | 1 | > [!WARNING] |
2 | | -> [Spring Cloud Azure 4.19.0](https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.19.0) is the final release in the 4.x series. We will continue to provide support for this version until June 2025. After June 2025 we will stop all support for Spring Cloud Azure 4.x |
| 2 | +> [Spring Cloud Azure 4.20.0](https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.20.0) is the final release in the 4.x series. We will continue to provide support for this version until June 2025. After June 2025 we will stop all support for Spring Cloud Azure 4.x |
3 | 3 |
|
4 | 4 |
|
5 | 5 | > [!NOTE] |
6 | | -> Spring Cloud Azure 5.x now fully supports Spring Boot 3.3.0 and later versions, we strongly encourage you to upgrade. For more information, please refer to [Which Version of Spring Cloud Azure Should I Use](https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Versions-Mapping#which-version-of-spring-cloud-azure-should-i-use). |
| 6 | +> Spring Cloud Azure 5.x is fully aligned with Spring Boot 3.x, version 6.x supports Spring Boot 3.5.x, and version 7.x is designed for Spring Boot 4. To take advantage of the latest features, performance improvements, and security updates, we strongly recommend upgrading. For more information, please refer to [Which Version of Spring Cloud Azure Should I Use](https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Versions-Mapping#which-version-of-spring-cloud-azure-should-i-use). |
7 | 7 |
|
8 | 8 | # Spring Cloud Azure |
9 | 9 |
|
@@ -72,7 +72,7 @@ This module contains the auto-configuration code for Azure services. |
72 | 72 |
|
73 | 73 | ### spring-cloud-azure-starters |
74 | 74 |
|
75 | | -Spring Cloud Azure Starters are a set of convenient dependency descriptors to include in your application. It boosts your Spring Boot application developement with Azure services. For example, if you want to get started using Spring and Azure Cosmos DB for data persistence, include the `spring-cloud-azure-starter-cosmos` dependency in your project. |
| 75 | +Spring Cloud Azure Starters are a set of convenient dependency descriptors to include in your application. It boosts your Spring Boot application development with Azure services. For example, if you want to get started using Spring and Azure Cosmos DB for data persistence, include the `spring-cloud-azure-starter-cosmos` dependency in your project. |
76 | 76 |
|
77 | 77 | The following application starters are provided by Spring Cloud Azure under the `com.azure.spring` group: |
78 | 78 |
|
@@ -120,7 +120,7 @@ This provides auto-configuration for actuator endpoints based on the content of |
120 | 120 |
|
121 | 121 | Spring Integration Extension for Azure provides Spring Integration adapters for the various services provided by the [Azure SDK for Java](https://github.com/Azure/azure-sdk-for-java/). Below is a list of supported adapters: |
122 | 122 |
|
123 | | -- spring-integration-azure-eventhbus |
| 123 | +- spring-integration-azure-eventhubs |
124 | 124 | - spring-integration-azure-servicebus |
125 | 125 | - spring-integration-azure-storage-queue |
126 | 126 |
|
@@ -226,6 +226,10 @@ You have to create a `custom.security file` in `src/main/resources` with the fol |
226 | 226 | jdk.jar.disabledAlgorithms=MD2, MD5, RSA, DSA |
227 | 227 | ``` |
228 | 228 |
|
| 229 | +## Spring Boot 4 Support |
| 230 | + |
| 231 | +The source code of Spring Cloud Azure for Spring Boot 4.x can be found on the [feature/springcloudazure-7.x](https://github.com/Azure/azure-sdk-for-java/tree/feature/springcloudazure-7.x) branch. |
| 232 | + |
229 | 233 | ## Contributing |
230 | 234 | This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. |
231 | 235 |
|
|
0 commit comments