Spring Modulith 0.4 released
Dear Spring community, I am excited to announce the release of Spring Modulith 0.4. The release ships with the following new features:
- A new
Scenario
API to allow the concise definition of integration tests for application modules, specifically tailored around the idea of them integrating via asynchronously handled, transaction bound events. - A new starter that allows to pull in the runtime support in a concise way, primarily to ease the usage of
ApplicationModuleInitializers
(GH-132). - The event publication registry now returns uncompleted events in ascending order of their publication dates (GH-133) and provides better logging (GH-125).
- A few tiny optimizations in our documentation generation support, especially if the UML style is for component diagrams (GH-130, GH-140, GH-141…