Storm already ships Ktor integration: the install(Storm) plugin with HOCON auto-configuration, repository auto-registration, coroutine-aware transactions, and storm-ktor-test. As with Spring Boot, the integration exists and works, and the 1.13.0 milestone tightens it. This issue settles the dependency injection story.
Support only the built-in DI:
Tasks:
Storm already ships Ktor integration: the
install(Storm)plugin with HOCON auto-configuration, repository auto-registration, coroutine-aware transactions, and storm-ktor-test. As with Spring Boot, the integration exists and works, and the 1.13.0 milestone tightens it. This issue settles the dependency injection story.Support only the built-in DI:
Tasks:
ORMTemplateand the registered repositories throughktor-server-di(new storm-ktor-di module, or folded into storm-ktor behind an optional dependency)