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
, but in the latest version .layer() results unresolved reference as layeredArchitecture() returns DependencySettings instead of LayeredArchitecture. Is this intentional as javadoc still guides to use it the same way as in previous version?
The text was updated successfully, but these errors were encountered:
layeredArchitecture() now forces to decide how to deal with dependencies by adding .considering…Dependencies() in the beginning of the declaration. To restore the old behavior declare it as layeredArchitecture().consideringAllDependencies() (see #892).
This had unfortunately been overseen in the JavaDoc (also for 1.0.0) and only been fixed with #977 (currently not released yet).
Hi.
I am using v1.0.0
In version 0.23.1 we were able to do the following:
, but in the latest version
.layer()
results unresolved reference aslayeredArchitecture()
returns DependencySettings instead of LayeredArchitecture. Is this intentional as javadoc still guides to use it the same way as in previous version?The text was updated successfully, but these errors were encountered: