-
Notifications
You must be signed in to change notification settings - Fork 31
feat: provide client config property for region provider #1210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
...otlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core/KotlinDependency.kt
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
ianbotsf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correctness: It seems we never added unit tests for RegionSupport. Let's add some and verify the codegen we expect to see.
...gen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/aws/customization/RegionSupport.kt
Show resolved
Hide resolved
...gen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/aws/customization/RegionSupport.kt
Show resolved
Hide resolved
...gen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/aws/customization/RegionSupport.kt
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
ianbotsf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correctness: It seems we never added unit tests for RegionSupport. Let's add some and verify the codegen we expect to see.
Correctness: We now have v1.5-main branches. Since this is a breaking change, we should update the destination branch from main to v1.5-main.
...gen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/aws/customization/RegionSupport.kt
Show resolved
Hide resolved
...gen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/aws/customization/RegionSupport.kt
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ianbotsf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor feedback only. Fix and ship!
...src/test/kotlin/software/amazon/smithy/kotlin/codegen/aws/customization/RegionSupportTest.kt
Outdated
Show resolved
Hide resolved
...smithy-client/common/test/aws/smithy/kotlin/runtime/client/region/RegionProviderChainTest.kt
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Affected ArtifactsSignificantly increased in size
Changed in size
|
Issue #
#1478
Description of changes
Add Kotlin Coroutine dependency that will be used in aws/aws-sdk-kotlin#1488
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.