-
Other than jqwik version 1, **jqwik 2 will not split up the codebase in API modules and implementation modules**. The reason is that doing that is a lot of effort since it requires the introduction of…
-
### suggestion
With modular monoliths I find that the ui needs of different modules varies quite a lot.
ie: Some might show a dashboard or graph, others a razor page with a few forms, those with mor…
-
- https://spring.io/projects/spring-modulith
-
If a project uses a database related starter (e.g. spring-boot-starter-data-jpa, spring-boot-starter-data-jdbc, ...) and also modulith is configured during project setup there are two modulith depende…
-
@maciejwalkowiak I really enjoyed the Video but where u able to fully test it? Note I like the concepts provided and agree in most of them but checking DomainEventListener located under application or…
-
Currently, the only built-in way to republishing incomplete events is by restarting the app (`spring.modulith.republish-outstanding-events-on-restart=true`).
Furthermore, there is no convenient way t…
haisi updated
1 month ago
-
I set `spring.modulith.republish-outstanding-events-on-restart=true`, @ApplicationModuleListener sleep 30s, and I restart springboot, but it is unable republish.
- publisher
```
ApplicationEven…
-
Not sure for JPA, but it would be nice to have reactive JDBC and Mongo starters.
-
When enabling `spring-modulith-observability`, Kotlin bean properties are unexpectedly initialized as `null`. For example, after enabling this module, properties such as `hisHttpClient` and `medica…
-
Current snapshot docs:
- https://docs.spring.io/spring-modulith/docs/current-SNAPSHOT/reference/html/#preface
My Fork:
- https://github.com/MateuszNaKodach/spring-modulith/tree/main
Additi…