From a7060c45b016da37399106e1adb7f8f2e8a2991d Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Mon, 7 Mar 2022 09:30:42 +0800 Subject: [PATCH] Update spring reference yml after release (#27411) --- sdk/spring/spring-reference.yml | 70 ++++++++++++++++----------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/sdk/spring/spring-reference.yml b/sdk/spring/spring-reference.yml index c47b6ca430d3d..ca522eefa8219 100644 --- a/sdk/spring/spring-reference.yml +++ b/sdk/spring/spring-reference.yml @@ -17,7 +17,7 @@ artifacts: # Package list of a service feature. - artifactId: azure-spring-boot-bom groupId: com.azure.spring - versionGA: 3.13.0 # The latest GA version if exists. + versionGA: 3.14.0 # The latest GA version if exists. versionPreview: 3.0.0-beta.1 # The latest preview version if exists. description: BOM for Microsoft Azure Spring Boot support. # Introduction of an library. type: spring # To mark if the package is Spring library, Azure service client library or management library, supported values are spring, client and mgmt. @@ -45,7 +45,7 @@ } springProperties: # All spring specific properties copied from the template yaml. starter: false # Boolean value to mark if the library is a starter or not. - compatibilityRange: "[2.5.5,2.6.2)" # The compatible range for Spring Boot version of the latest library. + compatibilityRange: "[2.5.5,2.6.2]" # The compatible range for Spring Boot version of the latest library. mappings: # If the previous versions of this library show different compatibilities towards different Spring Boot/Cloud version, we use this property for their version mapping. - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" # Spring Boot version range. groupId: com.microsoft.azure # The associated group-id of the target Azure Spring library version. @@ -70,7 +70,7 @@ artifacts: - artifactId: azure-spring-cloud-dependencies groupId: com.azure.spring - versionGA: 2.13.0 + versionGA: 2.14.0 description: BOM for Microsoft Azure Spring Cloud support. type: spring links: @@ -97,7 +97,7 @@ } springProperties: starter: false - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -119,7 +119,7 @@ artifacts: - artifactId: azure-spring-boot-starter-active-directory groupId: com.azure.spring - versionGA: 3.13.0 + versionGA: 3.14.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 server with AAD. It uses the Oauth 2.0 protocol to protect Web applications and resource servers. type: spring links: @@ -130,7 +130,7 @@ springProperties: starter: true bom: azure-spring-boot-bom # To map the bom package of each Spring library, we use this property to index the `artifactId` property of a library's bom. - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -156,7 +156,7 @@ artifacts: - artifactId: azure-spring-boot-starter-active-directory-b2c groupId: com.azure.spring - versionGA: 3.13.0 + versionGA: 3.14.0 versionPreview: 3.0.0-beta.1 description: Microsoft's Spring Boot Starter provides auto-configuration of Azure Active Directory B2C, which allows you to manage customer, consumer, and citizen access to your business-to-consumer (B2C) applications. type: spring @@ -168,7 +168,7 @@ springProperties: starter: true bom: azure-spring-boot-bom - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -197,7 +197,7 @@ artifacts: - artifactId: azure-spring-boot-starter-cosmos groupId: com.azure.spring - versionGA: 3.13.0 + versionGA: 3.14.0 versionPreview: 3.0.0-beta.1 description: Microsoft's Spring Boot Starter enables developers to use Spring Boot applications that easily integrate with Azure Cosmos DB by using the SQL API. type: spring @@ -209,7 +209,7 @@ springProperties: starter: true bom: azure-spring-boot-bom - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -248,7 +248,7 @@ github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/keyvault/azure-security-keyvault-jca - artifactId: azure-spring-boot-starter-keyvault-certificates groupId: com.azure.spring - versionGA: 3.13.0 + versionGA: 3.14.0 versionPreview: 3.0.0-beta.7 description: Microsoft's Spring Boot Starter provides a secure and frictionless way to enable TLS with help from Azure Key Vault and managed identity for Azure resources. type: spring @@ -260,7 +260,7 @@ sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/keyvault/azure-spring-boot-starter-keyvault-certificates springProperties: starter: true - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.2.11.RELEASE,2.4.0-M1)" groupId: com.azure.spring @@ -283,7 +283,7 @@ artifacts: - artifactId: azure-spring-boot-starter-keyvault-secrets groupId: com.azure.spring - versionGA: 3.13.0 + versionGA: 3.14.0 versionPreview: 3.0.0-beta.1 description: Microsoft's Spring Boot Starter adds Azure Key Vault as one of Spring PropertySource. Secrets stored in Azure Key Vault could be easily used and conveniently accessed like other externalized configuration property type: spring @@ -295,7 +295,7 @@ springProperties: starter: true bom: azure-spring-boot-bom - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -324,7 +324,7 @@ artifacts: - artifactId: azure-spring-boot-starter-storage groupId: com.azure.spring - versionGA: 3.13.0 + versionGA: 3.14.0 versionPreview: 3.0.0-beta.1 description: Microsoft's Spring Boot Starter implements Spring Resource abstraction for Azure Storage service which allows you to interact with Azure Blob storage using Spring programming model. type: spring @@ -336,7 +336,7 @@ springProperties: starter: true bom: azure-spring-boot-bom - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -363,7 +363,7 @@ artifacts: - artifactId: azure-spring-cloud-starter-storage-queue groupId: com.azure.spring - versionGA: 2.13.0 + versionGA: 2.14.0 versionPreview: 2.0.0-beta.1 description: Microsoft's Spring Cloud Starter helps developers to finish the auto-configuration of Storage Queue and provides Spring Integration with Storage Queue. type: spring @@ -375,7 +375,7 @@ springProperties: starter: true bom: azure-spring-cloud-dependencies - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -404,19 +404,19 @@ artifacts: - artifactId: azure-spring-cloud-stream-binder-servicebus-topic groupId: com.azure.spring - versionGA: 2.13.0 + versionGA: 2.14.0 versionPreview: 2.0.0-beta.1 description: Microsoft's Spring Cloud Stream Binder provides Spring Cloud Stream Binder for Azure Service Bus Topic which allows you to build message-driven microservice using Spring Cloud Stream based on Azure Service Bus Topic. type: spring links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-stream-binder-servicebus-topic msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-service-bus - javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-spring-cloud-stream-binder-servicebus-topic/2.13.0/index.html + javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-spring-cloud-stream-binder-servicebus-topic/2.14.0/index.html github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-cloud-stream-binder-servicebus-topic sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/servicebus/azure-spring-cloud-stream-binder-servicebus-topic springProperties: bom: azure-spring-cloud-dependencies - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -436,19 +436,19 @@ version: 2.11.0 - artifactId: azure-spring-cloud-stream-binder-servicebus-queue groupId: com.azure.spring - versionGA: 2.13.0 + versionGA: 2.14.0 versionPreview: 2.0.0-beta.1 description: Microsoft's Spring Cloud Stream Binder provides Spring Cloud Stream Binder for Azure Service Bus Queue which allows you to build message-driven microservice using Spring Cloud Stream based on Azure Service Bus Queue. type: spring links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-stream-binder-servicebus-queue msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-service-bus - javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-spring-cloud-stream-binder-servicebus-queue/2.13.0/index.html + javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-spring-cloud-stream-binder-servicebus-queue/2.14.0/index.html github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/servicebus/azure-spring-cloud-stream-binder-servicebus-queue springProperties: bom: azure-spring-cloud-dependencies - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -468,7 +468,7 @@ version: 2.11.0 - artifactId: azure-spring-cloud-starter-servicebus groupId: com.azure.spring - versionGA: 2.13.0 + versionGA: 2.14.0 versionPreview: 2.0.0-beta.1 description: Microsoft's Spring Cloud Starter helps developers to finish the auto-configuration of Service Bus and provides Spring Integration with Service Bus. type: spring @@ -480,7 +480,7 @@ springProperties: starter: true bom: azure-spring-cloud-dependencies - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -507,7 +507,7 @@ artifacts: - artifactId: azure-spring-boot-starter-servicebus-jms groupId: com.azure.spring - versionGA: 3.13.0 + versionGA: 3.14.0 versionPreview: 3.0.0-beta.1 description: Microsoft's Spring Boot Starter provides integration of Spring JMS Queue and Topic with Azure Service Bus. type: spring @@ -519,7 +519,7 @@ springProperties: starter: true bom: azure-spring-boot-bom - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -548,7 +548,7 @@ artifacts: - artifactId: azure-spring-cloud-starter-eventhubs groupId: com.azure.spring - versionGA: 2.13.0 + versionGA: 2.14.0 versionPreview: 2.0.0-beta.1 description: Microsoft's Spring Cloud Starter helps developers to finish the auto-configuration of Event Hubs and provides Spring Integration on Event Hubs. type: spring @@ -560,7 +560,7 @@ springProperties: starter: true bom: azure-spring-cloud-dependencies - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -580,19 +580,19 @@ version: 2.11.0 - artifactId: azure-spring-cloud-stream-binder-eventhubs groupId: com.azure.spring - versionGA: 2.13.0 + versionGA: 2.14.0 versionPreview: 2.0.0-beta.1 description: Microsoft's Spring Cloud Stream Binder provides Spring Cloud Stream Binder for Azure Event Hub which allows you to build message-driven microservice using Spring Cloud Stream based on Azure Event Hub service. type: spring links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-stream-binder-eventhubs msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub - javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-spring-cloud-stream-binder-eventhubs/2.13.0/index.html + javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-spring-cloud-stream-binder-eventhubs/2.14.0/index.html github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-cloud-stream-binder-eventhubs sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/eventhubs/azure-spring-cloud-stream-binder-eventhubs springProperties: bom: azure-spring-cloud-dependencies - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure @@ -616,7 +616,7 @@ artifacts: - artifactId: azure-spring-cloud-starter-eventhubs-kafka groupId: com.azure.spring - versionGA: 2.13.0 + versionGA: 2.14.0 versionPreview: 2.0.0-beta.1 description: Microsoft's Spring Cloud Stream Binder helps developers to finish the auto-configuration of Event Hubs with Kafka protocol. type: spring @@ -628,7 +628,7 @@ springProperties: starter: true bom: azure-spring-cloud-dependencies - compatibilityRange: "[2.5.5,2.6.2)" + compatibilityRange: "[2.5.5,2.6.2]" mappings: - compatibilityRange: "[2.0.0.RELEASE,2.3.0.M1)" groupId: com.microsoft.azure