wvlet / airframe

Essential Building Blocks for Scala

Home Page:https://wvlet.org/airframe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

di: Drop support for instantiating trait

xerial opened this issue · comments

registerTraitFactory doesn't work anymore since Scala 3.3.1:
#3194 (comment)

Two options:

  • Wait until experimental macro becomes stable
  • Find workaround not relying on registerTraitFactory and require using concrete classes for binding

Go with this option in #3202:

Find workaround not relying on registerTraitFactory and require using concrete classes for binding