Spring Modulith Updates New Features and Bug Fixes

Spring Modulith is a new, experimental Spring project that supports developers in implementing logical modules in Spring Boot applications. It allows for application structure verification, documentation of module scheduling, running integration tests for individual modules, observing module interactions at runtime, and implementing module interactions in a loosely coupled manner.

Spring Modulith 1.3 M1, 1.2.2, and 1.1.7 have now been released. The former includes the following new features:

  • Upgraded to Spring Boot 3.4 M1 and Spring Framework 6.2 M6 - GH-737
  • Improvements in documentation creation - GH-644, GH-638
  • @ApplicationModuleTest can now be used outside the module folder - GH-466
  • Configuration properties for defining the JDBC event publishing registry schema - GH-685

Based on these features, the project team has also fixed some bugs and ported them all to versions 1.2 and 1.1 of Spring Modulith.

Details can be viewed in the complete change logs of 1.3 M1, 1.2.2, and 1.1.7.

Likes