Skip to content

Commit

Permalink
eng, update core, prepare 0.25.0 (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Nov 14, 2024
1 parent 3e53732 commit fafb7e9
Show file tree
Hide file tree
Showing 3,206 changed files with 107,694 additions and 107,512 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 5 additions & 5 deletions azure-dataplane-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,31 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.15.5</version>
<version>1.15.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.3</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.3</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.9.3</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.38</version>
<version>3.4.41</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions azure-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.15.4</version>
<version>1.15.5</version>
</dependency>

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

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.3</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.3</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public final class Error implements JsonSerializable<Error> {
/*
* The constantId property.
*/
private int constantId = 1;
private final int constantId = 1;

/*
* The message property.
Expand Down Expand Up @@ -66,17 +66,6 @@ public int getConstantId() {
return this.constantId;
}

/**
* Set the constantId property: The constantId property.
*
* @param constantId the constantId value to set.
* @return the Error object itself.
*/
public Error setConstantId(int constantId) {
this.constantId = constantId;
return this;
}

/**
* Get the message property: The message property.
*
Expand Down
2 changes: 2 additions & 0 deletions checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<!-- Don't check for JavaDocPackage in samples or tests-->
<suppress checks="JavadocPackage" files=".*[/\\](samples|test)[/\\].*\.java"/>

<suppress checks="PackageName" files="_specs_[/\\].*"/>

<!-- code model -->
<suppress checks="[ParameterName|MemberName]" files="com[/\\]azure[/\\]autorest[/\\]extension[/\\]base[/\\]model[/\\]codemodel[/\\].*.java"/>
<!-- class type -->
Expand Down
2 changes: 1 addition & 1 deletion core
Submodule core updated 3553 files
6 changes: 3 additions & 3 deletions customization-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,19 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.3</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.3</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.9.3</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
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.53.0</version>
<version>1.54.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.15.5</version>
<version>1.15.6</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.27.0-beta.2</version>
<version>1.27.0-beta.3</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.5</version>
<version>1.15.6</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.27.0-beta.2</version>
<version>1.27.0-beta.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ org.apache.maven.plugins:maven-antrun-plugin
org.apache.maven.plugins:maven-checkstyle-plugin
org.apache.maven.plugins:maven-clean-plugin
org.apache.maven.plugins:maven-compiler-plugin
org.apache.maven.plugins:maven-eclipse-plugin
org.apache.maven.plugins:maven-enforcer-plugin
org.apache.maven.plugins:maven-failsafe-plugin
org.apache.maven.plugins:maven-help-plugin
Expand Down
Loading

0 comments on commit fafb7e9

Please sign in to comment.