Skip to content

Commit

Permalink
misc: bump Smithy version (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Oct 8, 2024
1 parent 3eba8b9 commit c39e721
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changes/db40be47-f4a0-4085-81f3-2dbfa7b7fe94.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "db40be47-f4a0-4085-81f3-2dbfa7b7fe94",
"type": "misc",
"description": "Upgrade to Smithy 1.51.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ abstract class AwsHttpBindingProtocolGenerator : HttpBindingProtocolGenerator()
// The following can be used to generate only a specific test by name.
// val targetedTest = TestMemberDelta(setOf("RestJsonComplexErrorWithNoMessage"), TestContainmentMode.RUN_TESTS)

val ignoredTests = TestMemberDelta(
setOf(
// Test broken in Smithy 1.50.0, should be fixed by https://github.com/smithy-lang/smithy/pull/2341
"RestJsonClientIgnoresDefaultValuesIfMemberValuesArePresentInResponse",
),
)
val ignoredTests = TestMemberDelta(setOf())

val requestTestBuilder = HttpProtocolUnitTestRequestGenerator.Builder()
val responseTestBuilder = HttpProtocolUnitTestResponseGenerator.Builder()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crt-kotlin-version = "0.8.9"
micrometer-version = "1.13.2"

# codegen
smithy-version = "1.50.0"
smithy-version = "1.51.0"
smithy-gradle-version = "0.9.0"

# testing
Expand Down

0 comments on commit c39e721

Please sign in to comment.