Skip to content

Commit

Permalink
Update Azure Core versions for July 2020 release (#12781)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored Jul 2, 2020
1 parent 7df8eaf commit 255a2ab
Show file tree
Hide file tree
Showing 30 changed files with 122 additions and 61 deletions.
8 changes: 4 additions & 4 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>1.3.0</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -69,12 +69,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.5.3</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->
<version>1.2.4</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
18 changes: 9 additions & 9 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ com.azure:azure-sdk-parent;1.6.0;1.6.0
com.azure:azure-client-sdk-parent;1.7.0;1.7.0
com.azure:azure-ai-formrecognizer;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-ai-textanalytics;1.0.0;1.1.0-beta.1
com.azure:azure-core;1.5.1;1.6.0-beta.1
com.azure:azure-core-amqp;1.2.0;1.3.0-beta.1
com.azure:azure-core;1.5.1;1.6.0
com.azure:azure-core-amqp;1.2.0;1.3.0
com.azure:azure-core-experimental;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-http-netty;1.5.2;1.6.0-beta.1
com.azure:azure-core-http-okhttp;1.2.3;1.3.0-beta.1
com.azure:azure-core-http-netty;1.5.2;1.5.3
com.azure:azure-core-http-okhttp;1.2.3;1.2.4
com.azure:azure-core-management;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core-serializer-avro-apache;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-serializer-avro-jackson;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-serializer-json-gson;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core-serializer-json-jackson;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core-test;1.3.0;1.4.0-beta.1
com.azure:azure-core-test;1.3.0;1.3.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-cosmos;4.1.0;4.2.0-beta.1
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
Expand Down Expand Up @@ -68,10 +68,10 @@ com.microsoft.azure:spring-data-cosmosdb;2.3.0;2.3.1-beta.1
# unreleased_<groupId>:<artifactId>;dependency-version
# note: The unreleased dependencies will not be manipulated with the automatic PR creation code.

unreleased_com.azure:azure-core-amqp;1.3.0-beta.1
unreleased_com.azure:azure-core;1.6.0-beta.1
unreleased_com.azure:azure-core-test;1.4.0-beta.1
unreleased_com.azure:azure-core-http-netty;1.6.0-beta.1
unreleased_com.azure:azure-core-amqp;1.3.0
unreleased_com.azure:azure-core;1.6.0
unreleased_com.azure:azure-core-test;1.3.1
unreleased_com.azure:azure-core-http-netty;1.5.3
unreleased_com.azure:azure-messaging-servicebus;7.0.0-beta.4

# Released Beta dependencies: Copy the entry from above, prepend "beta_", remove the current
Expand Down
4 changes: 3 additions & 1 deletion sdk/core/azure-core-amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.3.0 (2020-07-02)

- Added `createProducer` constructor which takes an additional parameter for link properties.
- Fixes `User-Agent` string to follow guidelines.

## 1.2.0 (2020-06-08)
- Fixes bug where receiver would not recover after network connection loss.
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-amqp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ own AMQP client library that abstracts from the underlying transport library's i
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/azure-core-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>1.3.0</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Java Core AMQP Library</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
7 changes: 6 additions & 1 deletion sdk/core/azure-core-experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Release History

## 1.0.0-beta.1 (Unreleased)
## 1.0.0-beta.1 (2020-07-02)

- Added `ObjectSerializer` interface containing generic serializer APIs.
- Added `JsonSerializer` interface containing JSON specific serializer APIs.
- Added `JsonNode`, and subclasses, which are strongly type representations of a JSON tree.
- Added GeoJSON classes and serializers.
49 changes: 49 additions & 0 deletions sdk/core/azure-core-experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,53 @@

Azure Core Experimental contains types that are being evaluated and might eventually become part of Azure Core, this library will always stay in a preview version and might allow breaking changes.

## Getting started

### Prerequisites

- Java Development Kit (JDK) with version 8 or above

### Include the package

[//]: # ({x-version-update-start;com.azure:azure-core-experimental;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-experimental</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})

## Key concepts

Azure Core experimental is reserved for features that are actively being prototyped and may be merged into Azure Core
in the future.

## Examples

## Troubleshooting

### Enabling Logging

Azure SDKs for Java offer a consistent logging story to help aid in troubleshooting application errors and expedite
their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help
locate the root issue. View the [logging][logging] wiki for guidance about enabling logging.

## Next steps

## Contributing

If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft
Azure Projects Contribution Guidelines](http://azure.github.io/guidelines.html).

1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
1. Commit your changes (`git commit -am 'Add some feature'`)
1. Push to the branch (`git push origin my-new-feature`)
1. Create new Pull Request

<!-- Links -->
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-experimental%2FREADME.png)
2 changes: 1 addition & 1 deletion sdk/core/azure-core-experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions sdk/core/azure-core-http-jdk-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,27 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<!-- test dependencies on azure-core, because we want to run tests inherited from this module using JDK 11 HttpClient -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.3.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.3.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion sdk/core/azure-core-http-netty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 1.6.0-beta.1 (Unreleased)
## 1.5.3 (2020-07-02)

- Updated Azure Core dependency.

## 1.5.2 (2020-06-08)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-http-netty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Azure Core Netty HTTP client is a plugin for the `azure-core` HTTP client API.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
10 changes: 5 additions & 5 deletions sdk/core/azure-core-http-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<packaging>jar</packaging>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.5.3</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->

<name>Microsoft Azure Netty HTTP Client Library</name>
<description>This package contains the Netty HTTP client plugin for azure-core.</description>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down Expand Up @@ -117,20 +117,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.3.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.3.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion sdk/core/azure-core-http-okhttp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.2.4 (2020-07-02)

- Updated Azure Core dependency.

## 1.2.3 (2020-06-08)

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 @@ -15,7 +15,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.2.2</version>
<version>1.2.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
10 changes: 5 additions & 5 deletions sdk/core/azure-core-http-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<packaging>jar</packaging>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->
<version>1.2.4</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->

<name>Microsoft Azure OkHttp HTTP Client Library</name>
<description>This package contains the OkHttp HTTP client plugin for azure-core.</description>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand All @@ -73,20 +73,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.3.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.3.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions sdk/core/azure-core-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand All @@ -78,13 +78,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.3.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.5.3</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-avro-apache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-avro-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-json-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-json-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
Loading

0 comments on commit 255a2ab

Please sign in to comment.