Skip to content

Commit

Permalink
Update spring reference yml after release (Azure#27411)
Browse files Browse the repository at this point in the history
  • Loading branch information
rujche authored Mar 7, 2022
1 parent 400f619 commit a7060c4
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions sdk/spring/spring-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a7060c4

Please sign in to comment.