Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2025

Bumps the maven-dependencies group with 20 updates in the / directory:

Package From To
org.axonframework:axon-server-connector 4.12.1 5.0.0-preview
org.axonframework:axon-messaging 4.12.1 5.0.0-preview
org.axonframework:axon-spring-boot-autoconfigure 4.12.1 5.0.0-preview
org.springframework.boot:spring-boot-starter-parent 3.5.6 3.5.7
org.springframework.boot:spring-boot-starter-webflux 3.5.6 3.5.7
org.springframework.boot:spring-boot-maven-plugin 3.5.6 3.5.7
org.springframework.boot:spring-boot-starter 3.5.6 3.5.7
org.springframework.boot:spring-boot-starter-data-jpa 3.5.6 3.5.7
org.springframework.boot:spring-boot-docker-compose 3.5.6 3.5.7
io.projectreactor:reactor-core 3.7.11 3.7.12
org.junit.jupiter:junit-jupiter 6.0.0 6.0.1
org.jetbrains.kotlin:kotlin-stdlib-jdk8 2.2.20 2.2.21
org.jetbrains.kotlin:kotlin-reflect 2.2.20 2.2.21
org.jetbrains.kotlin:kotlin-maven-allopen 2.2.20 2.2.21
org.jetbrains.kotlin:kotlin-maven-plugin 2.2.20 2.2.21
com.vaadin:vaadin-bom 24.9.2 24.9.4
com.vaadin:vaadin-maven-plugin 24.9.2 24.9.4
org.flywaydb:flyway-core 11.13.2 11.15.0
org.apache.avro:avro 1.12.0 1.12.1
org.apache.avro:avro-maven-plugin 1.12.0 1.12.1

Updates org.axonframework:axon-server-connector from 4.12.1 to 5.0.0-preview

Release notes

Sourced from org.axonframework:axon-server-connector's releases.

Axon Framework v5.0.0-preview

The preview of Axon Framework 5 is finally here! Expect the first release candidate to drop soon after. For those looking to experiment with this milestone, be sure to check out the Getting Started section of AxonIQ Docs. The list below contains all the features, enhancements, bugs, and documentation changes we've done.

⭐ Features

  • #3641 feat: SequencingPolicy adjusted to AF5 API #3679
  • #3640 feat: @SequencingPolicy annotation (class-level and method-level) + @EventHandler annotation eventName property #3705
  • Annotation-less configuration API for Query Handling Components #3364
  • #3488 Query Handler Registration #3719
  • feat(test): AxonTestFixture - await assertions, generic expect, AxonServer enabled customization #3714
  • Revamp SpringAggregateLookup and SpringAggregateConfigurer to new Entity and Configuration API #3499
  • Sequencing Policy configuration per Annotated Event Handler and Event Handling Component #3640
  • Introduce an @Internal annotation and use throughout #3427

📈 Enhancements

  • Revise SequencingPolicy implementations #3641
  • Update SequentialPerAggregatePolicy to use ProcessingContext #3652
  • #3641 feat: SequencingPolicy adjusted to AF5 API #3679
  • #3640 feat: @SequencingPolicy annotation (class-level and method-level) + @EventHandler annotation eventName property #3705
  • #3357 cleanup: remove unnecessary methods from the legacy EventProcessingModule #3687
  • #3098 refactor: EventProcessors - change the API to async-native #3693
  • #3640 feat: EventProcessors - allows to retrieve components from ProcessingContext while determining the Sequence Identifier #3695
  • Remove EventHandlingComponentBuilder, MetaDataSequencingPolicy - do not contain fallback internally #3718
  • Revise TokenStore to be Async Native #3432
  • #3432 Make the TokenStore async-native #3715
  • #3103 Add Dispatch and Handler registration methods #3657
  • Revise MessageHandlerInterceptor and MessageDispatcherInterceptor API #3103
  • #3103 Integrate Event Handler Interceptors into Event Processing #3660
  • #3103 Event MessageDispatchInterceptor support for publishing and appending events #3663
  • #3103 Clean-up Message Dispatch and Handler Interceptor revising todos #3665
  • Ensure CorrelationDataProviders are integrated correctly #3579
  • #3579 Provide correlation data support #3666
  • #3488 Preliminary clean-up of QueryGateway and QueryBus #3669
  • #3488 Remove SimpleQueryBus#Builder and make the QueryBus and SimpleQueryBus into a QueryHandlerRegistry #3681
  • Revise the Query API #3079
  • #3488 Align "Direct Query" / "Point-to-Point Query" with Async Native API #3688
  • #3488 Remove scatter-gather support #3690
  • #3488 Reintroduce QueryBus#streamingQuery #3700
  • #3488 Reintroduce QueryBus#subscriptionQuery #3708
  • Reintroduce MessageHandlerLookup and MessageHandlerConfigurer #3498
  • [#3498 & #3499] Spring AutoConfiguration for message handlers and event-sourced entities/aggregates #3686
  • Updating Event Processor configuration for Spring Boot #3495
  • #3495 Updating Event Processor configuration for Spring Boot #3702
  • Unify annotation names #1781
  • Add ProcessingContext to EventStore and EventStorageEngine methods #3692
  • Add new method afterCommit to EventStorageTransaction#AppendTransaction #3703
  • feat: add EventCriteria#either(Collection<EventCriteria>) method #3694

... (truncated)

Commits
  • d0a66a4 [maven-release-plugin] prepare release axon-5.0.0-preview
  • 4dac758 Make test resilient by using await
  • 0f42d88 Replace AtomicBoolean for AtomicReference of final Configuration
  • 6747a04 Revert SpringLazyCreatingModule
  • ed80116 fix: AxonTestFixture - AxonServer enabled by default
  • 76d7ed9 Add null-check to message before trying to convert
  • 355dd11 Making minor documentation tweaks to align with current status
  • d8f4f61 Minor doc clean-up
  • 0ade6b0 Disable broken test for the time being
  • 87ce9f3 Remove leftover axon-configuration usages
  • Additional commits viewable in compare view

Updates org.axonframework:axon-messaging from 4.12.1 to 5.0.0-preview

Release notes

Sourced from org.axonframework:axon-messaging's releases.

Axon Framework v5.0.0-preview

The preview of Axon Framework 5 is finally here! Expect the first release candidate to drop soon after. For those looking to experiment with this milestone, be sure to check out the Getting Started section of AxonIQ Docs. The list below contains all the features, enhancements, bugs, and documentation changes we've done.

⭐ Features

  • #3641 feat: SequencingPolicy adjusted to AF5 API #3679
  • #3640 feat: @SequencingPolicy annotation (class-level and method-level) + @EventHandler annotation eventName property #3705
  • Annotation-less configuration API for Query Handling Components #3364
  • #3488 Query Handler Registration #3719
  • feat(test): AxonTestFixture - await assertions, generic expect, AxonServer enabled customization #3714
  • Revamp SpringAggregateLookup and SpringAggregateConfigurer to new Entity and Configuration API #3499
  • Sequencing Policy configuration per Annotated Event Handler and Event Handling Component #3640
  • Introduce an @Internal annotation and use throughout #3427

📈 Enhancements

  • Revise SequencingPolicy implementations #3641
  • Update SequentialPerAggregatePolicy to use ProcessingContext #3652
  • #3641 feat: SequencingPolicy adjusted to AF5 API #3679
  • #3640 feat: @SequencingPolicy annotation (class-level and method-level) + @EventHandler annotation eventName property #3705
  • #3357 cleanup: remove unnecessary methods from the legacy EventProcessingModule #3687
  • #3098 refactor: EventProcessors - change the API to async-native #3693
  • #3640 feat: EventProcessors - allows to retrieve components from ProcessingContext while determining the Sequence Identifier #3695
  • Remove EventHandlingComponentBuilder, MetaDataSequencingPolicy - do not contain fallback internally #3718
  • Revise TokenStore to be Async Native #3432
  • #3432 Make the TokenStore async-native #3715
  • #3103 Add Dispatch and Handler registration methods #3657
  • Revise MessageHandlerInterceptor and MessageDispatcherInterceptor API #3103
  • #3103 Integrate Event Handler Interceptors into Event Processing #3660
  • #3103 Event MessageDispatchInterceptor support for publishing and appending events #3663
  • #3103 Clean-up Message Dispatch and Handler Interceptor revising todos #3665
  • Ensure CorrelationDataProviders are integrated correctly #3579
  • #3579 Provide correlation data support #3666
  • #3488 Preliminary clean-up of QueryGateway and QueryBus #3669
  • #3488 Remove SimpleQueryBus#Builder and make the QueryBus and SimpleQueryBus into a QueryHandlerRegistry #3681
  • Revise the Query API #3079
  • #3488 Align "Direct Query" / "Point-to-Point Query" with Async Native API #3688
  • #3488 Remove scatter-gather support #3690
  • #3488 Reintroduce QueryBus#streamingQuery #3700
  • #3488 Reintroduce QueryBus#subscriptionQuery #3708
  • Reintroduce MessageHandlerLookup and MessageHandlerConfigurer #3498
  • [#3498 & #3499] Spring AutoConfiguration for message handlers and event-sourced entities/aggregates #3686
  • Updating Event Processor configuration for Spring Boot #3495
  • #3495 Updating Event Processor configuration for Spring Boot #3702
  • Unify annotation names #1781
  • Add ProcessingContext to EventStore and EventStorageEngine methods #3692
  • Add new method afterCommit to EventStorageTransaction#AppendTransaction #3703
  • feat: add EventCriteria#either(Collection<EventCriteria>) method #3694

... (truncated)

Commits
  • d0a66a4 [maven-release-plugin] prepare release axon-5.0.0-preview
  • 4dac758 Make test resilient by using await
  • 0f42d88 Replace AtomicBoolean for AtomicReference of final Configuration
  • 6747a04 Revert SpringLazyCreatingModule
  • ed80116 fix: AxonTestFixture - AxonServer enabled by default
  • 76d7ed9 Add null-check to message before trying to convert
  • 355dd11 Making minor documentation tweaks to align with current status
  • d8f4f61 Minor doc clean-up
  • 0ade6b0 Disable broken test for the time being
  • 87ce9f3 Remove leftover axon-configuration usages
  • Additional commits viewable in compare view

Updates org.axonframework:axon-spring-boot-autoconfigure from 4.12.1 to 5.0.0-preview

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.6 to 3.5.7

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.7

⭐ New Features

  • Add TWENTY_FIVE to JavaVersion enum #47609

🐞 Bug Fixes

  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #47737
  • Homebrew formula for the CLI should use libexec #47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #47635
  • JavaVersion doesn't work reliably in native-image #47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #47346
  • Launcher fails to find main method when it is parameterless #47311
  • Package private Main class using Java 25 is not found by build plugins #47309
  • Bitnami legacy images are not automatically detected #47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #25403

📔 Documentation

  • Some spring.test.* properties are not documented #47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #47744
  • Developing Your First Spring Boot Application has outdated tools #47700
  • Include deprecated configuration properties in the reference documentation #47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #47474
  • Use non-deprecated syntax to configure sourceCompatibility #47343
  • Fix link to Framework's @Bean annotation #47330
  • Update managed dependency version override examples in documentation #47306

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.8 #47767
  • Upgrade to Angus Mail 2.0.5 #47525
  • Upgrade to AssertJ 3.27.6 #47526
  • Upgrade to Byte Buddy 1.17.8 #47527
  • Upgrade to Cassandra Driver 4.19.1 #47768
  • Upgrade to Classmate 1.7.1 #47528
  • Upgrade to Elasticsearch Client 8.18.8 #47671
  • Upgrade to Glassfish JAXB 4.0.6 #47529
  • Upgrade to GraphQL Java 24.3 #47755
  • Upgrade to Groovy 4.0.29 #47713
  • Upgrade to Hibernate 6.6.33.Final #47530
  • Upgrade to HttpClient5 5.5.1 #47531
  • Upgrade to HttpCore5 5.3.6 #47532
  • Upgrade to Jakarta Mail 2.1.5 #47533
  • Upgrade to Jakarta XML Bind 4.0.4 #47242
  • Upgrade to Jetty 12.0.29 #47728

... (truncated)

Commits
  • d3152ea Release v3.5.7
  • af07358 Merge branch '3.4.x' into 3.5.x
  • b0bef35 Document missing spring.test.* properties
  • 6683d0f Merge branch '3.4.x' into 3.5.x
  • 5ba3642 Next development version (v3.4.12-SNAPSHOT)
  • 59aba4e Merge branch '3.4.x' into 3.5.x
  • 4525a0c Merge pull request #47284 from DKARAGODIN
  • 43d91ae Write signature files to uber wars for Oracle Java 17 verification
  • eaad688 Upgrade to Spring Batch 5.2.4
  • edee2de Upgrade to Cassandra Driver 4.19.1
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-webflux from 3.5.6 to 3.5.7

Release notes

Sourced from org.springframework.boot:spring-boot-starter-webflux's releases.

v3.5.7

⭐ New Features

  • Add TWENTY_FIVE to JavaVersion enum #47609

🐞 Bug Fixes

  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #47737
  • Homebrew formula for the CLI should use libexec #47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #47635
  • JavaVersion doesn't work reliably in native-image #47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #47346
  • Launcher fails to find main method when it is parameterless #47311
  • Package private Main class using Java 25 is not found by build plugins #47309
  • Bitnami legacy images are not automatically detected #47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #25403

📔 Documentation

  • Some spring.test.* properties are not documented #47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #47744
  • Developing Your First Spring Boot Application has outdated tools #47700
  • Include deprecated configuration properties in the reference documentation #47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #47474
  • Use non-deprecated syntax to configure sourceCompatibility #47343
  • Fix link to Framework's @Bean annotation #47330
  • Update managed dependency version override examples in documentation #47306

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.8 #47767
  • Upgrade to Angus Mail 2.0.5 #47525
  • Upgrade to AssertJ 3.27.6 #47526
  • Upgrade to Byte Buddy 1.17.8 #47527
  • Upgrade to Cassandra Driver 4.19.1 #47768
  • Upgrade to Classmate 1.7.1 #47528
  • Upgrade to Elasticsearch Client 8.18.8 #47671
  • Upgrade to Glassfish JAXB 4.0.6 #47529
  • Upgrade to GraphQL Java 24.3 #47755
  • Upgrade to Groovy 4.0.29 #47713
  • Upgrade to Hibernate 6.6.33.Final #47530
  • Upgrade to HttpClient5 5.5.1 #47531
  • Upgrade to HttpCore5 5.3.6 #47532
  • Upgrade to Jakarta Mail 2.1.5 #47533
  • Upgrade to Jakarta XML Bind 4.0.4 #47242
  • Upgrade to Jetty 12.0.29 #47728

... (truncated)

Commits
  • d3152ea Release v3.5.7
  • af07358 Merge branch '3.4.x' into 3.5.x
  • b0bef35 Document missing spring.test.* properties
  • 6683d0f Merge branch '3.4.x' into 3.5.x
  • 5ba3642 Next development version (v3.4.12-SNAPSHOT)
  • 59aba4e Merge branch '3.4.x' into 3.5.x
  • 4525a0c Merge pull request #47284 from DKARAGODIN
  • 43d91ae Write signature files to uber wars for Oracle Java 17 verification
  • eaad688 Upgrade to Spring Batch 5.2.4
  • edee2de Upgrade to Cassandra Driver 4.19.1
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-maven-plugin from 3.5.6 to 3.5.7

Release notes

Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.

v3.5.7

⭐ New Features

  • Add TWENTY_FIVE to JavaVersion enum #47609

🐞 Bug Fixes

  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #47737
  • Homebrew formula for the CLI should use libexec #47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #47635
  • JavaVersion doesn't work reliably in native-image #47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #47346
  • Launcher fails to find main method when it is parameterless #47311
  • Package private Main class using Java 25 is not found by build plugins #47309
  • Bitnami legacy images are not automatically detected #47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #25403

📔 Documentation

  • Some spring.test.* properties are not documented #47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #47744
  • Developing Your First Spring Boot Application has outdated tools #47700
  • Include deprecated configuration properties in the reference documentation #47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #47474
  • Use non-deprecated syntax to configure sourceCompatibility #47343
  • Fix link to Framework's @Bean annotation #47330
  • Update managed dependency version override examples in documentation #47306

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.8 #47767
  • Upgrade to Angus Mail 2.0.5 #47525
  • Upgrade to AssertJ 3.27.6 #47526
  • Upgrade to Byte Buddy 1.17.8 #47527
  • Upgrade to Cassandra Driver 4.19.1 #47768
  • Upgrade to Classmate 1.7.1 #47528
  • Upgrade to Elasticsearch Client 8.18.8 #47671
  • Upgrade to Glassfish JAXB 4.0.6 #47529
  • Upgrade to GraphQL Java 24.3 #47755
  • Upgrade to Groovy 4.0.29 #47713
  • Upgrade to Hibernate 6.6.33.Final #47530
  • Upgrade to HttpClient5 5.5.1 #47531
  • Upgrade to HttpCore5 5.3.6 #47532
  • Upgrade to Jakarta Mail 2.1.5 #47533
  • Upgrade to Jakarta XML Bind 4.0.4 #47242
  • Upgrade to Jetty 12.0.29 #47728

... (truncated)

Commits
  • d3152ea Release v3.5.7
  • af07358 Merge branch '3.4.x' into 3.5.x
  • b0bef35 Document missing spring.test.* properties
  • 6683d0f Merge branch '3.4.x' into 3.5.x
  • 5ba3642 Next development version (v3.4.12-SNAPSHOT)
  • 59aba4e Merge branch '3.4.x' into 3.5.x
  • 4525a0c Merge pull request #47284 from DKARAGODIN
  • 43d91ae Write signature files to uber wars for Oracle Java 17 verification
  • eaad688 Upgrade to Spring Batch 5.2.4
  • edee2de Upgrade to Cassandra Driver 4.19.1
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter from 3.5.6 to 3.5.7

Release notes

Sourced from org.springframework.boot:spring-boot-starter's releases.

v3.5.7

⭐ New Features

  • Add TWENTY_FIVE to JavaVersion enum #47609

🐞 Bug Fixes

  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #47737
  • Homebrew formula for the CLI should use libexec #47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #47635
  • JavaVersion doesn't work reliably in native-image #47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #47346
  • Launcher fails to find main method when it is parameterless #47311
  • Package private Main class using Java 25 is not found by build plugins #47309
  • Bitnami legacy images are not automatically detected #47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #25403

📔 Documentation

  • Some spring.test.* properties are not documented #47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #47744
  • Developing Your First Spring Boot Application has outdated tools #47700
  • Include deprecated configuration properties in the reference documentation #47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #47474
  • Use non-deprecated syntax to configure sourceCompatibility #47343
  • Fix link to Framework's @Bean annotation #47330
  • Update managed dependency version override examples in documentation #47306

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.8 #47767
  • Upgrade to Angus Mail 2.0.5 #47525
  • Upgrade to AssertJ 3.27.6 #47526
  • Upgrade to Byte Buddy 1.17.8 #47527
  • Upgrade to Cassandra Driver 4.19.1 #47768
  • Upgrade to Classmate 1.7.1 #47528
  • Upgrade to Elasticsearch Client 8.18.8 #47671
  • Upgrade to Glassfish JAXB 4.0.6 #47529
  • Upgrade to GraphQL Java 24.3 #47755
  • Upgrade to Groovy 4.0.29 #47713
  • Upgrade to Hibernate 6.6.33.Final #47530
  • Upgrade to HttpClient5 5.5.1 #47531
  • Upgrade to HttpCore5 5.3.6 #47532
  • Upgrade to Jakarta Mail 2.1.5 #47533
  • Upgrade to Jakarta XML Bind 4.0.4 #47242
  • Upgrade to Jetty 12.0.29 #47728

... (truncated)

Commits
  • d3152ea Release v3.5.7
  • af07358 Merge branch '3.4.x' into 3.5.x
  • b0bef35 Document missing spring.test.* properties
  • 6683d0f Merge branch '3.4.x' into 3.5.x
  • 5ba3642 Next development version (v3.4.12-SNAPSHOT)
  • 59aba4e Merge branch '3.4.x' into 3.5.x
  • 4525a0c Merge pull request #47284 from DKARAGODIN
  • 43d91ae Write signature files to uber wars for Oracle Java 17 verification
  • eaad688 Upgrade to Spring Batch 5.2.4
  • edee2de Upgrade to Cassandra Driver 4.19.1
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-data-jpa from 3.5.6 to 3.5.7

Release notes

Sourced from org.springframework.boot:spring-boot-starter-data-jpa's releases.

v3.5.7

⭐ New Features

  • Add TWENTY_FIVE to JavaVersion enum #47609

🐞 Bug Fixes

  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #47737
  • Homebrew formula for the CLI should use libexec #47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #47635
  • JavaVersion doesn't work reliably in native-image #47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #47346
  • Launcher fails to find main method when it is parameterless #47311
  • Package private Main class using Java 25 is not found by build plugins #47309
  • Bitnami legacy images are not automatically detected #47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #25403

📔 Documentation

  • Some spring.test.* properties are not documented #47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #47744
  • Developing Your First Spring Boot Application has outdated tools #47700
  • Include deprecated configuration properties in the reference documentation #47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #47474
  • Use non-deprecated syntax to configure sourceCompatibility #47343
  • Fix link to Framework's @Bean annotation #47330
  • Update managed dependency version override examples in documentation #47306

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.8 #47767
  • Upgrade to Angus Mail 2.0.5 #47525
  • Upgrade to AssertJ 3.27.6 #47526
  • Upgrade to Byte Buddy 1.17.8 #47527
  • Upgrade to Cassandra Driver 4.19.1 #47768
  • Upgrade to Classmate 1.7.1 #47528
  • Upgrade to Elasticsearch Client 8.18.8 #47671
  • Upgrade to Glassfish JAXB 4.0.6 #47529
  • Upgrade to GraphQL Java 24.3 #47755
  • Upgrade to Groovy 4.0.29 #47713
  • Upgrade to Hibernate 6.6.33.Final #47530
  • Upgrade to HttpClient5 5.5.1 #47531
  • Upgrade to HttpCore5 5.3.6 #47532
  • Upgrade to Jakarta Mail 2.1.5 #47533
  • Upgrade to Jakarta XML Bind 4.0.4 #47242
  • Upgrade to Jetty 12.0.29 #47728

Bumps the maven-dependencies group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.axonframework:axon-server-connector](https://github.com/AxonFramework/AxonFramework) | `4.12.1` | `5.0.0-preview` |
| [org.axonframework:axon-messaging](https://github.com/AxonFramework/AxonFramework) | `4.12.1` | `5.0.0-preview` |
| org.axonframework:axon-spring-boot-autoconfigure | `4.12.1` | `5.0.0-preview` |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.6` | `3.5.7` |
| [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) | `3.5.6` | `3.5.7` |
| [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.6` | `3.5.7` |
| [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot) | `3.5.6` | `3.5.7` |
| [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.5.6` | `3.5.7` |
| [org.springframework.boot:spring-boot-docker-compose](https://github.com/spring-projects/spring-boot) | `3.5.6` | `3.5.7` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.11` | `3.7.12` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` |
| [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.2.21` |
| [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.2.21` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.2.20` | `2.2.21` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.2.20` | `2.2.21` |
| com.vaadin:vaadin-bom | `24.9.2` | `24.9.4` |
| [com.vaadin:vaadin-maven-plugin](https://github.com/vaadin/platform) | `24.9.2` | `24.9.4` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.13.2` | `11.15.0` |
| org.apache.avro:avro | `1.12.0` | `1.12.1` |
| org.apache.avro:avro-maven-plugin | `1.12.0` | `1.12.1` |



Updates `org.axonframework:axon-server-connector` from 4.12.1 to 5.0.0-preview
- [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
- [Commits](AxonFramework/AxonFramework@axon-4.12.1...axon-5.0.0-preview)

Updates `org.axonframework:axon-messaging` from 4.12.1 to 5.0.0-preview
- [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
- [Commits](AxonFramework/AxonFramework@axon-4.12.1...axon-5.0.0-preview)

Updates `org.axonframework:axon-spring-boot-autoconfigure` from 4.12.1 to 5.0.0-preview

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `org.springframework.boot:spring-boot-starter` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `org.springframework.boot:spring-boot-docker-compose` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `io.projectreactor:reactor-core` from 3.7.11 to 3.7.12
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.11...v3.7.12)

Updates `org.junit.jupiter:junit-jupiter` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.0...r6.0.1)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `org.springframework.boot:spring-boot-starter` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.2.20 to 2.2.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.20...v2.2.21)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.2.20 to 2.2.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.20...v2.2.21)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.2.20 to 2.2.21

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.2.20 to 2.2.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.20...v2.2.21)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.2.20 to 2.2.21

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.20 to 2.2.21

Updates `com.vaadin:vaadin-bom` from 24.9.2 to 24.9.4

Updates `com.vaadin:vaadin-maven-plugin` from 24.9.2 to 24.9.4
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](vaadin/platform@24.9.2...24.9.4)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `org.flywaydb:flyway-core` from 11.13.2 to 11.15.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.13.2...flyway-11.15.0)

Updates `com.vaadin:vaadin-maven-plugin` from 24.9.2 to 24.9.4
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](vaadin/platform@24.9.2...24.9.4)

Updates `org.apache.avro:avro` from 1.12.0 to 1.12.1

Updates `org.apache.avro:avro-maven-plugin` from 1.12.0 to 1.12.1

Updates `org.springframework.boot:spring-boot-docker-compose` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `org.apache.avro:avro-maven-plugin` from 1.12.0 to 1.12.1

---
updated-dependencies:
- dependency-name: org.axonframework:axon-server-connector
  dependency-version: 5.0.0-preview
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.axonframework:axon-messaging
  dependency-version: 5.0.0-preview
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.axonframework:axon-spring-boot-autoconfigure
  dependency-version: 5.0.0-preview
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-webflux
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-docker-compose
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-webflux
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.7.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 24.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 24.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 24.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.avro:avro
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.avro:avro-maven-plugin
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-docker-compose
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.avro:avro-maven-plugin
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant