You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,18 +143,22 @@ You can find sample code for v2 in the following places:
143
143
* Integration tests in this repo. They are located in the `it` directory under each service module, eg: [s3-integration-tests]
144
144
145
145
## Maintenance and Support for SDK Major Versions
146
-
For information about maintenance and support for SDK major versions and their underlying dependencies, see the following in the AWS SDKs and Tools Shared Configuration and Credentials Reference Guide:
146
+
For information about maintenance and support for SDK major versions and their underlying dependencies, see the following in the AWS SDKs and Tools Reference Guide:
147
147
148
148
*[AWS SDKs and Tools Maintenance Policy][maintenance-policy]
149
149
*[AWS SDKs and Tools Version Support Matrix][version-matrix]
150
150
151
+
## Maintenance and Support for Java Versions
152
+
153
+
We maintain full support on Long-Term Support(LTS) releases: Java 8, Java 11, and Java 17.
154
+
151
155
## Giving Feedback
152
156
We need your help in making this SDK great. Please participate in the community and contribute to this effort by submitting issues, participating in discussion forums and submitting pull requests through the following channels:
153
157
154
-
* Submit [issues][sdk-issues] - this is the preferred channel to interact with our team
155
-
* Come join the AWS Java community chat on [Gitter][gitter]
158
+
* Submit [issues][sdk-issues] - this is the **preferred** channel to interact with our team
156
159
* Articulate your feature request or upvote existing ones on our [Issues][features] page
157
160
* Send feedback directly to the team at aws-java-sdk-v2-feedback@amazon.com
161
+
* Come join the AWS Java community chat on [Gitter][gitter]
0 commit comments