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: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# __1.12.280____2022-08-11__
2
+
## __AWS Backup Storage__
3
+
-### Features
4
+
- This is the first public release of AWS Backup Storage. We are exposing some previously-internal APIs for use by external services. These APIs are not meant to be used directly by customers.
5
+
6
+
## __AWS Glue__
7
+
-### Features
8
+
- Add support for Python 3.9 AWS Glue Python Shell jobs
9
+
10
+
## __AWS Private 5G__
11
+
-### Features
12
+
- This is the initial SDK release for AWS Private 5G. AWS Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location.
@@ -123,7 +122,7 @@ GitHub [issues][sdk-issues] is the preferred channel to interact with our team.
123
122
* If it turns out that you may have found a bug, please open an [issue][sdk-issues]
124
123
125
124
## Maintenance and Support for SDK Major Versions
126
-
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:
125
+
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:
127
126
128
127
*[AWS SDKs and Tools Maintenance Policy][maintenance-policy]
129
128
*[AWS SDKs and Tools Version Support Matrix][version-matrix]
@@ -139,24 +138,45 @@ A version 2.x of the SDK is generally available. It is a major rewrite of the 1.
139
138
140
139
For more information see the [AWS SDK for Java 2.x Developer Guide][sdk-v2-dev-guide] or check the project repository in https://github.com/aws/aws-sdk-java-v2.
The AWS Java SDK version 1 (v1) supports Java versions from 7 to 16. The Java 17 version introduces strong encapsulation of internal Java elements, which is not backwards-compatible with the Java SDK v1.
144
+
This may cause issues for certain use-cases of the SDK. If you plan to use Java 17+, we recommend that you migrate to
145
+
[AWS SDK for Java 2.x][aws-sdk-for-java-2x] that fully supports Java 8, Java 11, and Java 17 Long-Term Support(LTS) releases.
146
+
147
+
If you are experiencing issues with Java 17+ and unable to migrate to AWS SDK for Java v2 at this time, below are the workarounds that you might find helpful.
148
+
Please keep in mind that these workarounds may not work in the future
149
+
versions of Java. See [JEP 403: Strongly Encapsulate JDK Internals][jep-403]
150
+
and [Breaking Encapsulation][jep-break-encapsulation]
151
+
for more details.
152
+
153
+
**Error: com.amazonaws.AmazonServiceException: Unable to unmarshall
154
+
exception response with the unmarshallers provided caused by java.lang.
155
+
reflect.InaccessibleObjectException**
156
+
157
+
- use JVM option `--add-opens java.base/java.lang=ALL-UNNAMED` at JVM startup
158
+
159
+
**WARNING: Illegal reflective access by com.amazonaws.util.XpathUtils**
160
+
161
+
- use JVM option `--add-opens=java.xml/com.sun.org.apache.xpath.internal=ALL-UNNAMED` at JVM startup
0 commit comments