spring-modulith
spring-modulith copied to clipboard
Modular applications with Spring Boot
The chapter documentation "Working with Application Events" is vague about what happens when events are published without an ongoing transaction or when event handlers are solely annotated with `@EventListener`. While...
broken link fix
I've been thinking about republishing incomplete events on restart. there are two things i think we could improve a) the incomplete events should run after the spring boot health check...
Idea taken from [this video](https://vimeo.com/111998645).
Hi, I am testing the response to events using `org.springframework.modulith.test.Scenario`. The test publishes an event, my code processes it and should again publish events that the test checks for. The...
When using Spring Modulith 1.2.5 (starter + events-core + events-kafka) with Spring Boot 3.3.5, the auto-configured DelegatingEventExternalizer instance 'kafkaEventExternalizer' appears to be created as a JdkProxy, which the EventListenerMethodProcessor can...
As of GH-1068, we automatically gather metrics about events published across module boundaries on the publishing side. It would be nice if we could also automatically monitor the state of...
Database migrations are usually run per application. In a modulith application, though, it makes sense to organize them by modules. Some migration tools allow organizing the files in folders but...
[Enhancement request] integration between the docs generated by spring-modulith-docs and maven site
Hello team, hello Oliver, This is my first ticket in this repo. If not anything else, just wanted to say thanks for this project. It is useful, interesting and brings...