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/antora/modules/ROOT/pages/appendix.adoc
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,9 +137,11 @@ a|* `spring-modulith-docs`
137
137
|`spring-modulith-events-kafka`|`runtime`|Event externalization support for Kafka.
138
138
|`spring-modulith-events-mongodb`|`runtime`|A MongoDB-based implementation of the `EventPublicationRegistry`.
139
139
|`spring-modulith-events-neo4j`|`runtime`|A Neo4j-based implementation of the `EventPublicationRegistry`.
140
+
|`spring-modulith-junit`|`test`|Test execution optimizations based on the application module structure. Find more details xref:testing.adoc#change-aware-test-execution[here].
140
141
|`spring-modulith-moments`|`compile`|The Passage of Time events implementation described xref:moments.adoc[here].
141
-
|`spring-modulith-runtime`|`runtime`|Support to bootstrap an `ApplicationModules` instance at runtime. Usually not directly depended on but transitively used by `spring-modulith-actuator` and `spring-modulith-observability`.
142
142
|`spring-modulith-observability`|`runtime`|Observability infrastructure described <<observability, here>>.
143
+
|`spring-modulith-runtime`|`runtime`|Support to bootstrap an `ApplicationModules` instance at runtime. Usually not directly depended on but transitively used by `spring-modulith-actuator` and `spring-modulith-observability`.
144
+
|`spring-modulith-test`|`test`|Integration testing support. Find more details xref:testing.adoc[here].
0 commit comments