Skip to content

Commit 3e4d30e

Browse files
Merge pull request #1860 from aws/staging/66d16e29-0e27-4871-af9a-b3a93507f1da
Pull request: release <- staging/66d16e29-0e27-4871-af9a-b3a93507f1da
2 parents 35e027f + 1b03e0f commit 3e4d30e

File tree

981 files changed

+7166
-2658
lines changed

Some content is hidden

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

981 files changed

+7166
-2658
lines changed

.changes/2.17.95.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "2.17.95",
3+
"date": "2021-12-02",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Amplify UI Builder",
8+
"contributor": "",
9+
"description": "This release introduces the actions and data types for the new Amplify UI Builder API. The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in Amplify applications."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Resource Access Manager",
14+
"contributor": "",
15+
"description": "This release adds the ability to use the new ResourceRegionScope parameter on List operations that return lists of resources or resource types. This new parameter filters the results by letting you differentiate between global or regional resource types."
16+
},
17+
{
18+
"type": "bugfix",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Complete the future returned by SdkPublisher.subscribe or filter exceptionally if the subscriber or predicate throws an exception."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Network Manager",
26+
"contributor": "",
27+
"description": "This release adds API support for AWS Cloud WAN."
28+
}
29+
]
30+
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# __2.17.95__ __2021-12-02__
2+
## __AWS Amplify UI Builder__
3+
- ### Features
4+
- This release introduces the actions and data types for the new Amplify UI Builder API. The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in Amplify applications.
5+
6+
## __AWS Network Manager__
7+
- ### Features
8+
- This release adds API support for AWS Cloud WAN.
9+
10+
## __AWS Resource Access Manager__
11+
- ### Features
12+
- This release adds the ability to use the new ResourceRegionScope parameter on List operations that return lists of resources or resource types. This new parameter filters the results by letting you differentiate between global or regional resource types.
13+
14+
## __AWS SDK for Java v2__
15+
- ### Bugfixes
16+
- Complete the future returned by SdkPublisher.subscribe or filter exceptionally if the subscriber or predicate throws an exception.
17+
118
# __2.17.94__ __2021-12-01__
219
## __AWS Direct Connect__
320
- ### 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.94</version>
55+
<version>2.17.95</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.94</version>
89+
<version>2.17.95</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.94</version>
94+
<version>2.17.95</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.94</version>
106+
<version>2.17.95</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.94</version>
23+
<version>2.17.95</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.94</version>
23+
<version>2.17.95</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.94</version>
23+
<version>2.17.95</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.94</version>
23+
<version>2.17.95</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 6 additions & 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.94</version>
20+
<version>2.17.95</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1503,6 +1503,11 @@ Amazon AutoScaling, etc).</description>
15031503
<artifactId>backupgateway</artifactId>
15041504
<version>${awsjavasdk.version}</version>
15051505
</dependency>
1506+
<dependency>
1507+
<groupId>software.amazon.awssdk</groupId>
1508+
<artifactId>amplifyuibuilder</artifactId>
1509+
<version>${awsjavasdk.version}</version>
1510+
</dependency>
15061511
</dependencies>
15071512
<build>
15081513
<finalName>${project.artifactId}-${project.version}</finalName>

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.94</version>
23+
<version>2.17.95</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 6 additions & 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.94</version>
20+
<version>2.17.95</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -1643,6 +1643,11 @@
16431643
<artifactId>backupgateway</artifactId>
16441644
<version>${awsjavasdk.version}</version>
16451645
</dependency>
1646+
<dependency>
1647+
<groupId>software.amazon.awssdk</groupId>
1648+
<artifactId>amplifyuibuilder</artifactId>
1649+
<version>${awsjavasdk.version}</version>
1650+
</dependency>
16461651
</dependencies>
16471652
</dependencyManagement>
16481653
</project>

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.94</version>
24+
<version>2.17.95</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.94</version>
25+
<version>2.17.95</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.94</version>
24+
<version>2.17.95</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-lite/src/test/java/software/amazon/awssdk/codegen/lite/regions/RegionGenerationTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
import java.io.File;
2121
import java.nio.file.Paths;
22-
import org.junit.Before;
23-
import org.junit.Test;
22+
import org.junit.jupiter.api.BeforeEach;
23+
import org.junit.jupiter.api.Test;
2424
import software.amazon.awssdk.codegen.lite.regions.model.Partition;
2525
import software.amazon.awssdk.codegen.lite.regions.model.Partitions;
2626

@@ -35,7 +35,7 @@ public class RegionGenerationTest {
3535
private File endpoints;
3636
private Partitions partitions;
3737

38-
@Before
38+
@BeforeEach
3939
public void before() throws Exception {
4040
this.endpoints = Paths.get(getClass().getResource(ENDPOINTS).toURI()).toFile();
4141
this.partitions = RegionMetadataLoader.build(endpoints);

codegen-lite/src/test/java/software/amazon/awssdk/codegen/lite/regions/RegionValidationUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import static org.junit.Assert.assertFalse;
1818
import static org.junit.Assert.assertTrue;
1919

20-
import org.junit.Test;
20+
import org.junit.jupiter.api.Test;
2121

2222
public class RegionValidationUtilTest {
2323

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.94</version>
25+
<version>2.17.95</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.94</version>
24+
<version>2.17.95</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

codegen/src/test/java/software/amazon/awssdk/codegen/IntermediateModelBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import static org.junit.Assert.assertTrue;
2222

2323
import java.io.File;
24-
import org.junit.Test;
24+
import org.junit.jupiter.api.Test;
2525
import software.amazon.awssdk.codegen.model.config.customization.CustomizationConfig;
2626
import software.amazon.awssdk.codegen.model.intermediate.IntermediateModel;
2727
import software.amazon.awssdk.codegen.model.intermediate.ShapeModel;

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;
20+
import org.junit.jupiter.api.BeforeAll;
2121
import org.junit.Rule;
22-
import org.junit.Test;
22+
import org.junit.jupiter.api.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-
@BeforeClass
45+
@BeforeAll
4646
public static void setup() {
4747
String c2jFilePath = UseLegacyEventGenerationSchemeProcessorTest.class.getResource(RESOURCE_ROOT + "/service-2.json").getFile();
4848
File c2jFile = new File(c2jFilePath);

codegen/src/test/java/software/amazon/awssdk/codegen/emitters/CodeTransformerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import static org.mockito.Mockito.mock;
2121
import static org.mockito.Mockito.when;
2222

23-
import org.junit.Test;
23+
import org.junit.jupiter.api.Test;
2424

2525
public class CodeTransformerTest {
2626

codegen/src/test/java/software/amazon/awssdk/codegen/emitters/PoetGeneratorTaskIntegrationTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
import java.util.ArrayList;
3232
import java.util.Collections;
3333
import java.util.List;
34-
import org.junit.After;
35-
import org.junit.Test;
34+
import org.junit.jupiter.api.AfterEach;
35+
import org.junit.jupiter.api.Test;
3636
import software.amazon.awssdk.codegen.poet.ClassSpec;
3737

3838
public final class PoetGeneratorTaskIntegrationTest {
@@ -54,7 +54,7 @@ public void canGenerateJavaClass() throws Exception {
5454
assertThat(contents, both(containsString(PACKAGE)).and(startsWith(fileHeader)));
5555
}
5656

57-
@After
57+
@AfterEach
5858
public void cleanUp() {
5959
tempDirectories.forEach(safeConsumer(tempDir -> {
6060
List<Path> files = Files.walk(Paths.get(tempDir)).collect(toList());

codegen/src/test/java/software/amazon/awssdk/codegen/emitters/UnusedImportRemoverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import java.nio.file.Files;
2323
import java.nio.file.Paths;
24-
import org.junit.Test;
24+
import org.junit.jupiter.api.Test;
2525

2626
public class UnusedImportRemoverTest {
2727

codegen/src/test/java/software/amazon/awssdk/codegen/internal/DocumentationUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import org.hamcrest.Matchers;
1818
import org.junit.Assert;
19-
import org.junit.Test;
19+
import org.junit.jupiter.api.Test;
2020

2121

2222
public class DocumentationUtilsTest {

codegen/src/test/java/software/amazon/awssdk/codegen/internal/UtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import java.util.HashMap;
2323
import java.util.Map;
24-
import org.junit.Test;
24+
import org.junit.jupiter.api.Test;
2525

2626
public class UtilsTest {
2727
final Map<String,String> capitalizedToUncapitalized = new HashMap<String,String>() {{

codegen/src/test/java/software/amazon/awssdk/codegen/jmespath/JmesPathParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import static org.assertj.core.api.Assertions.assertThat;
1919

20-
import org.junit.Test;
20+
import org.junit.jupiter.api.Test;
2121
import software.amazon.awssdk.codegen.jmespath.component.Comparator;
2222
import software.amazon.awssdk.codegen.jmespath.component.Expression;
2323
import software.amazon.awssdk.codegen.jmespath.parser.JmesPathParser;

codegen/src/test/java/software/amazon/awssdk/codegen/model/intermediate/DocumentationBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import static org.assertj.core.api.Assertions.assertThat;
2020
import static software.amazon.awssdk.codegen.TestStringUtils.toPlatformLfs;
2121

22-
import org.junit.Test;
22+
import org.junit.jupiter.api.Test;
2323
import software.amazon.awssdk.codegen.docs.DocumentationBuilder;
2424

2525
public class DocumentationBuilderTest {

codegen/src/test/java/software/amazon/awssdk/codegen/model/intermediate/IntermediateModelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import java.io.File;
2121
import java.util.Collections;
22-
import org.junit.Test;
22+
import org.junit.jupiter.api.Test;
2323
import software.amazon.awssdk.codegen.C2jModels;
2424
import software.amazon.awssdk.codegen.IntermediateModelBuilder;
2525
import software.amazon.awssdk.codegen.model.config.customization.CustomizationConfig;

codegen/src/test/java/software/amazon/awssdk/codegen/model/service/PaginatorDefinitionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import java.util.Arrays;
2323
import java.util.Collections;
24-
import org.junit.Test;
24+
import org.junit.jupiter.api.Test;
2525

2626
public class PaginatorDefinitionTest {
2727

codegen/src/test/java/software/amazon/awssdk/codegen/poet/PoetCollectorsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import com.squareup.javapoet.CodeBlock;
2121
import java.util.stream.Stream;
22-
import org.junit.Test;
22+
import org.junit.jupiter.api.Test;
2323

2424
/**
2525
* Validate functionality of the {@link PoetCollectors}.

codegen/src/test/java/software/amazon/awssdk/codegen/poet/builder/BuilderClassTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import static software.amazon.awssdk.codegen.poet.PoetMatchers.generatesTo;
2020

2121
import java.util.function.Function;
22-
import org.junit.Test;
22+
import org.junit.jupiter.api.Test;
2323
import software.amazon.awssdk.codegen.model.intermediate.IntermediateModel;
2424
import software.amazon.awssdk.codegen.poet.ClassSpec;
2525
import software.amazon.awssdk.codegen.poet.ClientTestModels;

codegen/src/test/java/software/amazon/awssdk/codegen/poet/client/PoetClientFunctionalTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import static org.hamcrest.MatcherAssert.assertThat;
1919
import static software.amazon.awssdk.codegen.poet.PoetMatchers.generatesTo;
2020

21-
import org.junit.Test;
21+
import org.junit.jupiter.api.Test;
2222
import software.amazon.awssdk.codegen.emitters.GeneratorTaskParams;
2323
import software.amazon.awssdk.codegen.model.intermediate.IntermediateModel;
2424
import software.amazon.awssdk.codegen.poet.ClassSpec;

0 commit comments

Comments
 (0)