Skip to content

Commit e29592a

Browse files
authored
bump smithy to 1.54.0 and re-enable protocol tests (#1864)
1 parent 2db3f24 commit e29592a

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/protocols/awsjson/AWSJSON1_0ProtocolGenerator.kt

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class AWSJSON1_0ProtocolGenerator : AWSHTTPBindingProtocolGenerator(AWSJSONCusto
2828
setOf(
2929
"SDKAppliedContentEncoding_awsJson1_0",
3030
"SDKAppendsGzipAndIgnoresHttpProvidedEncoding_awsJson1_0",
31-
"AwsJson10ClientPopulatesDefaultValuesInInput", // TODO: broken in Smithy 1.53.0
32-
"AwsJson10ClientPopulatesDefaultsValuesWhenMissingInResponse", // TODO: broken in Smithy 1.53.0
3331
)
3432

3533
override fun getProtocolHttpBindingResolver(

codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/protocols/restjson/AWSRestJson1ProtocolGenerator.kt

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ class AWSRestJson1ProtocolGenerator : AWSHTTPBindingProtocolGenerator(RestJSONCu
1919
setOf(
2020
"SDKAppliedContentEncoding_restJson1",
2121
"SDKAppendedGzipAfterProvidedEncoding_restJson1",
22-
"RestJsonClientPopulatesDefaultValuesInInput", // TODO: broken in Smithy 1.53.0
23-
"RestJsonClientPopulatesDefaultsValuesWhenMissingInResponse", // TODO: broken in Smithy 1.53.0
2422
)
2523

2624
override fun httpBodyMembers(

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin.code.style=official
33
org.gradle.jvmargs=-Xmx4096M
44

55
# codegen
6-
smithyVersion=1.53.0
6+
smithyVersion=1.54.0
77
smithyGradleVersion=0.6.0
88

99
smithySwiftVersion = 0.1.0

0 commit comments

Comments
 (0)