Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Core beta release preparation for September 2021 #865

Merged
merged 6 commits into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ buildscript {
ext {
googleGmsServicesPluginVersion = "4.3.8"
gradleAndroidBuildToolsPluginVersion = "30.0.3"
gradleAndroidToolsPluginVersion = "4.0.1"
gradleAndroidToolsPluginVersion = "4.2.1"
gradleJunitJacocoPluginVersion = "0.16.0"
gradleDexcountPluginVersion = "2.0.0"
gradleSpotbugsPluginVersion = "4.6.0"
gradleDexcountPluginVersion = "3.0.0"
gradleSpotbugsPluginVersion = "4.7.4"
gradleAndroidJunit5PluginVersion = "1.7.1.1"
jacocoVersion = "0.8.5"
junitJupiterVersion = "5.7.0"
mockitoVersion = "3.3.3"
orgtestngVersion = "6.9.6"
okHttpVersion = "4.8.1"
jacocoVersion = "0.8.7"
junitJupiterVersion = "5.7.2"
mockitoVersion = "3.12.4"
orgtestngVersion = "7.4.0"
okHttpVersion = "4.9.1"
qualityReportsPuppycrawlVersion = "8.29"
qualityReportsJunitVersion = "4.13.1"
qualityReportsJunitVersion = "4.13.2"
reactorCoreVersion = "3.3.11.RELEASE"
reactorTestVersion = "3.3.11.RELEASE"
slf4jApiVersion = "1.7.30"
wireMockVersion = "2.24.1"
slf4jApiVersion = "1.7.32"
wireMockVersion = "2.27.2"
}

dependencies {
Expand Down Expand Up @@ -192,7 +192,7 @@ configure(subprojects.findAll { it.path.startsWith(':sdk:') && it.path.count(':'
property 'version', project.getProperty("newVersion")
}
}

task retrieveProjectProperties {
doLast {
println(project.properties['version'] + '~' +
Expand Down Expand Up @@ -261,25 +261,25 @@ allprojects {
}

ext {
androidxTestVersion = "1.3.0"
androidxTestVersion = "1.4.0"
annotationsVersion = "1.1.0"
appCompatVersion = "1.2.0"
archCoreTestVersion = "2.1.0"
azureCommunicationCommonVersion = "1.0.1"
azureCoreVersion = "1.0.0-beta.6"
concurrentFuturesVersion = "1.0.0"
dataproviderVersion = "2.6"
jacksonVersion = "2.11.2"
jacksonVersion = "2.12.5"
jUnitVersion = "5.7.0"
lifecycleVersion = "2.2.0"
nimbusJoseJwtTestVersion = "9.1.2"
nimbusJoseJwtTestVersion = "9.13"
okHttpVersion = "3.14.9"
retrofitVersion = "2.9.0"
retroFutureVersion = "1.7.3"
roomVersion = "2.2.5"
staxApiVersion = "1.0-2"
threeTenAbpVersion = "1.3.0"
threeTenBpVersion = "1.5.0"
threeTenAbpVersion = "1.3.1"
threeTenBpVersion = "1.5.1"
trouterVersion = "0.0.1-beta.3"
workVersion = "2.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
3 changes: 1 addition & 2 deletions sdk/core/azure-core-credential/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release History

## 1.0.0-beta.7 (Unreleased)

## 1.0.0-beta.7 (2021-09-08)

## 1.0.0-beta.6 (2021-06-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-credential/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Azure Core Credentials provides shared primitives, abstractions, and helpers aut
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-credential</artifactId>
<version>1.0.0-beta.6</version>
<version>1.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/core/azure-core-http-httpurlconnection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release History

## 1.0.0-beta.7 (Unreleased)

## 1.0.0-beta.7 (2021-09-08)
Copy link
Member

Choose a reason for hiding this comment

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

We should include some notes on what changed here


## 1.0.0-beta.6 (2021-06-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-http-httpurlconnection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Azure Core HttpUrlConnection HTTP client is a plugin for the `azure-core` HTTP c
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-httpurlconnection</artifactId>
<version>1.0.0-beta.6</version>
<version>1.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/core/azure-core-http-okhttp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release History

## 1.0.0-beta.7 (Unreleased)

## 1.0.0-beta.7 (2021-09-08)

## 1.0.0-beta.6 (2021-06-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-http-okhttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.0.0-beta.6</version>
<version>1.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/core/azure-core-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release History

## 1.0.0-beta.7 (Unreleased)

## 1.0.0-beta.7 (2021-09-08)

## 1.0.0-beta.6 (2021-06-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Azure Core HTTP provides shared primitives, abstractions, and helpers for concre
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http</artifactId>
<version>1.0.0-beta.6</version>
<version>1.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/core/azure-core-jackson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release History

## 1.0.0-beta.7 (Unreleased)

## 1.0.0-beta.7 (2021-09-08)

## 1.0.0-beta.6 (2021-06-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-jackson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Azure Core library for serialization and deserialization using Jackson.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-jackson</artifactId>
<version>1.0.0-beta.6</version>
<version>1.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/core/azure-core-logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release History

## 1.0.0-beta.7 (Unreleased)

## 1.0.0-beta.7 (2021-09-08)

## 1.0.0-beta.6 (2021-06-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Azure Core logging provides shared primitives, abstractions, and helpers for log
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-logging</artifactId>
<version>1.0.0-beta.6</version>
<version>1.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/core/azure-core-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release History

## 1.0.0-beta.7 (Unreleased)

## 1.0.0-beta.7 (2021-09-08)

## 1.0.0-beta.6 (2021-06-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Azure Core REST provides client abstraction to make HTTP REST Calls.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-rest</artifactId>
<version>1.0.0-beta.6</version>
<version>1.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/core/azure-core-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release History

## 1.0.0-beta.7 (Unreleased)

## 1.0.0-beta.7 (2021-09-08)

## 1.0.0-beta.6 (2021-06-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use this package, add the following to your _pom.xml_.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-beta.6</version>
<version>1.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 2 additions & 1 deletion sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Release History

## 1.0.0-beta.7 (Unreleased)

## 1.0.0-beta.7 (2021-09-08)

### Breaking Changes
- Changed `UserAgentPolicy` to throw if a user-given `applicationId` is longer than 24 characters or contain spaces, according to the design guidelines.
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Azure Core Micro provides shared primitives, abstractions, and helpers for moder
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-beta.6</version>
<version>1.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down