You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The conclusion of Service Builder Improvements is the removal of the original service builder, OperationRegistryBuilder, along with it's output, Router.
A list of chores which should be done during the removal:
Remove all Router associated code, and promote the protocol specific routers code to a more accessible module.
Cleanup kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerServiceGenerator.kt and integrate it with kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerServiceGeneratorV2.kt.
The conclusion of Service Builder Improvements is the removal of the original service builder,
OperationRegistryBuilder
, along with it's output,Router
.A list of chores which should be done during the removal:
Router
associated code, and promote the protocol specific routers code to a more accessible module.from_request
/into_response
methods #1706, this can be done prior to the removal and blocks the further steps.rust-runtime/inlineable/src/server_operation_handler_trait.rs
.kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerServiceGenerator.kt
and integrate it withkotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerServiceGeneratorV2.kt
.kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerOperationHandlerGenerator.kt
.The text was updated successfully, but these errors were encountered: