Skip to content

Commit 96802bc

Browse files
committed
Generated java-async 2019-03-15 for adb.
1 parent d31adb7 commit 96802bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

adb-20190315/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-11-04 Version: 5.0.10
2+
- Generated java-async 2019-03-15 for adb.
3+
14
2025-10-29 Version: 5.0.9
25
- Generated java-async 2019-03-15 for adb.
36

adb-20190315/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-adb20190315</artifactId>
6-
<version>5.0.9</version>
6+
<version>5.0.10</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-adb20190315</name>
99
<description>Alibaba Cloud adb (20190315) Async SDK for Java
@@ -104,12 +104,11 @@
104104
<plugin>
105105
<groupId>org.sonatype.central</groupId>
106106
<artifactId>central-publishing-maven-plugin</artifactId>
107-
<version>0.8.0</version>
107+
<version>0.9.0</version>
108108
<extensions>true</extensions>
109109
<configuration>
110110
<publishingServerId>central</publishingServerId>
111111
<autoPublish>true</autoPublish>
112-
<waitUntil>published</waitUntil>
113112
</configuration>
114113
</plugin>
115114
</plugins>

adb-20190315/src/main/java/com/aliyun/sdk/service/adb20190315/models/DescribeSqlPatternRequest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public class DescribeSqlPatternRequest extends Request {
4545

4646
@com.aliyun.core.annotation.Query
4747
@com.aliyun.core.annotation.NameInMap("StartTime")
48-
@com.aliyun.core.annotation.Validation(required = true)
4948
private String startTime;
5049

5150
@com.aliyun.core.annotation.Query
@@ -281,7 +280,6 @@ public Builder sqlPattern(String sqlPattern) {
281280
* <blockquote>
282281
* <p>Only data within the last 30 days can be queried.</p>
283282
* </blockquote>
284-
* <p>This parameter is required.</p>
285283
*
286284
* <strong>example:</strong>
287285
* <p>2021-08-30</p>

0 commit comments

Comments
 (0)