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
@@ -167,9 +167,11 @@ a|* `spring-modulith-docs`
167
167
|`spring-modulith-events-kafka`|`runtime`|Event externalization support for Kafka.
168
168
|`spring-modulith-events-mongodb`|`runtime`|A MongoDB-based implementation of the `EventPublicationRegistry`.
169
169
|`spring-modulith-events-neo4j`|`runtime`|A Neo4j-based implementation of the `EventPublicationRegistry`.
170
+
|`spring-modulith-junit`|`test`|Test execution optimizations based on the application module structure. Find more details xref:testing.adoc#change-aware-test-execution[here].
170
171
|`spring-modulith-moments`|`compile`|The Passage of Time events implementation described xref:moments.adoc[here].
171
-
|`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`.
172
172
|`spring-modulith-observability`|`runtime`|Observability infrastructure described <<observability, here>>.
173
+
|`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`.
174
+
|`spring-modulith-test`|`test`|Integration testing support. Find more details xref:testing.adoc[here].
0 commit comments