Skip to content

Commit 080195a

Browse files
committed
GH-6 - More migration instructions in reference documentation.
1 parent f82cc11 commit 080195a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/docs/asciidoc/90-appendix.adoc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@
66
[[appendix.migrating-from-moduliths]]
77
== Migrating from Moduliths
88

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).
1120

1221
[appendix]
1322
[[appendix.artifacts]]

0 commit comments

Comments
 (0)