Skip to content

Commit 4ff933b

Browse files
committed
Add more changelog, fix integ-test build spec, fix version
1 parent 641e19e commit 4ff933b

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

.changes/2.1.0.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"date": "2018-11-19",
33
"version": "2.1.0",
44
"entries": [
5+
{
6+
"category": "AWS SDK for Java v2",
7+
"type": "feature",
8+
"description": "AWS SDK for Java v2 is generally available now. To get started, please see this [blog post](https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-x-released/)."
9+
},
510
{
611
"category": "Netty NIO Async HTTP Client",
712
"type": "bugfix",
@@ -13,9 +18,9 @@
1318
"description": "Temporarily removed OSGi support because the Netty HTTP client does not yet support it. See [#726](https://github.com/aws/aws-sdk-java-v2/issues/726)"
1419
},
1520
{
16-
"category": "core",
21+
"category": "AWS SDK for Java v2",
1722
"type": "feature",
18-
"description": "Netty 4.1.31.Final"
23+
"description": "Update Netty version to Netty 4.1.31.Final"
1924
}
2025
]
2126
}

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# __2.1.0__ __2018-11-19__
22
## __AWS SDK for Java v2__
3+
- ### Features
4+
- AWS SDK for Java v2 is generally available now. To get started, please see this [blog post](https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-x-released/).
5+
- Update Netty version to Netty 4.1.31.Final
6+
37
- ### Bugfixes
48
- Temporarily removed OSGi support because the Netty HTTP client does not yet support it. See [#726](https://github.com/aws/aws-sdk-java-v2/issues/726)
59

610
## __Netty NIO Async HTTP Client__
711
- ### Bugfixes
812
- Not invoke fireExceptionCaught if the channel is not active. see [#452](https://github.com/aws/aws-sdk-java-v2/issues/452)
913

10-
## __core__
11-
- ### Features
12-
- Netty 4.1.31.Final
13-
1414
# __2.0.0-preview-13__ __2018-11-13__
1515
## __AWS SDK for Java v2__
1616
- ### Features

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AWS SDK for Java 2.0
22
[![Build Status](https://travis-ci.org/aws/aws-sdk-java-v2.svg?branch=master)](https://travis-ci.org/aws/aws-sdk-java-v2) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiTFJSRXBBN1hkU1ZEQzZ4M1hoaWlFUExuNER3WjNpVllSQ09Qam1YdFlTSDNTd3RpZzNia3F0VkJRUTBwZlQwR1BEelpSV2dWVnp4YTBCOFZKRzRUR004PSIsIml2UGFyYW1ldGVyU3BlYyI6ImdHdEp1UHhKckpDRmhmQU4iLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
33
[![Maven](https://img.shields.io/maven-central/v/software.amazon.awssdk/s3.svg?label=Maven)](https://search.maven.org/search?q=g:%22software.amazon.awssdk%22%20AND%20a:%22s3%22)
4+
[![Gitter](https://badges.gitter.im/aws/aws-sdk-java-v2.svg)](https://gitter.im/aws/aws-sdk-java-v2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
45

56
The **AWS SDK for Java 2.0** is a rewrite of 1.0 with some great new features. As with version 1.0,
67
it enables you to easily work with [Amazon Web Services][aws] but also includes features like

buildspecs/integ-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 0.2
33
phases:
44
build:
55
commands:
6+
- mvn clean verify -Dskip.unit.tests -P integration-tests -Dfindbugs.skip -Dcheckstyle.skip -pl !:dynamodbmapper-v1 -Dfailsafe.rerunFailingTestsCount=1 -Dmaven.wagon.httpconnectionManager.maxPerRoute=2
67
- JAVA_VERSION=$(java -version 2>&1 | grep -i version | cut -d'"' -f2 | cut -d'.' -f1-1)
78
- echo $JAVA_VERSION
89
- |

test/module-path-tests/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.1.0-SNAPSHOT</version>
23+
<version>2.1.1-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)