question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade to Azure Spring 2.3.5

See original GitHub issue

Hi, The azure-spring-boot-bom of version 2.3.5 has been release to Maven: https://repo1.maven.org/maven2/com/microsoft/azure/azure-spring-boot-bom/2.3.5/ Please help to upgrade the version of bom to the latest, thanks.

Another problem: The bom has this dependency before:

name: Azure Storage
id: azure-storage
groupId: com.microsoft.azure
artifactId: azure-storage-spring-boot-starter

But now we update the artifactId. Current storage dependency is

name: Azure Storage
id: azure-storage
groupId: com.microsoft.azure
artifactId:spring-starter-azure-storage

The com.microsoft.azure:spring-starter-azure-storage supports Spring Boot 2.3.x, so could you support that providing different storage library when user choose the different Spring Boot version?

Thanks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
jialindaicommented, Sep 17, 2020

@snicoll , we are planning to change the artifact ids as:

azure-active-directory-spring-boot-starter => azure-spring-boot-starter-active-directory azure-keyvault-secrets-spring-boot-starter => azure-spring-boot-starter-keyvault-secrets

The storage starter’s current artifact id is spring-starter-azure-storage, and its id will be changed to azure-spring-boot-starter-storage.

I think for now, we can just increase the azure-spring-boot-bom version to 2.3.5.

After we change the artifact id (and increase the major version number), we will need your help to update and include the storage starter.

0reactions
jialindaicommented, Sep 23, 2020

hi @snicoll, I think we can ignore the spring-starter-azure-storage starter for now.

As 2.3.5 release is already out, on Spring initializer, we would like to make 2.3.5 the version for:

  • azure-active-directory-spring-boot-starter
  • azure-keyvault-secrets-spring-boot-starter
  • azure-spring-boot-starter

Today, no Spring initializer, the 2.3.3 version is still used.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Boot Starters for Azure | Microsoft Learn
This Spring Boot Starter provides auto-configuration support for Azure Services; for example: Service Bus, Storage, Active Directory, ...
Read more >
azure-spring-boot » 2.3.5 - Maven Repository
Azure Spring Boot AutoConfigure » 2.3.5 · Compile Dependencies (27) · Provided Dependencies (1) · Test Dependencies (5) · Licenses · Developers ...
Read more >
Spring Boot 2.3.5 available now
This release includes 92 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue ...
Read more >
com.azure.spring : azure-spring-boot : 3.2.0 - Maven Central ...
... <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>2.3.5.RELEASE</version> <!-- {x-version-update ...
Read more >
Upgrading azure-spring-boot-starter-active-directory to obtain ...
This works fine with azure-active-directory-spring-boot-starter 2.3.5 however there's been some breaking changes when we try to upgrade to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found