Skip to content

Commit c07b304

Browse files
Merge pull request #1895 from aws/staging/28470116-6975-4e62-a2bf-67cbce38ed76
Pull request: release <- staging/28470116-6975-4e62-a2bf-67cbce38ed76
2 parents 6ab3275 + d0929bc commit c07b304

File tree

507 files changed

+1130
-841
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

507 files changed

+1130
-841
lines changed

.changes/2.17.112.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.17.112",
3+
"date": "2022-01-14",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Lookout for Metrics",
8+
"contributor": "",
9+
"description": "This release adds a new DeactivateAnomalyDetector API operation."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Do not fail with a parsing error when receiving 0-length chunk-encoded responses for XML services."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon CloudWatch Application Insights",
20+
"contributor": "",
21+
"description": "Application Insights support for Active Directory and SharePoint"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Honeycode",
26+
"contributor": "",
27+
"description": "Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Config",
32+
"contributor": "",
33+
"description": "Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Resource Access Manager",
38+
"contributor": "",
39+
"description": "This release adds the ListPermissionVersions API which lists the versions for a given permission."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated service endpoint metadata."
46+
}
47+
]
48+
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# __2.17.112__ __2022-01-14__
2+
## __AWS Config__
3+
- ### Features
4+
- Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources
5+
6+
## __AWS Resource Access Manager__
7+
- ### Features
8+
- This release adds the ListPermissionVersions API which lists the versions for a given permission.
9+
10+
## __AWS SDK for Java v2__
11+
- ### Features
12+
- Updated service endpoint metadata.
13+
14+
- ### Bugfixes
15+
- Do not fail with a parsing error when receiving 0-length chunk-encoded responses for XML services.
16+
17+
## __Amazon CloudWatch Application Insights__
18+
- ### Features
19+
- Application Insights support for Active Directory and SharePoint
20+
21+
## __Amazon Honeycode__
22+
- ### Features
23+
- Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails.
24+
25+
## __Amazon Lookout for Metrics__
26+
- ### Features
27+
- This release adds a new DeactivateAnomalyDetector API operation.
28+
129
# __2.17.111__ __2022-01-13__
230
## __AWS Glue__
331
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
5252
<dependency>
5353
<groupId>software.amazon.awssdk</groupId>
5454
<artifactId>bom</artifactId>
55-
<version>2.17.111</version>
55+
<version>2.17.112</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
8686
<dependency>
8787
<groupId>software.amazon.awssdk</groupId>
8888
<artifactId>ec2</artifactId>
89-
<version>2.17.111</version>
89+
<version>2.17.112</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.111</version>
94+
<version>2.17.112</version>
9595
</dependency>
9696
```
9797

@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
103103
<dependency>
104104
<groupId>software.amazon.awssdk</groupId>
105105
<artifactId>aws-sdk-java</artifactId>
106-
<version>2.17.111</version>
106+
<version>2.17.112</version>
107107
</dependency>
108108
```
109109

archetypes/archetype-app-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.111</version>
23+
<version>2.17.112</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.111</version>
23+
<version>2.17.112</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.111</version>
23+
<version>2.17.112</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.111</version>
23+
<version>2.17.112</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.17.111</version>
20+
<version>2.17.112</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.111</version>
23+
<version>2.17.112</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.17.111</version>
20+
<version>2.17.112</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.17.111</version>
24+
<version>2.17.112</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.17.111</version>
25+
<version>2.17.112</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.17.111</version>
24+
<version>2.17.112</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.17.111</version>
25+
<version>2.17.112</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.17.111</version>
24+
<version>2.17.112</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

codegen/src/test/java/software/amazon/awssdk/codegen/customization/processors/UseLegacyEventGenerationSchemeProcessorTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818

1919
import java.io.File;
20+
import org.junit.BeforeClass;
2021
import org.junit.Rule;
21-
import org.junit.jupiter.api.BeforeAll;
22-
import org.junit.jupiter.api.Test;
22+
import org.junit.Test;
2323
import org.junit.rules.ExpectedException;
2424
import software.amazon.awssdk.codegen.C2jModels;
2525
import software.amazon.awssdk.codegen.IntermediateModelBuilder;
@@ -42,7 +42,7 @@ public class UseLegacyEventGenerationSchemeProcessorTest {
4242
private static ServiceModel serviceModel;
4343

4444

45-
@BeforeAll
45+
@BeforeClass
4646
public static void setup() {
4747
String c2jFilePath = UseLegacyEventGenerationSchemeProcessorTest.class.getResource(RESOURCE_ROOT + "/service-2.json").getFile();
4848
File c2jFile = new File(c2jFilePath);

core/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.111</version>
23+
<version>2.17.112</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/arns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.111</version>
23+
<version>2.17.112</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth-crt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.17.111</version>
25+
<version>2.17.112</version>
2626
</parent>
2727

2828
<artifactId>auth-crt</artifactId>

core/auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.17.111</version>
25+
<version>2.17.112</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

core/auth/src/test/java/software/amazon/awssdk/auth/credentials/AwsCredentialsProviderChainTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
package software.amazon.awssdk.auth.credentials;
1717

18-
import static org.junit.jupiter.api.Assertions.assertEquals;
18+
import static org.junit.Assert.assertEquals;
1919

2020
import org.junit.Rule;
21-
import org.junit.jupiter.api.Test;
21+
import org.junit.Test;
2222
import org.junit.rules.ExpectedException;
2323
import software.amazon.awssdk.core.exception.SdkClientException;
2424
import software.amazon.awssdk.profiles.ProfileFile;

core/auth/src/test/java/software/amazon/awssdk/auth/credentials/HttpCredentialsProviderTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
import java.time.Duration;
3232
import java.time.Instant;
3333
import java.util.Date;
34+
import org.junit.BeforeClass;
3435
import org.junit.ClassRule;
35-
import org.junit.jupiter.api.BeforeAll;
36-
import org.junit.jupiter.api.Test;
36+
import org.junit.Test;
3737
import software.amazon.awssdk.core.exception.SdkClientException;
3838
import software.amazon.awssdk.core.util.SdkUserAgent;
3939
import software.amazon.awssdk.regions.util.ResourcesEndpointProvider;
@@ -51,7 +51,7 @@ public class HttpCredentialsProviderTest {
5151

5252
private static String successResponseWithInvalidBody;
5353

54-
@BeforeAll
54+
@BeforeClass
5555
public static void setup() throws IOException {
5656
try (InputStream successInputStream = HttpCredentialsProviderTest.class.getResourceAsStream
5757
("/resources/wiremock/successResponse.json");

core/auth/src/test/java/software/amazon/awssdk/auth/credentials/InstanceProfileCredentialsProviderTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
import com.github.tomakehurst.wiremock.matching.RequestPatternBuilder;
3232
import java.time.Duration;
3333
import java.time.Instant;
34+
import org.junit.AfterClass;
35+
import org.junit.Before;
3436
import org.junit.Rule;
35-
import org.junit.jupiter.api.AfterAll;
36-
import org.junit.jupiter.api.BeforeEach;
37-
import org.junit.jupiter.api.Test;
37+
import org.junit.Test;
3838
import org.junit.rules.ExpectedException;
3939
import software.amazon.awssdk.core.SdkSystemSetting;
4040
import software.amazon.awssdk.core.exception.SdkClientException;
@@ -57,12 +57,12 @@ public class InstanceProfileCredentialsProviderTest {
5757
@Rule
5858
public WireMockRule mockMetadataEndpoint = new WireMockRule();
5959

60-
@BeforeEach
60+
@Before
6161
public void methodSetup() {
6262
System.setProperty(SdkSystemSetting.AWS_EC2_METADATA_SERVICE_ENDPOINT.property(), "http://localhost:" + mockMetadataEndpoint.port());
6363
}
6464

65-
@AfterAll
65+
@AfterClass
6666
public static void teardown() {
6767
System.clearProperty(SdkSystemSetting.AWS_EC2_METADATA_SERVICE_ENDPOINT.property());
6868
}

core/aws-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.17.111</version>
25+
<version>2.17.112</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

core/json-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.111</version>
23+
<version>2.17.112</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/metrics-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>core</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.17.111</version>
8+
<version>2.17.112</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/metrics-spi/src/test/java/software/amazon/awssdk/metrics/internal/DefaultMetricCollectorTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
import static org.assertj.core.api.Assertions.assertThat;
1919

2020
import java.util.stream.Stream;
21+
import org.junit.AfterClass;
2122
import org.junit.Rule;
22-
import org.junit.jupiter.api.AfterAll;
23-
import org.junit.jupiter.api.Test;
23+
import org.junit.Test;
2424
import org.junit.rules.ExpectedException;
2525
import software.amazon.awssdk.metrics.MetricCategory;
2626
import software.amazon.awssdk.metrics.MetricCollection;
@@ -34,7 +34,7 @@ public class DefaultMetricCollectorTest {
3434
@Rule
3535
public ExpectedException thrown = ExpectedException.none();
3636

37-
@AfterAll
37+
@AfterClass
3838
public static void teardown() {
3939
DefaultSdkMetric.clearDeclaredMetrics();
4040
}

0 commit comments

Comments
 (0)