diff --git a/sdk/spring/spring-reference.yml b/sdk/spring/spring-reference.yml index 774d6dcd57ec..4bccf114d5e8 100644 --- a/sdk/spring/spring-reference.yml +++ b/sdk/spring/spring-reference.yml @@ -8,11 +8,11 @@ artifacts: - artifactId: spring-cloud-azure-dependencies groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: Bill of Materials (BOM) for Spring Cloud Azure support. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/boms/spring-cloud-azure-dependencies + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/boms/spring-cloud-azure-dependencies msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#bill-of-material-bom repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-dependencies dependencyPattern: @@ -36,7 +36,7 @@ springProperties: starter: false - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -53,27 +53,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-dependencies - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-dependencies - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-dependencies - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-dependencies - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-dependencies - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-dependencies - version: 6.0.0 + version: 6.1.0 - name: Active Directory content: - name: Active Directory @@ -84,7 +84,7 @@ artifacts: - artifactId: spring-cloud-azure-starter-active-directory groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter provides the most optimal way to connect your Web application to an Azure Active Directory (AAD for short) tenant and protect resource @@ -92,14 +92,14 @@ servers. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-active-directory + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-active-directory msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-active-directory - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/aad/spring-cloud-azure-starter-active-directory/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/aad/spring-cloud-azure-starter-active-directory/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -116,27 +116,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory - version: 6.0.0 + version: 6.1.0 - name: Active Directory B2C content: - name: Active Directory B2C @@ -148,17 +148,17 @@ artifacts: - artifactId: spring-cloud-azure-starter-active-directory-b2c groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-active-directory-b2c + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-active-directory-b2c msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory-b2c-oidc repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-active-directory-b2c - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/aad/spring-cloud-azure-starter-active-directory-b2c/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/aad/spring-cloud-azure-starter-active-directory-b2c/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -175,27 +175,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory-b2c - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory-b2c - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory-b2c - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory-b2c - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory-b2c - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-active-directory-b2c - version: 6.0.0 + version: 6.1.0 - name: App Configuration content: - name: App Configuration @@ -210,20 +210,20 @@ artifacts: - artifactId: spring-cloud-azure-starter-appconfiguration groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure App Configuration. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-appconfiguration + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-appconfiguration msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-appconfiguration - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/appconfiguration/spring-cloud-azure-starter-appconfiguration/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/appconfiguration/spring-cloud-azure-starter-appconfiguration/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -240,41 +240,41 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration - version: 6.0.0 + version: 6.1.0 - artifactId: spring-cloud-azure-starter-appconfiguration-config groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: Microsoft's Spring Boot Starter helps developers to load properties and manage features from Azure App Configuration service for Spring Application. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-appconfiguration-config + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-appconfiguration-config repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-appconfiguration-config - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/appconfiguration/spring-cloud-azure-starter-appconfiguration-config/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/appconfiguration/spring-cloud-azure-starter-appconfiguration-config/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -291,27 +291,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration-config - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration-config - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration-config - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration-config - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration-config - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-appconfiguration-config - version: 6.0.0 + version: 6.1.0 - name: Cosmos DB content: - name: Spring Data Cosmos @@ -327,21 +327,21 @@ artifacts: - artifactId: spring-cloud-azure-starter-data-cosmos groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Spring Data Azure Cosmos DB, which enables developers to easily integrate with Azure Cosmos DB SQL API using Spring Data. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-data-cosmos + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-data-cosmos msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-data-cosmos - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/cosmos/spring-cloud-azure-starter-data-cosmos/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/cosmos/spring-cloud-azure-starter-data-cosmos/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -358,27 +358,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-cosmos - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-cosmos - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-cosmos - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-cosmos - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-cosmos - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-cosmos - version: 6.0.0 + version: 6.1.0 - name: Cosmos DB description: |- Azure Cosmos DB is a fully managed NoSQL database for modern app development. @@ -389,20 +389,20 @@ artifacts: - artifactId: spring-cloud-azure-starter-cosmos groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Cosmos DB, which enables developers to easily integrate with Azure Cosmos DB SQL API. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-cosmos + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-cosmos msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-cosmos - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/cosmos/spring-cloud-azure-starter-cosmos/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/cosmos/spring-cloud-azure-starter-cosmos/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -419,27 +419,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-cosmos - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-cosmos - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-cosmos - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-cosmos - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-cosmos - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-cosmos - version: 6.0.0 + version: 6.1.0 - name: Key Vault content: - name: Key Vault @@ -449,20 +449,20 @@ artifacts: - artifactId: spring-cloud-azure-starter-keyvault groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Key Vault. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-keyvault + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-keyvault msdocs: https://learn.microsoft.com/azure/key-vault/ repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-keyvault - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/keyvault/spring-cloud-azure-starter-keyvault/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/keyvault/spring-cloud-azure-starter-keyvault/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -479,27 +479,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault - version: 6.0.0 + version: 6.1.0 - name: Key Vault - Certificates description: |- Azure Key Vault enables Microsoft Azure applications and users to store and use certificates, which are @@ -511,19 +511,19 @@ artifacts: - artifactId: spring-cloud-azure-starter-keyvault-certificates groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Key Vault Certificates. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-keyvault-certificates + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-keyvault-certificates msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault-certificates repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-keyvault-certificates springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -540,27 +540,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-certificates - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-certificates - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-certificates - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-certificates - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-certificates - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-certificates - version: 6.0.0 + version: 6.1.0 - artifactId: azure-security-keyvault-jca groupId: com.azure versionGA: 2.10.1 @@ -584,7 +584,7 @@ artifacts: - artifactId: spring-cloud-azure-starter-keyvault-secrets groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Key Vault Secrets, and adds Azure Key Vault as one of Spring PropertySource. @@ -592,14 +592,14 @@ externalized configuration property. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-keyvault-secrets + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-keyvault-secrets msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-keyvault-secrets - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/keyvault/spring-cloud-azure-starter-keyvault-secrets/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/keyvault/spring-cloud-azure-starter-keyvault-secrets/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -616,27 +616,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-secrets - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-secrets - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-secrets - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-secrets - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-secrets - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-keyvault-secrets - version: 6.0.0 + version: 6.1.0 - name: Storage content: - name: Storage @@ -645,21 +645,21 @@ artifacts: - artifactId: spring-cloud-azure-starter-storage groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Storage, and implements Spring Resource abstraction for Azure Storage service which allows you to interact with Storage Account using Spring programming model. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-storage + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-storage msdocs: https://docs.microsoft.com/azure/storage/ repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-storage - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/storage/spring-cloud-azure-starter-storage/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/storage/spring-cloud-azure-starter-storage/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -676,27 +676,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage - version: 6.0.0 + version: 6.1.0 - name: Storage - Blobs description: |- Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob Storage @@ -710,21 +710,21 @@ artifacts: - artifactId: spring-cloud-azure-starter-storage-blob groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Storage Blob, and implements Spring Resource abstraction for Azure Storage service which allows you to interact with Storage Blob using Spring programming model. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-storage-blob + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-storage-blob msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-storage repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-storage-blob - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/storage/spring-cloud-azure-starter-storage-blob/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/storage/spring-cloud-azure-starter-storage-blob/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -741,27 +741,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-blob - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-blob - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-blob - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-blob - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-blob - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-blob - version: 6.0.0 + version: 6.1.0 - name: Storage - Files Shares description: |- Azure File Share storage offers fully managed file shares in the cloud that are @@ -776,21 +776,21 @@ artifacts: - artifactId: spring-cloud-azure-starter-storage-file-share groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Storage File Share, and implements Spring Resource abstraction for Azure Storage service which allows you to interact with Storage File Share using Spring programming model. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-storage-file-share + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-storage-file-share msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#resource-handling repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-storage-file-share - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/storage/spring-cloud-azure-starter-storage-file-share/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/storage/spring-cloud-azure-starter-storage-file-share/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -807,27 +807,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-file-share - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-file-share - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-file-share - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-file-share - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-file-share - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-file-share - version: 6.0.0 + version: 6.1.0 - name: Storage - Queues description: |- Azure Queue Storage is a service for storing large numbers of messages. You access @@ -842,20 +842,20 @@ artifacts: - artifactId: spring-cloud-azure-starter-storage-queue groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Storage Queue. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-storage-queue + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-storage-queue msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-storage-queue - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/storage/spring-cloud-azure-starter-storage-queue/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/storage/spring-cloud-azure-starter-storage-queue/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -872,43 +872,43 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-queue - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-queue - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-queue - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-queue - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-queue - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-storage-queue - version: 6.0.0 + version: 6.1.0 - artifactId: spring-cloud-azure-starter-integration-storage-queue groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Spring Integration Azure Storage Queue. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-integration-storage-queue + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-integration-storage-queue msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-integration-storage-queue - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/storage/spring-cloud-azure-starter-integration-storage-queue/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/storage/spring-cloud-azure-starter-integration-storage-queue/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -925,44 +925,44 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-storage-queue - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-storage-queue - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-storage-queue - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-storage-queue - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-storage-queue - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-storage-queue - version: 6.0.0 + version: 6.1.0 - artifactId: spring-integration-azure-storage-queue groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Integration extension for Azure Storage Queue. Spring Integration extends the Spring programming modoel to support well-known Enterprise Integration Patterns. type: spring links: - javadoc: https://azuresdkdocs.z19.web.core.windows.net/java/spring-integration-azure-storage-queue/6.0.0/index.html - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-integration-azure-storage-queue + javadoc: https://azuresdkdocs.z19.web.core.windows.net/java/spring-integration-azure-storage-queue/6.1.0/index.html + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-integration-azure-storage-queue msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#spring-integration-support repopath: https://search.maven.org/artifact/com.azure.spring/spring-integration-azure-storage-queue - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/storage/spring-integration-azure-storage-queue/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/storage/spring-integration-azure-storage-queue/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -979,27 +979,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-integration-azure-storage-queue - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-integration-azure-storage-queue - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-integration-azure-storage-queue - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-integration-azure-storage-queue - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-integration-azure-storage-queue - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-integration-azure-storage-queue - version: 6.0.0 + version: 6.1.0 - name: Service Bus content: - name: Service Bus @@ -1015,20 +1015,20 @@ artifacts: - artifactId: spring-cloud-azure-starter-servicebus groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Service Bus. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-servicebus + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-servicebus msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-servicebus - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/servicebus/spring-cloud-azure-starter-servicebus/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/servicebus/spring-cloud-azure-starter-servicebus/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1045,43 +1045,43 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus - version: 6.0.0 + version: 6.1.0 - artifactId: spring-cloud-azure-starter-integration-servicebus groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Spring Integration Azure Service Bus. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-integration-servicebus + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-integration-servicebus msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-integration-servicebus - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/servicebus/spring-cloud-azure-starter-integration-servicebus/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/servicebus/spring-cloud-azure-starter-integration-servicebus/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1098,44 +1098,44 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-servicebus - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-servicebus - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-servicebus - version: 6.0.0 + version: 6.1.0 - artifactId: spring-integration-azure-servicebus groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Integration extension for Azure Service Bus. Spring Integration extends the Spring programming modoel to support well-known Enterprise Integration Patterns. type: spring links: - javadoc: https://azuresdkdocs.z19.web.core.windows.net/java/spring-integration-azure-servicebus/6.0.0/index.html - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-integration-azure-servicebus + javadoc: https://azuresdkdocs.z19.web.core.windows.net/java/spring-integration-azure-servicebus/6.1.0/index.html + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-integration-azure-servicebus msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#spring-integration-support repopath: https://search.maven.org/artifact/com.azure.spring/spring-integration-azure-servicebus - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/servicebus/spring-integration-azure-servicebus/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/servicebus/spring-integration-azure-servicebus/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1152,45 +1152,45 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-integration-azure-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-integration-azure-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-integration-azure-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-integration-azure-servicebus - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-integration-azure-servicebus - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-integration-azure-servicebus - version: 6.0.0 + version: 6.1.0 - artifactId: spring-cloud-azure-stream-binder-servicebus groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Cloud Stream Binder provides Spring Cloud Stream Binder for Azure Service Bus which allows you to build message-driven microservice using Spring Cloud Stream based on Azure Service Bus. type: spring links: - javadoc: https://azuresdkdocs.z19.web.core.windows.net/java/spring-cloud-azure-stream-binder-servicebus/6.0.0/index.html - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-stream-binder-servicebus + javadoc: https://azuresdkdocs.z19.web.core.windows.net/java/spring-cloud-azure-stream-binder-servicebus/6.1.0/index.html + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-stream-binder-servicebus msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-service-bus repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-stream-binder-servicebus - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/servicebus/spring-cloud-azure-stream-binder-servicebus/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/servicebus/spring-cloud-azure-stream-binder-servicebus/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1207,27 +1207,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-servicebus - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-servicebus - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-servicebus - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-servicebus - version: 6.0.0 + version: 6.1.0 - name: Service Bus JMS description: |- Microsoft Azure Service Bus is a fully managed enterprise integration message broker. @@ -1238,20 +1238,20 @@ artifacts: - artifactId: spring-cloud-azure-starter-servicebus-jms groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Spring JMS with Azure Service Bus Queue and Topic. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-servicebus-jms + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-servicebus-jms msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-servicebus-jms - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/servicebus/spring-cloud-azure-starter-servicebus-jms/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/servicebus/spring-cloud-azure-starter-servicebus-jms/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1268,27 +1268,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus-jms - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus-jms - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus-jms - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus-jms - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus-jms - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-servicebus-jms - version: 6.0.0 + version: 6.1.0 - name: Event Grid content: - name: Event Grid @@ -1310,20 +1310,20 @@ artifacts: - artifactId: spring-cloud-azure-starter-eventgrid groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Event Grid. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-eventgrid + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-eventgrid msdocs: https://learn.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-initializer-java-app-with-event-grid repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-eventgrid - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/eventgrid/spring-cloud-azure-starter-eventgrid/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/eventgrid/spring-cloud-azure-starter-eventgrid/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1340,27 +1340,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventgrid - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventgrid - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventgrid - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventgrid - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventgrid - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventgrid - version: 6.0.0 + version: 6.1.0 - name: Event Hubs content: - name: Event Hubs @@ -1376,20 +1376,20 @@ artifacts: - artifactId: spring-cloud-azure-starter-eventhubs groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Event Hubs. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-eventhubs + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-eventhubs msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-eventhubs - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/eventhubs/spring-cloud-azure-starter-eventhubs/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/eventhubs/spring-cloud-azure-starter-eventhubs/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1406,43 +1406,43 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventhubs - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventhubs - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-eventhubs - version: 6.0.0 + version: 6.1.0 - artifactId: spring-cloud-azure-starter-integration-eventhubs groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Spring Integration Azure Event Hubs. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-integration-eventhubs + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-integration-eventhubs msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-integration-eventhubs - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/eventhubs/spring-cloud-azure-starter-integration-eventhubs/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/eventhubs/spring-cloud-azure-starter-integration-eventhubs/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1459,44 +1459,44 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-eventhubs - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-eventhubs - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-integration-eventhubs - version: 6.0.0 + version: 6.1.0 - artifactId: spring-integration-azure-eventhubs groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Integration extension for Azure Event Hubs. Spring Integration extends the Spring programming modoel to support well-known Enterprise Integration Patterns. type: spring links: - javadoc: https://azuresdkdocs.z19.web.core.windows.net/java/spring-integration-azure-eventhubs/6.0.0/index.html - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-integration-azure-eventhubs + javadoc: https://azuresdkdocs.z19.web.core.windows.net/java/spring-integration-azure-eventhubs/6.1.0/index.html + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-integration-azure-eventhubs msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#spring-integration-support repopath: https://search.maven.org/artifact/com.azure.spring/spring-integration-azure-eventhubs - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/eventhubs/spring-integration-azure-eventhubs/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/eventhubs/spring-integration-azure-eventhubs/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1513,45 +1513,45 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-integration-azure-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-integration-azure-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-integration-azure-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-integration-azure-eventhubs - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-integration-azure-eventhubs - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-integration-azure-eventhubs - version: 6.0.0 + version: 6.1.0 - artifactId: spring-cloud-azure-stream-binder-eventhubs groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Cloud Stream Binder provides Spring Cloud Stream Binder for Azure Event Hubs which allows you to build message-driven microservice using Spring Cloud Stream based on Azure Event Hubs. type: spring links: - javadoc: https://azuresdkdocs.z19.web.core.windows.net/java/spring-cloud-azure-stream-binder-eventhubs/6.0.0/index.html - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-stream-binder-eventhubs + javadoc: https://azuresdkdocs.z19.web.core.windows.net/java/spring-cloud-azure-stream-binder-eventhubs/6.1.0/index.html + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-stream-binder-eventhubs msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#spring-cloud-stream-binder-for-azure-event-hubs repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-stream-binder-eventhubs - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/eventhubs/spring-cloud-azure-stream-binder-eventhubs/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/eventhubs/spring-cloud-azure-stream-binder-eventhubs/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1568,27 +1568,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-eventhubs - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-eventhubs - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-eventhubs - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-stream-binder-eventhubs - version: 6.0.0 + version: 6.1.0 - name: MySQL content: - name: Database for MySQL @@ -1600,20 +1600,20 @@ artifacts: - artifactId: spring-cloud-azure-starter-jdbc-mysql groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Database for MySQL. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-jdbc-mysql + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-jdbc-mysql msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-jdbc-mysql - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/mysql/spring-cloud-azure-starter-jdbc-mysql/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/mysql/spring-cloud-azure-starter-jdbc-mysql/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1630,27 +1630,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-mysql - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-mysql - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-mysql - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-mysql - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-mysql - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-mysql - version: 6.0.0 + version: 6.1.0 - name: PostgreSQL content: - name: Database for PostgreSQL @@ -1662,20 +1662,20 @@ artifacts: - artifactId: spring-cloud-azure-starter-jdbc-postgresql groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Database for PostgreSQL. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-jdbc-postgresql + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-jdbc-postgresql msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-jdbc-postgresql - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/postgresql/spring-cloud-azure-starter-jdbc-postgresql/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/postgresql/spring-cloud-azure-starter-jdbc-postgresql/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[2.5.0,3.5.5]" + compatibilityRange: "[2.5.0,3.5.8]" mappings: - compatibilityRange: "[2.5.0,2.5.15]" groupId: com.azure.spring @@ -1692,27 +1692,27 @@ - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-postgresql - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-postgresql - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-postgresql - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-postgresql - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-postgresql - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-jdbc-postgresql - version: 6.0.0 + version: 6.1.0 - name: Redis content: - name: Azure Cache for Redis @@ -1727,45 +1727,45 @@ artifacts: - artifactId: spring-cloud-azure-starter-data-redis-lettuce groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of Azure Cache for Redis. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-starter-data-redis-lettuce + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-starter-data-redis-lettuce msdocs: https://learn.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-data-redis-lettuce - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/redis/spring-cloud-azure-starter-data-redis-lettuce/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/redis/spring-cloud-azure-starter-data-redis-lettuce/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[3.0.0,3.5.5]" + compatibilityRange: "[3.0.0,3.5.8]" mappings: - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-redis-lettuce - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-redis-lettuce - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-redis-lettuce - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-redis-lettuce - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-redis-lettuce - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-starter-data-redis-lettuce - version: 6.0.0 + version: 6.1.0 - name: Testcontainers content: - name: Testcontainers @@ -1777,44 +1777,44 @@ artifacts: - artifactId: spring-cloud-azure-testcontainers groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Cloud Azure lib helps developers to use testcontainers to test Cosmos, Storage Blob, Storage Queue. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-testcontainers + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-testcontainers repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-testcontainers - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/testcontainers/spring-cloud-azure-testcontainers/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/testcontainers/spring-cloud-azure-testcontainers/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[3.0.0,3.5.5]" + compatibilityRange: "[3.0.0,3.5.8]" mappings: - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-testcontainers - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-testcontainers - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-testcontainers - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-testcontainers - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-testcontainers - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-testcontainers - version: 6.0.0 + version: 6.1.0 - name: Dockercompose content: - name: Dockercompose @@ -1827,41 +1827,41 @@ artifacts: - artifactId: spring-cloud-azure-docker-compose groupId: com.azure.spring - versionGA: 6.0.0 + versionGA: 6.1.0 description: |- Microsoft's Spring Cloud Azure lib helps developers to use Docker Compose, now it supports Azure Storage Blob and Azure Storage Queue. type: spring links: - github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.0.0/sdk/spring/spring-cloud-azure-docker-compose + github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_6.1.0/sdk/spring/spring-cloud-azure-docker-compose repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-docker-compose - sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.0.0/dockercompose/spring-cloud-azure-docker-compose/ + sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_6.1.0/dockercompose/spring-cloud-azure-docker-compose/ springProperties: starter: true bom: spring-cloud-azure-dependencies - compatibilityRange: "[3.0.0,3.5.5]" + compatibilityRange: "[3.0.0,3.5.8]" mappings: - compatibilityRange: "[3.0.0,3.0.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-docker-compose - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.1.0,3.1.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-docker-compose - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.2.0,3.2.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-docker-compose - version: 5.23.0 + version: 5.24.1 - compatibilityRange: "[3.3.0,3.3.13]" groupId: com.azure.spring artifactId: spring-cloud-azure-docker-compose - version: 5.23.0 - - compatibilityRange: "[3.4.0,3.4.9]" + version: 5.24.1 + - compatibilityRange: "[3.4.0,3.4.12]" groupId: com.azure.spring artifactId: spring-cloud-azure-docker-compose - version: 5.23.0 - - compatibilityRange: "[3.5.0,3.5.5]" + version: 5.24.1 + - compatibilityRange: "[3.5.0,3.5.8]" groupId: com.azure.spring artifactId: spring-cloud-azure-docker-compose - version: 6.0.0 + version: 6.1.0