Spring Modulith 0.5 released
I am excited to announce the availability of Spring Modulith 0.5. The most relevant features the release ships are:
- #152 – A dedicated starter to ease inclusion of actuator and observability features
- #163 – The renamed property to trigger JDBC database initialization. (
spring.modulith.events.schema-initialization.enabled
->spring.modulith.events.jdbc-schema-initialization.enabled
) - #149 – Default to await termination of task executors unless configured not to
- #150 –
Scenario
should run stimulus in new transaction - #162, #154 – The usual dependency upgrades (Spring Boot 3.0.4, jMolecules 2022.2.4) …