Skip to content

Commit

Permalink
chore: Use Smithy 1.52.1 (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Oct 28, 2024
1 parent bb1d1d5 commit 28ac842
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions codegen/protocol-test-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ fun generateSmithyBuild(tests: List<ProtocolTest>): String {
"${test.serviceShapeId}"
]
}
},
{
"name": "removeUnusedShapes"
}
],
"plugins": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class RestXMLProtocolGenerator : AWSHTTPBindingProtocolGenerator(RestXMLCustomiz
"SDKAppendedGzipAfterProvidedEncoding_restXml", // not implemented yet (request compression)
"S3PreservesEmbeddedDotSegmentInUriLabel", // moved to s3-tests.smithy
"S3PreservesLeadingDotSegmentInUriLabel", // moved to s3-tests.smithy
"NestedXmlMapWithXmlNameSerializes", // broken in Smithy 1.52, should be fixed in next release
)

override fun generateDeserializers(ctx: ProtocolGenerator.GenerationContext) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.code.style=official
org.gradle.jvmargs=-Xmx4096M

# codegen
smithyVersion=1.52.0
smithyVersion=1.52.1
smithyGradleVersion=0.6.0

smithySwiftVersion = 0.1.0
Expand Down

0 comments on commit 28ac842

Please sign in to comment.