Skip to content

Releases: spring-projects/spring-modulith

1.1 M1

21 Sep 21:58

Choose a tag to compare

1.1 M1 Pre-release
Pre-release

⭐ New Features

  • Support to externalize domain events #248
  • Provide user API to deal with completed and incomplete event publications #294
  • Add Neo4j event publication repository #301

💡 Improvements

  • Reduce scope of Event Core dependency in JDBC starter #302
  • Remove timezone for the event\_publication table with Postgres #306

📖 Documentation

  • Move documentation to Antora #285
  • Add Gradle snippets for build related samples to the reference documentation #255
  • Update to antora-ui-spring v0.3.7 #297
  • Documentation on event republication behavior misleading #288

❤️ Contributors

Thank you to all the contributors who worked on this release:

@meistermeier, @devashishb-arkin and @rwinch

1.0.1

21 Sep 21:22

Choose a tag to compare

🪲 Bugs

  • Conditional event listeners cause eternally incomplete event publications #305
  • Project version is not correctly inserted into the documentation #293
  • Documentation on event republication behavior misleading #292
  • Unable to run Modulith with AOT #280

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.1.4 #309
  • Upgrade to Spring Boot 3.1.3 #281

1.0 GA

21 Aug 14:24

Choose a tag to compare

💡 Improvements

  • Remove experimental declaration from Scenario #273
  • Remove Spring Modulith Events parent POM from BOM #271

📖 Documentation

  • Upgrade to Spring Asciidoctor Backends 0.0.7 #275

🔨 Dependency Upgrades

  • Upgrade to jMolecules 2023.1.0 #276

1.0 RC2

16 Aug 06:14

Choose a tag to compare

1.0 RC2 Pre-release
Pre-release

💡 Improvements

  • Rename actuator to modulith #268
  • Explicit declaration of @ApplicationModule(allowedDependencies = {}) should disallow any outgoing dependencies #267
  • Use event_publication collection for MongoDB event publications #266
  • Use EVENT_PUBLICATION as table name for JPA to be consistent with JDBC #265
  • Only register EventPublicationRegistry if EventPublicationRepository present #264
  • Avoid materializing JpaEventPublication just to set the completion date #261
  • Polish reference documentation #220

❤️ Contributors

Thank you to all the contributors who worked on this release:

@yossisp

1.0 RC1

09 Aug 20:39

Choose a tag to compare

1.0 RC1 Pre-release
Pre-release

⭐ New Features

  • Move code of ….modulith.events into ….modulith.events.core #259
  • Add appendix listing all configuration properties exposed #257
  • Allow disabling outstanding event republication on restart #240
  • Allow ApplicationModulesExporter to write output to a file #229
  • ApplicationModulesExport should allow exporting named interfaces #227
  • Allow customization of Clock used by the Event Publication Registry #206

💡 Improvements

  • Meta-annotate @ApplicationModuleTest with @SpringBootTest #253
  • Avoid premature initialization of SpringModulithRuntimeAutoConfiguration #252
  • Improve database interaction to mark event publications as completed #251
  • Move of deprecated API in DocumenterTest #245
  • Document Clock customization options for Event Publication Registry #243
  • Remove workaround introduced for GH-186 #239
  • Core starter should bring spring-boot-starter #237
  • Improve configuration property metadata in Event Publication Registry support #232
  • Improve documentation of automatic jMolecules ArchUnit library integration #228
  • Improve documentation of the examples #224
  • Change default of outstanding event republication to false #212

🪲 Bugs

  • Fix typo in property controlling the MongoDB Event Publication Registry's default transaction setup #231
  • Guard caches in ApplicationModules and ArchitecturallyEvidentType against concurrent modification #230
  • Got "module does not exist" exception when run spring-boot app with modulith via java -jar app.jar #221

🔨 Dependency Upgrades

  • Upgrade to jMolecules BOM 2023.0.0 #247
  • Upgrade to ArchUnit 1.1 #246
  • Upgrade to Spring Boot 3.1.2 #244

1.0 M1

23 Jun 11:11

Choose a tag to compare

1.0 M1 Pre-release
Pre-release

⭐ New Features

  • Promote to non-experimental #197
  • Rename actuator endpoint to application-modules #211
  • Remove support for legacy spring.modulith.events.jdbc-… property for data initialization #195
  • Default to propagate ExecutorService defined in application into Scenario instances #216
  • Update the README with a complete pom.xml snippet to get started #209

🪲 Bugs

  • Specify transactional propagation type in docs #213
  • DefaultPublishedEvents class throws ArrayIndexOutOfBoundsException when no events at all are utilized #208

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.1.1 #219, #198

❤️ Contributors

Thank you to all the contributors who worked on this release:

@thombergs and @yossisp

0.6

02 May 10:57

Choose a tag to compare

0.6

⭐ New Features

  • Switch to spring.modulith.events.jdbc.… namespace for data initialization properties #194
  • Prefer jMolecules architectural stereotypes (if present) over Spring ones in Application Module Canvas #192
  • Prevent premature access of ApplicationContext from ParameterResolver implementations #191
  • Allow using Scenario with @SpringBootTest-based integration tests #190
  • Allow verification of events after method invocation stimulus #185
  • Using the event publication registry should automatically enable asynchronous processing #184
  • Default NamedInterface names to local package name #177
  • Add auto-configuration for MongoDB transactions #175

🪲 Bugs

  • Reference documentation lists beans that are not part of the public API by default #187
  • Event Publication Registry stores mapping events from Spring Data Relational #186
  • Types assigned to named interface still part of the unnamed interface #183
  • Custom ApplicationModuleDetectionStrategy breaks cycle detection #182
  • Circular dependency prevents startup for MongoDB-based Event Publication Registry #181

🔨 Dependency Upgrades

  • Upgrade to Hibernate 6.2.2 for JPA event publication registry testing #196
  • Upgrade to jMolecules 2022.3.0 #188
  • Upgrade to Spring Boot 3.0.6 #180

0.5.1

24 Mar 10:02

Choose a tag to compare

⭐ New Features

  • Application module-internal, public types should not be printed as public ones in log output #170

🪲 Bugs

  • spring-modulith-runtime module causes log file not being created #169

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.0.5 #171

0.5

08 Mar 11:43

Choose a tag to compare

0.5

⭐ New Features

  • Introduce dedicated starter to ease inclusion of actuator and observability features #152
  • Default to await termination of task executors unless configured #149
  • Rename spring.modulith.events.schema-initialization.enabled to spring.modulith.events.jdbc-schema-initialization.enabled #163
  • Add configuration metadata for spring-modulith-events-jdbc #158
  • Improve aggregate type lookup #157
  • Mention core starter in reference documentation #144

🪲 Bugs

  • Scenario should run stimulus in new transaction #150
  • spring-modulith-events-jdbc and …-mongodb not managed by the BOM #161
  • Escalate missing ArchUnit runtime dependency #160
  • Fix JDBC schema loading from classpath in servlet environments #159

📖 Documentation

  • Upgrade to Spring Asciidoctor backends 0.0.5 #153
  • Improve documentation on infrastructure requirements of the observability support #148

🔨 Dependency Upgrades

  • Upgrade to jMolecules 2022.2.4 #162
  • Upgrade to Spring Boot 3.0.4 #154

❤️ Contributors

Thank you to all the contributors who worked on this release:

@mweirauch

0.4.1

24 Feb 15:58

Choose a tag to compare

🪲 Bugs

  • Using spring-modulith-runtime causes web application hangs on shutdown #145

🔨 Dependency Upgrades

  • Upgrade to jMolecules 2022.2.3 #146