spring-modulith icon indicating copy to clipboard operation
spring-modulith copied to clipboard

Modular applications with Spring Boot

Results 109 spring-modulith issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

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).

in: event publication registry
type: enhancement

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...

in: test support
meta: waiting for feedback

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...

in: event publication registry
meta: waiting for feedback

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...

in: observability
type: enhancement

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...

in: test support
type: enhancement
in: runtime

in: event publication registry
type: enhancement
in: actuator

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...

in: documentation support
meta: contributions welcome
type: enhancement