Skip to content

Releases: spring-projects/spring-modulith

1.1.8

23 Aug 10:51
Compare
Choose a tag to compare

πŸ’‘ Improvements

  • Optimize publication completion by event and target identifier #751

πŸͺ² Bugs

  • ApplicationModuleInformation picks up @ApplicationModule from nested packages #766
  • ApplicationModules.of(…, DescribedPredicate<JavaClass>) should be opened up to ? super JavaClass #763
  • Avoid repeated deserialization in JdbcEventPublication #756
  • The ModuleEntryInterceptor is not invoked on general methods if one is declared as @ApplicationModuleListener #747

πŸ”¨ Dependency Upgrades

  • Upgrade examples to jMolecules 2023.1.4 #778
  • Upgrade to Spring Boot 3.2.9 #777

1.3 M1

19 Jul 00:17
Compare
Choose a tag to compare
1.3 M1 Pre-release
Pre-release

⭐ New Features

  • Add option to let Documenter clear target folder before rendering documentation #644
  • Create aggregating Asciidoc document including all files generated #638
  • Allow using @ApplicationModuleTest outside of a module package #466

πŸ’‘ Improvements

  • Fix typo in Javadoc #709
  • Enable tests that were mistakenly disabled #707
  • Improve property setup in JDBC event publication registry tests #699
  • Add spring.modulith.events.jdbc.schema to allow defining which database schema the event\_publication table resides in #685
  • Add documentation for Neo4j modules #670
  • Link to Boot's Javadoc again #664

πŸͺ² Bugs

  • Event publication registry entries created for before commit transactional event listeners #726
  • Link to Spring Data domain event publishing broken #687
  • Module-internal dependencies rejected if allowed dependencies defined explicitly #660
  • Named interface detection accidentally picks up nested declarations in nested interfaces scenario #650

πŸ”¨ Dependency Upgrades

  • Upgrade to Spring Boot 3.4 M1 #737
  • Upgrade to jMolecules 2023.1.4 #728

❀️ Contributors

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

@ciberkleid, @lukasdo, @tobHai, @Dimibe, and @erichaagdev

1.2.2

19 Jul 00:11
Compare
Choose a tag to compare

⭐ New Features

  • Create aggregating Asciidoc document including all files generated #713

πŸ’‘ Improvements

  • Fix broken link to Spring Data Domain Event publishing. #721
  • Enable tests that were mistakenly disabled #717
  • Fix typo in Javadoc #715
  • Improve property setup in JDBC event publication registry tests #702

πŸͺ² Bugs

  • Event publication registry entries created for before commit transactional event listeners #732

πŸ”¨ Dependency Upgrades

  • Upgrade to Spring Boot 3.3.2 #738
  • Upgrade to jMolecules 2023.1.4 #729

1.1.7

19 Jul 00:11
Compare
Choose a tag to compare

πŸ’‘ Improvements

  • Fix broken link to Spring Data Domain Event publishing #722
  • Enable tests that were mistakenly disabled #718

πŸͺ² Bugs

  • Event publication registry entries created for before commit transactional event listeners #734

πŸ”¨ Dependency Upgrades

  • Upgrade to Spring Boot 3.2.8 #739
  • Upgrade to jMolecules 2023.1.4 #730

1.2.1

21 Jun 12:17
Compare
Choose a tag to compare

πŸ’‘ Improvements

  • Add documentation for Neo4j modules #673
  • Link to Boot's Javadoc again #665
  • Allow to configure the ApplicationModuleDetectionStrategy via a configuration property #656

πŸͺ² Bugs

  • Named interface detection accidentally picks up nested declarations in nested interfaces scenario #662
  • Module-internal dependencies rejected if allowed dependencies defined explicitly #661

πŸ”¨ Dependency Upgrades

  • Upgrade to Spring Boot 3.3.1 #678

1.1.6

21 Jun 12:15
Compare
Choose a tag to compare

πŸ’‘ Improvements

  • Add documentation for Neo4j modules #674

πŸͺ² Bugs

  • Named interface detection accidentally picks up nested declarations in nested interfaces scenario #669
  • Module-internal dependencies rejected if allowed dependencies defined explicitly #668

πŸ”¨ Dependency Upgrades

  • Upgrade to Spring Boot 3.2.7 #675

1.2.0

24 May 11:05
Compare
Choose a tag to compare

πŸ’‘ Improvements

  • Automatically enable TraceContext propagation in observability auto-configuration #637
  • Let DefaultEventPublicationRegistry.deletePublicationsOlderThan(Duration) delegate to EventPublicationRepository.deleteCompletedPublicationsBefore(…) #627
  • Expose factory method to create SpringBootApplicationRuntime #614
  • Support for wildcard references to named interfaces in explicitly defined allowed application module dependencies #601
  • Deduplicate violations with the same message #594
  • Fix a spell mistake in docs #588
  • Correct configuration property for JSON activation for RabbitMQ and Kafka #584
  • Correct java.lang.boolean to java.lang.Boolean in configuration property metadata #583
  • Resubmission of incomplete publications fails silently if listener is not found #549
  • Postgres index definitions for event registry breaking inserts of publications #519

πŸͺ² Bugs

  • Event publications loaded via JDBC not resubmittable when using Spring Boot Devtools #630
  • Parameter biding fails for batches in JdbcEventPublicationRepository.delete(List<UUID>) #617
  • ModuleEntryInterceptor sitting before the async invocation interceptor causes traces to place spans in the wrong place #615
  • Nested module invocations not correctly translated into span nesting #612
  • Invalid dependencies into named interfaces should mention the interface(s) explicitly #595
  • Declaration of TestApplicationModulesFactory contained in production sources #562

πŸ“– Documentation

  • Polishing in Asciidoctor rendering #608

πŸ”¨ Dependency Upgrades

  • Upgrade to Spring Boot 3.3 #636

❀️ Contributors

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

@dowenliu-xyz and @lukasdo

1.1.5

24 May 11:03
Compare
Choose a tag to compare

πŸ’‘ Improvements

  • Automatically enable TraceContext propagation in observability auto-configuration #639
  • Let DefaultEventPublicationRegistry.deletePublicationsOlderThan(Duration) delegate to EventPublicationRepository.deleteCompletedPublicationsBefore(…) #629
  • Expose factory method to create SpringBootApplicationRuntime #620
  • Deduplicate violations with the same message #596
  • Correct configuration property for JSON activation for RabbitMQ and Kafka #586
  • Correct java.lang.boolean to java.lang.Boolean in configuration property metadata #585

πŸͺ² Bugs

  • Event publications loaded via JDBC not resubmittable when using Spring Boot Devtools #631
  • Parameter biding fails for batches in JdbcEventPublicationRepository.delete(List<UUID>) #628
  • ModuleEntryInterceptor sitting before the async invocation interceptor causes traces to place spans in the wrong place #621
  • Nested module invocations not correctly translated into span nesting #619
  • Types residing in packages registered via @Modulithic(additionalPackages = "…") not observed #610
  • Fix a spell mistake in docs #600
  • Invalid dependencies into named interfaces should mention the interface(s) explicitly #598

πŸ“– Documentation

  • Polishing in Asciidoctor rendering #622

1.0.8

24 May 11:02
Compare
Choose a tag to compare

πŸ’‘ Improvements

  • Expose factory method to create SpringBootApplicationRuntime #624
  • Deduplicate violations with the same message #597

πŸͺ² Bugs

  • Event publications loaded via JDBC not resubmittable when using Spring Boot Devtools #632
  • ModuleEntryInterceptor sitting before the async invocation interceptor causes traces to place spans in the wrong place #625
  • Nested module invocations not correctly translated into span nesting #623
  • Types residing in packages registered via @Modulithic(additionalPackages = "…") not observed #611
  • Invalid dependencies into named interfaces should mention the interface(s) explicitly #599

πŸ”¨ Dependency Upgrades

  • Upgrade to Spring Boot 3.1.12 #634

1.1.4

29 Apr 12:15
Compare
Choose a tag to compare

πŸ’‘ Improvements

  • Resubmission of incomplete publications fails silently if listener is not found #564
  • Avoid inclusion of starters in Spring Boot repackaged JARs #546

πŸ”¨ Dependency Upgrades

  • Upgrade to jMolecules 2023.1.3 #570
  • Upgrade to Spring Boot 3.2.5 #569
  • Upgrade to Spring Framework 6.1.6 #568
  • Upgrade to ArchUnit 1.1.1 #566