diff --git a/sdk/spring/spring-reference.yml b/sdk/spring/spring-reference.yml index 68ad8cebe7a2..5628295fbe0d 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.7.0 # The latest GA version if exists. + versionGA: 3.8.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. @@ -62,7 +62,7 @@ artifacts: - artifactId: azure-spring-cloud-dependencies groupId: com.azure.spring - versionGA: 2.7.0 + versionGA: 2.8.0 description: BOM for Microsoft Azure Spring Cloud support. type: spring links: @@ -103,12 +103,12 @@ artifacts: - artifactId: azure-spring-boot-starter-active-directory groupId: com.azure.spring - versionGA: 3.7.0 + versionGA: 3.8.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: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-boot-starter-active-directory - msdocs: https://docs.microsoft.com/java/api/overview/azure/spring-boot-starter-active-directory-readme?view=azure-java-stable # Documentation url of repository azure-docs-for-java. + msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory # Documentation url of repository azure-docs-for-java. github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-boot-starter-active-directory sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/aad/azure-spring-boot-starter-active-directory # Github Sample repo url. springProperties: @@ -132,13 +132,13 @@ artifacts: - artifactId: azure-spring-boot-starter-active-directory-b2c groupId: com.azure.spring - versionGA: 3.7.0 + versionGA: 3.8.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 links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-boot-starter-active-directory-b2c - msdocs: https://docs.microsoft.com/java/api/overview/azure/spring-boot-starter-active-directory-b2c-readme?view=azure-java-stable + msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory-b2c-oidc github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-boot-starter-active-directory-b2c sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/aad/azure-spring-boot-starter-active-directory-b2c springProperties: @@ -165,13 +165,13 @@ artifacts: - artifactId: azure-spring-boot-starter-cosmos groupId: com.azure.spring - versionGA: 3.7.0 + versionGA: 3.8.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 links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-boot-starter-cosmos - msdocs: https://docs.microsoft.com/java/api/overview/azure/spring-boot-starter-cosmos-readme?view=azure-java-stable + msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-boot-starter-cosmos sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/cosmos/azure-spring-boot-starter-cosmos springProperties: @@ -198,24 +198,24 @@ artifacts: - artifactId: azure-security-keyvault-jca groupId: com.azure - versionGA: 1.0.1 + versionGA: 2.0.0 versionPreview: 1.0.0-beta.7 type: client links: repopath: https://search.maven.org/artifact/com.azure/azure-security-keyvault-jca - msdocs: https://docs.microsoft.com/java/api/overview/azure/security-keyvault-jca-readme?view=azure-java-preview - javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-security-keyvault-jca/1.0.0-beta.6/index.html + msdocs: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/keyvault/azure-security-keyvault-jca/README.md + javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-security-keyvault-jca/2.0.0/index.html 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.0.1 + versionGA: 3.1.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 links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-boot-starter-keyvault-certificates - msdocs: https://docs.microsoft.com/java/api/overview/azure/spring-boot-starter-keyvault-certificates-readme?view=azure-java-preview - javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-spring-boot-starter-keyvault-certificates/3.0.0-beta.4/index.html + msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault-certificates + javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-spring-boot-starter-keyvault-certificates/3.1.0/index.html github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-boot-starter-keyvault-certificates sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/keyvault/azure-spring-boot-starter-keyvault-certificates springProperties: @@ -235,13 +235,13 @@ artifacts: - artifactId: azure-spring-boot-starter-keyvault-secrets groupId: com.azure.spring - versionGA: 3.7.0 + versionGA: 3.8.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 links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-boot-starter-keyvault-secrets - msdocs: https://docs.microsoft.com/java/api/overview/azure/spring-boot-starter-keyvault-secrets-readme?view=azure-java-stable + msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-boot-starter-keyvault-secrets sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/keyvault/azure-spring-boot-starter-keyvault-secrets springProperties: @@ -268,13 +268,13 @@ artifacts: - artifactId: azure-spring-boot-starter-storage groupId: com.azure.spring - versionGA: 3.7.0 + versionGA: 3.8.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 links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-boot-starter-storage - msdocs: https://docs.microsoft.com/java/api/overview/azure/spring-boot-starter-storage-readme?view=azure-java-stable + msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-storage github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-boot-starter-storage sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/storage/azure-spring-boot-starter-storage springProperties: @@ -299,13 +299,13 @@ artifacts: - artifactId: azure-spring-cloud-starter-storage-queue groupId: com.azure.spring - versionGA: 2.7.0 + versionGA: 2.8.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 links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-starter-storage-queue - msdocs: https://docs.microsoft.com/java/api/overview/azure/spring-cloud-starter-storage-queue-readme?view=azure-java-stable + msdocs: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/azure-spring-cloud-starter-storage-queue/README.md github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-cloud-starter-storage-queue sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/storage/azure-spring-cloud-starter-storage-queue springProperties: @@ -332,14 +332,14 @@ artifacts: - artifactId: azure-spring-cloud-stream-binder-servicebus-topic groupId: com.azure.spring - versionGA: 2.7.0 + versionGA: 2.8.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/java/api/overview/azure/spring-cloud-stream-binder-servicebus-topic-readme?view=azure-java-stable - javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-spring-cloud-stream-binder-servicebus-topic/2.3.0/index.html + 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.8.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: @@ -356,14 +356,14 @@ version: 2.2.0 - artifactId: azure-spring-cloud-stream-binder-servicebus-queue groupId: com.azure.spring - versionGA: 2.7.0 + versionGA: 2.8.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/java/api/overview/azure/spring-cloud-stream-binder-servicebus-queue-readme?view=azure-java-stable - javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-spring-cloud-stream-binder-servicebus-queue/2.3.0/index.html + 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.8.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: @@ -380,13 +380,13 @@ version: 2.2.0 - artifactId: azure-spring-cloud-starter-servicebus groupId: com.azure.spring - versionGA: 2.7.0 + versionGA: 2.8.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 links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-starter-servicebus - msdocs: https://docs.microsoft.com/java/api/overview/azure/spring-cloud-starter-servicebus-readme?view=azure-java-stable + msdocs: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/azure-spring-cloud-starter-servicebus/README.md github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-cloud-starter-servicebus sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/servicebus/azure-spring-cloud-starter-servicebus springProperties: @@ -411,13 +411,13 @@ artifacts: - artifactId: azure-spring-boot-starter-servicebus-jms groupId: com.azure.spring - versionGA: 3.7.0 + versionGA: 3.8.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 links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-boot-starter-servicebus-jms - msdocs: https://docs.microsoft.com/java/api/overview/azure/spring-boot-starter-servicebus-jms-readme?view=azure-java-stable + msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-boot-starter-servicebus-jms sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/servicebus/azure-spring-boot-starter-servicebus-jms springProperties: @@ -444,13 +444,13 @@ artifacts: - artifactId: azure-spring-cloud-starter-eventhubs groupId: com.azure.spring - versionGA: 2.7.0 + versionGA: 2.8.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 links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-starter-eventhubs - msdocs: https://docs.microsoft.com/java/api/overview/azure/spring-cloud-starter-eventhubs-readme?view=azure-java-stable + msdocs: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-cloud-starter-eventhubs/README.md github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-cloud-starter-eventhubs sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/eventhubs/azure-spring-cloud-starter-eventhubs springProperties: @@ -468,14 +468,14 @@ version: 2.2.0 - artifactId: azure-spring-cloud-stream-binder-eventhubs groupId: com.azure.spring - versionGA: 2.7.0 + versionGA: 2.8.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/java/api/overview/azure/spring-cloud-stream-binder-eventhubs-readme?view=azure-java-stable - javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-spring-cloud-stream-binder-eventhubs/2.3.0/index.html + 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.8.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: @@ -496,13 +496,13 @@ artifacts: - artifactId: azure-spring-cloud-starter-eventhubs-kafka groupId: com.azure.spring - versionGA: 2.7.0 + versionGA: 2.8.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 links: repopath: https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-starter-eventhubs-kafka - msdocs: https://docs.microsoft.com/java/api/overview/azure/spring-cloud-starter-eventhubs-kafka-readme?view=azure-java-stable + msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/eventhubs/azure-spring-cloud-starter-eventhubs-kafka springProperties: