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: .changes/next-release/bugfix-AWSSDKforJavav2-e869e94.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,5 @@
2
2
"type": "bugfix",
3
3
"category": "AWS SDK for Java v2",
4
4
"contributor": "",
5
-
"description": "Update non-streaming error unmarshalling to use the same mapping function that was previously implemented for streaming operations, which allows to deprecate createErrorResponseHandler(JsonOperationMetadata) method."
5
+
"description": "Enhance non-streaming error unmarshalling to properly unmarshall exceptions to their expected types."
Copy file name to clipboardExpand all lines: codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/sra/test-aws-json-async-client-class.java
Copy file name to clipboardExpand all lines: codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/sra/test-cbor-async-client-class.java
Copy file name to clipboardExpand all lines: codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/sra/test-json-async-client-class.java
Copy file name to clipboardExpand all lines: codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/test-aws-json-async-client-class.java
Copy file name to clipboardExpand all lines: codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/test-aws-query-compatible-json-async-client-class.java
+26-24
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ final class DefaultQueryToJsonCompatibleAsyncClient implements QueryToJsonCompat
Copy file name to clipboardExpand all lines: codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/test-aws-query-compatible-json-sync-client-class.java
+26-24
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ final class DefaultQueryToJsonCompatibleClient implements QueryToJsonCompatibleC
0 commit comments