Skip to content

1.1.5

Compare
Choose a tag to compare
@odrotbohm odrotbohm released this 24 May 11:03
· 136 commits to main since this release

πŸ’‘ 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