Skip to content

Commit c39e721

Browse files
authored
misc: bump Smithy version (#1158)
1 parent 3eba8b9 commit c39e721

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "db40be47-f4a0-4085-81f3-2dbfa7b7fe94",
3+
"type": "misc",
4+
"description": "Upgrade to Smithy 1.51.0"
5+
}

codegen/smithy-aws-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/aws/protocols/core/AwsHttpBindingProtocolGenerator.kt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,7 @@ abstract class AwsHttpBindingProtocolGenerator : HttpBindingProtocolGenerator()
3939
// The following can be used to generate only a specific test by name.
4040
// val targetedTest = TestMemberDelta(setOf("RestJsonComplexErrorWithNoMessage"), TestContainmentMode.RUN_TESTS)
4141

42-
val ignoredTests = TestMemberDelta(
43-
setOf(
44-
// Test broken in Smithy 1.50.0, should be fixed by https://github.com/smithy-lang/smithy/pull/2341
45-
"RestJsonClientIgnoresDefaultValuesIfMemberValuesArePresentInResponse",
46-
),
47-
)
42+
val ignoredTests = TestMemberDelta(setOf())
4843

4944
val requestTestBuilder = HttpProtocolUnitTestRequestGenerator.Builder()
5045
val responseTestBuilder = HttpProtocolUnitTestResponseGenerator.Builder()

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crt-kotlin-version = "0.8.9"
1717
micrometer-version = "1.13.2"
1818

1919
# codegen
20-
smithy-version = "1.50.0"
20+
smithy-version = "1.51.0"
2121
smithy-gradle-version = "0.9.0"
2222

2323
# testing

0 commit comments

Comments
 (0)