Spring Modulith 2.0 GA, 1.4.5, and 1.3.11 released
On behalf of the communit I am happy to announce the availablity of Spring Modulith 2.0. The release is an important milestone incorporating all learnings we've made in Spring Modulith's first generation. We ship the following major features:
- Overhaul event publication lifecycle #796 (Neo4j #1337, MongoDB #1336, JDBC #1321, JPA #1375, #1389)
- Support for application-module-specific Flyway migrations #1067, #1440
- Allow serialized execution of event externalization #1370
- Support for Jackson 3 in event serialization #1364, #1369
- Support to verify application module structure on startup #1287
- Migrate nullness verification to jSpecify #1192
- Propagate named interface assignments of types to return and parameter types of methods declared #1264
- Extract module description from a module's
package-info.javaJavadoc #1430 - Remove deprecated
@ApplicationEventListenerannotation …