Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
org.axonframework:axon-bom 4.12.1 4.12.2
io.axoniq:axonserver-connector-java 2025.2.0-EAP 2025.2.1
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 4.0.0
org.springframework.boot:spring-boot-starter-webflux 3.5.6 4.0.0
org.springframework.boot:spring-boot-maven-plugin 3.5.6 4.0.0
org.springframework.boot:spring-boot-starter 3.5.6 4.0.0
org.springframework.boot:spring-boot-starter-data-jpa 3.5.6 4.0.0
org.springframework.boot:spring-boot-docker-compose 3.5.6 4.0.0
io.projectreactor:reactor-core 3.7.11 3.8.0
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.6
com.vaadin:vaadin-maven-plugin 24.9.2 24.9.6
org.flywaydb:flyway-core 11.13.2 11.18.0
org.apache.avro:avro 1.12.0 1.12.1
org.apache.avro:avro-maven-plugin 1.12.0 1.12.1
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.13 3.0.0

Updates org.axonframework:axon-bom from 4.12.1 to 4.12.2

Release notes

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

Axon Bill of Materials v4.12.2

🛠️ Dependency Upgrade

  • Upgrade AF to 4.12.2 #209

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 24912ae [maven-release-plugin] prepare release axon-4.12.2
  • e273ba0 Merge pull request #209 from AxonFramework/dependency-upgrade/af-4.12.2
  • 56e850b Upgrade AF to 4.12.2
  • 5819a4e [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.axoniq:axonserver-connector-java from 2025.2.0-EAP to 2025.2.1

Release notes

Sourced from io.axoniq:axonserver-connector-java's releases.

Axon Server Connector for Java version 2025.2.1

🪲 Bug Fixes

  • Fix Maven Central badge in README.md #459
  • Connector must invoke callback on registration error #458

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 2407afe [maven-release-plugin] prepare release 2025.2.1
  • 6b2411d Merge pull request #458 from AxonIQ/fix/ack-callback-on-error
  • 0f412e7 Connector must invoke callback on registration error
  • 19d544e [maven-release-plugin] prepare for next development iteration
  • 3ab8f5c [maven-release-plugin] prepare release 2025.2.0
  • a4ae898 [maven-release-plugin] rollback the release of 2025.2.0
  • 8852c0a [maven-release-plugin] prepare for next development iteration
  • f42b709 [maven-release-plugin] prepare release 2025.2.0
  • 8069ab1 [maven-release-plugin] rollback the release of 2025.2.0
  • 46f4b16 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

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 4.0.0

Release notes

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

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work with a parameterless main method #47996
  • Dependency management for Kafka should not manage Scala 2.12 libraries #47991
  • spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail #47983
  • spring-boot-starter-data-mongodb-reactive has dependency on reactor-test #47982
  • Support for ReactiveElasticsearchClient is in the wrong module #47848

📔 Documentation

  • Removed property spring.test.webclient.register-rest-template is still documented #48199
  • Mention support for detecting AWS ECS in "Deploying to the Cloud" #48170
  • Revise AWS section of "Deploying to the Cloud" in reference manual #48163
  • Fix typo in PortInUseException Javadoc #48134
  • Correct section about required setters in "Type-safe Configuration Properties" #48131
  • Use since attribute in configuration properties deprecation consistently #48122
  • Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper #48115
  • Document support for configuring servlet context init parameters using properties #48112
  • Some configuration properties are not documented in the appendix #48095

... (truncated)

Commits
  • 1c0e08b Release v4.0.0
  • 3487928 Merge branch '3.5.x'
  • 29b8e96 Switch make-default in preparation for Spring Boot 4.0.0
  • 88da0dd Merge branch '3.5.x'
  • 56feeaa Next development version (v3.5.9-SNAPSHOT)
  • 3becdc7 Move server.error properties to spring.web.error
  • 2b30632 Merge branch '3.5.x'
  • 4f03b44 Merge branch '3.4.x' into 3.5.x
  • 3d15c13 Next development version (v3.4.13-SNAPSHOT)
  • dc140df Upgrade to Spring Framework 7.0.1
  • Additional commits viewable in compare view

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

Release notes

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

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work with a parameterless main method #47996
  • Dependency management for Kafka should not manage Scala 2.12 libraries #47991
  • spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail #47983
  • spring-boot-starter-data-mongodb-reactive has dependency on reactor-test #47982
  • Support for ReactiveElasticsearchClient is in the wrong module #47848

📔 Documentation

  • Removed property spring.test.webclient.register-rest-template is still documented #48199
  • Mention support for detecting AWS ECS in "Deploying to the Cloud" #48170
  • Revise AWS section of "Deploying to the Cloud" in reference manual #48163
  • Fix typo in PortInUseException Javadoc #48134
  • Correct section about required setters in "Type-safe Configuration Properties" #48131
  • Use since attribute in configuration properties deprecation consistently #48122
  • Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper #48115
  • Document support for configuring servlet context init parameters using properties #48112
  • Some configuration properties are not documented in the appendix #48095

... (truncated)

Commits
  • 1c0e08b Release v4.0.0
  • 3487928 Merge branch '3.5.x'
  • 29b8e96 Switch make-default in preparation for Spring Boot 4.0.0
  • 88da0dd Merge branch '3.5.x'
  • 56feeaa Next development version (v3.5.9-SNAPSHOT)
  • 3becdc7 Move server.error properties to spring.web.error
  • 2b30632 Merge branch '3.5.x'
  • 4f03b44 Merge branch '3.4.x' into 3.5.x
  • 3d15c13 Next development version (v3.4.13-SNAPSHOT)
  • dc140df Upgrade to Spring Framework 7.0.1
  • Additional commits viewable in compare view

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

Release notes

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

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work with a parameterless main method #47996
  • Dependency management for Kafka should not manage Scala 2.12 libraries #47991
  • spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail #47983
  • spring-boot-starter-data-mongodb-reactive has dependency on reactor-test #47982
  • Support for ReactiveElasticsearchClient is in the wrong module #47848

📔 Documentation

  • Removed property spring.test.webclient.register-rest-template is still documented #48199
  • Mention support for detecting AWS ECS in "Deploying to the Cloud" #48170
  • Revise AWS section of "Deploying to the Cloud" in reference manual #48163
  • Fix typo in PortInUseException Javadoc #48134
  • Correct section about required setters in "Type-safe Configuration Properties" #48131
  • Use since attribute in configuration properties deprecation consistently #48122
  • Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper #48115
  • Document support for configuring servlet context init parameters using properties #48112
  • Some configuration properties are not documented in the appendix #48095

... (truncated)

Commits
  • 1c0e08b Release v4.0.0
  • 3487928 Merge branch '3.5.x'
  • 29b8e96 Switch make-default in preparation for Spring Boot 4.0.0
  • 88da0dd Merge branch '3.5.x'
  • 56feeaa Next development version (v3.5.9-SNAPSHOT)
  • 3becdc7 Move server.error properties to spring.web.error
  • 2b30632 Merge branch '3.5.x'
  • 4f03b44 Merge branch '3.4.x' into 3.5.x
  • 3d15c13 Next development version (v3.4.13-SNAPSHOT)
  • dc140df Upgrade to Spring Framework 7.0.1
  • Additional commits viewable in compare view

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

Release notes

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

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work w...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [org.axonframework:axon-bom](https://github.com/AxonFramework/axon-bom) | `4.12.1` | `4.12.2` |
| [io.axoniq:axonserver-connector-java](https://github.com/AxonIQ/axonserver-connector-java) | `2025.2.0-EAP` | `2025.2.1` |
| [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` | `4.0.0` |
| [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) | `3.5.6` | `4.0.0` |
| [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.6` | `4.0.0` |
| [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot) | `3.5.6` | `4.0.0` |
| [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.5.6` | `4.0.0` |
| [org.springframework.boot:spring-boot-docker-compose](https://github.com/spring-projects/spring-boot) | `3.5.6` | `4.0.0` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.11` | `3.8.0` |
| [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.6` |
| [com.vaadin:vaadin-maven-plugin](https://github.com/vaadin/platform) | `24.9.2` | `24.9.6` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.13.2` | `11.18.0` |
| org.apache.avro:avro | `1.12.0` | `1.12.1` |
| org.apache.avro:avro-maven-plugin | `1.12.0` | `1.12.1` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.13` | `3.0.0` |



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

Updates `io.axoniq:axonserver-connector-java` from 2025.2.0-EAP to 2025.2.1
- [Release notes](https://github.com/AxonIQ/axonserver-connector-java/releases)
- [Commits](AxonIQ/axonserver-connector-java@2025.2.0-EAP...2025.2.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 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v4.0.0)

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

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

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

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

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

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

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

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 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v4.0.0)

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

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.6

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

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

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

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

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 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v4.0.0)

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

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.13 to 3.0.0
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.13...v3.0.0)

---
updated-dependencies:
- dependency-name: org.axonframework:axon-bom
  dependency-version: 4.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.axoniq:axonserver-connector-java
  dependency-version: 2025.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-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: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-webflux
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-docker-compose
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-webflux
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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.6
  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.6
  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: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.18.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.6
  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: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@smcvb smcvb self-assigned this Dec 1, 2025
@smcvb
Copy link
Collaborator

smcvb commented Dec 1, 2025

We need to upgrade the samples to AF5 before this can be merged.

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