diff --git a/src/docs/antora/modules/ROOT/pages/appendix.adoc b/src/docs/antora/modules/ROOT/pages/appendix.adoc index 6b221f7a..d14a29a9 100644 --- a/src/docs/antora/modules/ROOT/pages/appendix.adoc +++ b/src/docs/antora/modules/ROOT/pages/appendix.adoc @@ -137,9 +137,11 @@ a|* `spring-modulith-docs` |`spring-modulith-events-kafka`|`runtime`|Event externalization support for Kafka. |`spring-modulith-events-mongodb`|`runtime`|A MongoDB-based implementation of the `EventPublicationRegistry`. |`spring-modulith-events-neo4j`|`runtime`|A Neo4j-based implementation of the `EventPublicationRegistry`. +|`spring-modulith-junit`|`test`|Test execution optimizations based on the application module structure. Find more details xref:testing.adoc#change-aware-test-execution[here]. |`spring-modulith-moments`|`compile`|The Passage of Time events implementation described xref:moments.adoc[here]. -|`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`. |`spring-modulith-observability`|`runtime`|Observability infrastructure described <>. +|`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`. +|`spring-modulith-test`|`test`|Integration testing support. Find more details xref:testing.adoc[here]. |=== [appendix]