Replies: 1 comment
-
I guess if you only want to do that, a simple slice ArchUnit rule would be sufficient. Preventing access to internal components is actually one of the important features of Spring Modulith on top of pure cycle prevention. I guess it would be weird to be able to disable that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As per https://docs.spring.io/spring-modulith/docs/0.1.0-M1/reference/html/#verification the verify() method does two things:
It will be nice to be able to specify, only verify 1 (that there are no cycles present) but it's okay even if some modules are accessed in internal package
@odrotbohm let us know your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions