Spring Modulith 1.0 M1 released
I am happy to announce the release of Spring Modulith 1.0 M1. This is an important milestone for the project and the first step on the road to promote it from an experimental to an official Spring project. This means that we ship a couple of breaking changes
- The group identifier is now
org.springframework.modulith
(previouslyorg.springframework.experimental
). - The Spring Boot baseline of the project is 3.1 (previously 3.0).
- The name of the actuator endpoint exposing the application module structure is now
application-modules
(previouslyapplicationmodules
). - The previously deprecated configuration properties in the JDBC-based event registry have been removed. …