Skip to content

Fix application id too long in AzureSpringIdentifier#35675

Merged
Netyyyy merged 6 commits into
Azure:release/spring-cloud-azure-4.9.0from
Netyyyy:myao/fix_application_id_too_long
Jun 30, 2023
Merged

Fix application id too long in AzureSpringIdentifier#35675
Netyyyy merged 6 commits into
Azure:release/spring-cloud-azure-4.9.0from
Netyyyy:myao/fix_application_id_too_long

Conversation

@Netyyyy

@Netyyyy Netyyyy commented Jun 29, 2023

Copy link
Copy Markdown
Contributor

Description

Fix application id too long in AzureSpringIdentifier

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@azure-sdk

Copy link
Copy Markdown
Collaborator

API change check

API changes are not detected in this pull request.

// b2c: for AAD B2C
private static final Logger LOGGER = LoggerFactory.getLogger(AzureSpringIdentifier.class);
public static final String VERSION = getVersion();
public static final int MAX_VERSION_LENGTH = 13;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it 13 here?

Comment on lines +9 to +12
public class AzureSpringIdentifierTests {

@Test
public void testFormatVersion() {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: no public needed in tests

@Netyyyy
Netyyyy merged commit 8ab6dde into Azure:release/spring-cloud-azure-4.9.0 Jun 30, 2023
Netyyyy added a commit that referenced this pull request Jun 30, 2023
* Prepare for Spring Cloud Azure 4.9.0 release (#35653)

* Increment versions for spring releases (#35667)

* Fix application id too long in AzureSpringIdentifier (#35675)
@saragluna

Copy link
Copy Markdown
Member

@Netyyyy please don't forget to port this change to the sb3 branch.

@Netyyyy
Netyyyy deleted the myao/fix_application_id_too_long branch September 8, 2023 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

azure-spring All azure-spring related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants