Skip to content

Spring Boot migration - AAD starter#10285

Merged
hemanttanwar merged 14 commits intoAzure:masterfrom
saragluna:feature/spring-boot-aad
Apr 29, 2020
Merged

Spring Boot migration - AAD starter#10285
hemanttanwar merged 14 commits intoAzure:masterfrom
saragluna:feature/spring-boot-aad

Conversation

@saragluna
Copy link
Member

Split PR #9395 into several PRs for the convenience of reviewing.

Modules included:

azure-spring-boot
azure-spring-boot-starter
azure-spring-boot-starter-active-directory

@saragluna saragluna requested a review from mssfang as a code owner April 19, 2020 06:12
@weshaggard weshaggard removed their request for review April 24, 2020 00:00
Copy link
Contributor

@hemanttanwar hemanttanwar left a comment

Choose a reason for hiding this comment

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

  1. Is this normal not to have java doc on public API ? Since user will look public API, we should add java doc on them.
  2. I also do not see sample code snippet as java doc in Public classes. For examlpe https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusSenderClient.java#L18
    I would assume that developer will get benefit of this java doc code snippet.

@saragluna
Copy link
Member Author

@hemanttanwar

  1. Is this normal not to have java doc on public API ? Since user will look public API, we should add java doc on them.
  2. I also do not see sample code snippet as java doc in Public classes. For examlpe https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusSenderClient.java#L18
    I would assume that developer will get benefit of this java doc code snippet.

Java doc added for public APIs. As for the second question, we'll have a bunch of sample projects to help users. These Spring Boot projects are mainly for helping users to auto-configure our SDK clients and the way they use it would be like providing properties in Spring property files.

### Snapshots
[![Nexus OSS](https://img.shields.io/nexus/snapshots/https/oss.sonatype.org/com.microsoft.azure/azure-spring-boot.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/microsoft/azure/azure-spring-boot/)

Snapshots built from `master` branch are available, add [maven repositories](https://maven.apache.org/settings.html#Repositories) configuration to your pom file as below.
Copy link
Member

Choose a reason for hiding this comment

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

Any reason for recommending using SNAPSHOT versions instead of release versions?

Copy link
Member Author

Choose a reason for hiding this comment

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

Snapshots are the daily built versions, it could let users try our new features without waiting for a release.

@saragluna saragluna requested a review from conniey as a code owner April 28, 2020 14:46
@hemanttanwar hemanttanwar merged commit 4098541 into Azure:master Apr 29, 2020
@saragluna saragluna deleted the feature/spring-boot-aad branch March 17, 2022 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants