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
Copy file name to clipboardExpand all lines: src/docs/asciidoc/90-appendix.adoc
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,17 @@
6
6
[[appendix.migrating-from-moduliths]]
7
7
== Migrating from Moduliths
8
8
9
-
* `Modules` -> `ApplicationModules`
10
-
* `@ModuleTest`-> `ApplicationModuleTest`
9
+
10
+
* `o.m.model.Modules` has been renamed to `o.s.m.model.ApplicationModules`
11
+
* `o.m.model.ModuleDetectionStrategy` has been renamed to `o.s.m.model.ApplicationModuleDetectionStrategy`
12
+
13
+
* `@o.m.test.ModuleTest` has been renamed to `@o.s.m.test.ApplicationModuleTest`
14
+
15
+
* `o.m.docs.Documenter.Options` has been renamed to `o.s.m.docs.Documenter.DiagramOptions`
16
+
* The diagram style of component diagrams now defaults to `DiagramStyle.C4` (override by calling `DiagramOptions.withStyle(DiagramStyle.UML)`)
17
+
* The module canvas hides non exposed types by default.
18
+
To include application-module-internal types in the canvas, configure `CanvasOptions` to `….revealInternals()`.
19
+
* The output folder for component diagrams and application module canvases has moved from `moduliths-docs` to `spring-modulith-docs` located in your build's target folder (such as `target` for Maven).
0 commit comments