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
I see that #20 added @BoundedContext and @Module to jmolecules-ddd, but not to kmolecules-ddd. Ideally these two libraries should mirror what they provide, right?
Spring Modulith currently throws a NoClassDefFoundError, because org.jmolecules.annotation.ddd.Module is not provided by kmolecules-ddd: spring-projects/spring-modulith#801
The text was updated successfully, but these errors were encountered:
Hm, I guess these annotations weren't added to kmolecules-ddd, because Kotlin doesn't provide a way to define package-level annotations and that's where these annotations will typically be used?
I see that #20 added
@BoundedContext
and@Module
tojmolecules-ddd
, but not tokmolecules-ddd
. Ideally these two libraries should mirror what they provide, right?Spring Modulith currently throws a
NoClassDefFoundError
, becauseorg.jmolecules.annotation.ddd.Module
is not provided bykmolecules-ddd
: spring-projects/spring-modulith#801The text was updated successfully, but these errors were encountered: