Skip to content

Commit

Permalink
eng, sync core and prepare release 0.27.5 (#3032)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Feb 27, 2025
1 parent a54b81d commit 8f9817c
Show file tree
Hide file tree
Showing 30 changed files with 686 additions and 453 deletions.
2 changes: 1 addition & 1 deletion azure-dataplane-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.15.9</version>
<version>1.15.10</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions azure-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.16.1</version>
<version>1.16.2</version>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.15.9</version>
<version>1.15.10</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion core
Submodule core updated 347 files
6 changes: 3 additions & 3 deletions customization-base/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.55.1</version>
<version>1.55.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.15.9</version>
<version>1.15.10</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.27.0-beta.6</version>
<version>1.27.0-beta.7</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions customization-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.15.9</version>
<version>1.15.10</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.27.0-beta.6</version>
<version>1.27.0-beta.7</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions fluent-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.16.1</version>
<version>1.16.2</version>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.27.0-beta.6</version>
<version>1.27.0-beta.7</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -109,7 +109,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.15.2</version>
<version>1.15.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.55.1</version>
<version>1.55.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -129,7 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<configuration>
<includes>
<include>**/*Test.java</include>
Expand Down Expand Up @@ -190,7 +190,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down
12 changes: 6 additions & 6 deletions protocol-sdk-integration-tests/eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
com.azure:azure-core;1.55.1;1.55.1
com.azure:azure-core-experimental;1.0.0-beta.58;1.0.0-beta.58
com.azure:azure-core-http-netty;1.15.9;1.15.9
com.azure:azure-core-management;1.16.1;1.16.1
com.azure:azure-core-test;1.27.0-beta.6;1.27.0-beta.6
com.azure:azure-core;1.55.2;1.55.2
com.azure:azure-core-experimental;1.0.0-beta.59;1.0.0-beta.59
com.azure:azure-core-http-netty;1.15.10;1.15.10
com.azure:azure-core-management;1.16.2;1.16.2
com.azure:azure-core-test;1.27.0-beta.7;1.27.0-beta.7

com.azure:azure-identity;1.15.2;1.15.2
com.azure:azure-identity;1.15.3;1.15.3
com.azure:azure-json;1.4.0;1.4.0
2 changes: 1 addition & 1 deletion protocol-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.27.0-beta.6</version>
<version>1.27.0-beta.7</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
6 changes: 6 additions & 0 deletions typespec-extension/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 0.27.5 (2025-02-27)

Compatible with compiler 0.65.

- Improved diagnostics.

## 0.27.4 (2025-02-12)

Compatible with compiler 0.65.
Expand Down
Loading

0 comments on commit 8f9817c

Please sign in to comment.