mrudolph1986
Results
2
comments of
mrudolph1986
Having the same problem. I want to structure my shared module by creating packages, but still depend on them. I don`t want to be forced to split it into multiple...
@odrotbohm I have created a running example: https://github.com/mrudolph1986/modulith167 The test fails with: ```shell org.springframework.modulith.core.Violations: - Module 'moduleA' depends on module 'common' via com.example.demo.moduleA.SomeA -> com.example.demo.common.mapper.Mapper. Allowed targets: moduleB, common. -...