Spring Modulith 0.3 released
Hot on the heels of Spring Boot 3.0.2, I am excited to announce the 0.3 release of Spring Modulith. The release is packed with improvements. We have tweaked a couple of things that might require your attention and a couple of adapting changes to your code. The most notable changes are:
-
GH-114 – We renamed the
….modulith.modelpackage to….modulith.core. This primarily affectsApplicationModules. Please adapt your imports accordingly. -
GH-120 – The documentation support now generates diagram files using the
*.pumlfile extension, as suggested by PlantUML. Please adapt your imports accordingly. -
GH-103 –
…ApplicationModuleInitializerimplementations will be triggered upon application startup, in the order following the application module dependency structure (more core ones are invoked first). Also,ApplicationModulesexposes a….getComparator()to order Spring beans that way. Note, that this requires the JGraphT library to be on the classpath (automatically pulled in via thespring-modulith-runtimeartifact). See the reference documentation for details.