Skip to content

build(deps): bump spring-version from 6.2.17 to 7.0.6#1781

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/spring-version-7.0.6
Open

build(deps): bump spring-version from 6.2.17 to 7.0.6#1781
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/spring-version-7.0.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps spring-version from 6.2.17 to 7.0.6.
Updates org.springframework:spring-aop from 6.2.17 to 7.0.6

Release notes

Sourced from org.springframework:spring-aop's releases.

v7.0.6

⚠️ Attention Required

  • Log warning when default context configuration is ignored within test class hierarchies #36390
  • Ignore flush calls on ServletServerHttpResponse body outputstream #36385

⭐ New Features

  • Leverage ResourceHandlerUtils in ScriptTemplateView #36458
  • Restore ScriptTemplateViewTests #36456
  • Fix log message in ConfigurationClassBeanDefinitionReader #36453
  • DefaultResponseErrorHandler - setMessageConverters() not called via RestClient #36434
  • Resolve context initializers only once in AbstractTestContextBootstrapper #36430
  • Invoke resolveContextLoader() only once in AbstractTestContextBootstrapper #36425
  • Further align synthesized annotation toString() with modern JDKs #36417
  • Introduce setDefaultCharset() in AbstractResourceBasedMessageSource #36413
  • Support for JPA 4.0 flush mode "explicit" #36401
  • Support application-wide defaultHtmlEscape setting in WebFlux RequestContext #36400
  • Support Predicate<RequestPath>> in path API version resolver #36398
  • Avoid duplicate flushes in HttpMessageConverter implementations #36383
  • Add support for non-flushing OutputStream to StreamUtils #36382
  • Make it easier to get InputStream from RestClient #36380
  • RuntimeHintsWriter should comply with reachability-metadata-schema-v1.2.0.json #36379
  • Make it easier to create custom HttpExchangeAdapter #36374
  • Improve ResourceHttpMessageConverter target type support #36368
  • org.springframework.test.web.servlet.assertj.AbstractHttpServletResponseAssert#headers case sensitivity #36349
  • Allow registering serialized lambda metadata through RuntimeHints #36339
  • Refactor calculateHashCode in RequestMappingInfo #36325

🐞 Bug Fixes

  • MetadataReader misses enclosing class name for Kotlin nested classes with Java 24+ #36451
  • Guard against invalid id/event values in Server Sent Events #36440
  • Component scanning fails against non-loadable annotation type with enum array on Java 25 #36432
  • Duplicate ServletServerHttpRequest headers #36418
  • Incomplete debug message in ConfigurationClassBeanDefinitionReader #36410
  • Inconsistent ApplicationEventMulticaster state after removing ApplicationListener implemented by FactoryBean #36404
  • Propagate max frame length to WebSocket session #36370
  • Graceful shutdown of SimpleAsyncTaskExecutor #36362
  • Duplicate response headers with ResponseEntity<Mono<T>> (or Kotlin suspend function) controller method #36357
  • HttpServiceProxyFactory returns LinkedHashMap instead of target type for method with generic return type #36326
  • HttpMediaTypeException thrown when calculating compatible media types #36300

📔 Documentation

  • Document FullyQualifiedConfigurationBeanNameGenerator in Javadoc and reference docs #36455
  • Document @Fallback alongside Primary in the reference manual and @Bean Javadoc #36439
  • Fix links to UriComponentsBuilder and polish examples #36403
  • Emphasize @Configuration classes over XML and Groovy in testing chapter #36393
  • Document tips to avoid issues with ignored default context configuration in tests #36392

... (truncated)

Commits
  • 1526cee Release v7.0.6
  • 739d5ba Leverage ResourceHandlerUtils in ScriptTemplateView
  • 19ab92e Restore ScriptTemplateViewTests
  • 04313f0 Improve documentation for FullyQualifiedConfigurationBeanNameGenerator
  • e634ced Fix log message in ConfigurationClassBeanDefinitionReader
  • 1502c22 Remove redundant method invocation
  • cc5c7ba Fix enclosing class resolution with ClassFile API
  • 0269eb8 Fix typo and improve Javadoc for ConfigurationBeanNameGenerator
  • 9cedcd6 Polishing
  • 4e8acb9 Polish contribution
  • Additional commits viewable in compare view

Updates org.springframework:spring-beans from 6.2.17 to 7.0.6

Release notes

Sourced from org.springframework:spring-beans's releases.

v7.0.6

⚠️ Attention Required

  • Log warning when default context configuration is ignored within test class hierarchies #36390
  • Ignore flush calls on ServletServerHttpResponse body outputstream #36385

⭐ New Features

  • Leverage ResourceHandlerUtils in ScriptTemplateView #36458
  • Restore ScriptTemplateViewTests #36456
  • Fix log message in ConfigurationClassBeanDefinitionReader #36453
  • DefaultResponseErrorHandler - setMessageConverters() not called via RestClient #36434
  • Resolve context initializers only once in AbstractTestContextBootstrapper #36430
  • Invoke resolveContextLoader() only once in AbstractTestContextBootstrapper #36425
  • Further align synthesized annotation toString() with modern JDKs #36417
  • Introduce setDefaultCharset() in AbstractResourceBasedMessageSource #36413
  • Support for JPA 4.0 flush mode "explicit" #36401
  • Support application-wide defaultHtmlEscape setting in WebFlux RequestContext #36400
  • Support Predicate<RequestPath>> in path API version resolver #36398
  • Avoid duplicate flushes in HttpMessageConverter implementations #36383
  • Add support for non-flushing OutputStream to StreamUtils #36382
  • Make it easier to get InputStream from RestClient #36380
  • RuntimeHintsWriter should comply with reachability-metadata-schema-v1.2.0.json #36379
  • Make it easier to create custom HttpExchangeAdapter #36374
  • Improve ResourceHttpMessageConverter target type support #36368
  • org.springframework.test.web.servlet.assertj.AbstractHttpServletResponseAssert#headers case sensitivity #36349
  • Allow registering serialized lambda metadata through RuntimeHints #36339
  • Refactor calculateHashCode in RequestMappingInfo #36325

🐞 Bug Fixes

  • MetadataReader misses enclosing class name for Kotlin nested classes with Java 24+ #36451
  • Guard against invalid id/event values in Server Sent Events #36440
  • Component scanning fails against non-loadable annotation type with enum array on Java 25 #36432
  • Duplicate ServletServerHttpRequest headers #36418
  • Incomplete debug message in ConfigurationClassBeanDefinitionReader #36410
  • Inconsistent ApplicationEventMulticaster state after removing ApplicationListener implemented by FactoryBean #36404
  • Propagate max frame length to WebSocket session #36370
  • Graceful shutdown of SimpleAsyncTaskExecutor #36362
  • Duplicate response headers with ResponseEntity<Mono<T>> (or Kotlin suspend function) controller method #36357
  • HttpServiceProxyFactory returns LinkedHashMap instead of target type for method with generic return type #36326
  • HttpMediaTypeException thrown when calculating compatible media types #36300

📔 Documentation

  • Document FullyQualifiedConfigurationBeanNameGenerator in Javadoc and reference docs #36455
  • Document @Fallback alongside Primary in the reference manual and @Bean Javadoc #36439
  • Fix links to UriComponentsBuilder and polish examples #36403
  • Emphasize @Configuration classes over XML and Groovy in testing chapter #36393
  • Document tips to avoid issues with ignored default context configuration in tests #36392

... (truncated)

Commits
  • 1526cee Release v7.0.6
  • 739d5ba Leverage ResourceHandlerUtils in ScriptTemplateView
  • 19ab92e Restore ScriptTemplateViewTests
  • 04313f0 Improve documentation for FullyQualifiedConfigurationBeanNameGenerator
  • e634ced Fix log message in ConfigurationClassBeanDefinitionReader
  • 1502c22 Remove redundant method invocation
  • cc5c7ba Fix enclosing class resolution with ClassFile API
  • 0269eb8 Fix typo and improve Javadoc for ConfigurationBeanNameGenerator
  • 9cedcd6 Polishing
  • 4e8acb9 Polish contribution
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.2.17 to 7.0.6

Release notes

Sourced from org.springframework:spring-context's releases.

v7.0.6

⚠️ Attention Required

  • Log warning when default context configuration is ignored within test class hierarchies #36390
  • Ignore flush calls on ServletServerHttpResponse body outputstream #36385

⭐ New Features

  • Leverage ResourceHandlerUtils in ScriptTemplateView #36458
  • Restore ScriptTemplateViewTests #36456
  • Fix log message in ConfigurationClassBeanDefinitionReader #36453
  • DefaultResponseErrorHandler - setMessageConverters() not called via RestClient #36434
  • Resolve context initializers only once in AbstractTestContextBootstrapper #36430
  • Invoke resolveContextLoader() only once in AbstractTestContextBootstrapper #36425
  • Further align synthesized annotation toString() with modern JDKs #36417
  • Introduce setDefaultCharset() in AbstractResourceBasedMessageSource #36413
  • Support for JPA 4.0 flush mode "explicit" #36401
  • Support application-wide defaultHtmlEscape setting in WebFlux RequestContext #36400
  • Support Predicate<RequestPath>> in path API version resolver #36398
  • Avoid duplicate flushes in HttpMessageConverter implementations #36383
  • Add support for non-flushing OutputStream to StreamUtils #36382
  • Make it easier to get InputStream from RestClient #36380
  • RuntimeHintsWriter should comply with reachability-metadata-schema-v1.2.0.json #36379
  • Make it easier to create custom HttpExchangeAdapter #36374
  • Improve ResourceHttpMessageConverter target type support #36368
  • org.springframework.test.web.servlet.assertj.AbstractHttpServletResponseAssert#headers case sensitivity #36349
  • Allow registering serialized lambda metadata through RuntimeHints #36339
  • Refactor calculateHashCode in RequestMappingInfo #36325

🐞 Bug Fixes

  • MetadataReader misses enclosing class name for Kotlin nested classes with Java 24+ #36451
  • Guard against invalid id/event values in Server Sent Events #36440
  • Component scanning fails against non-loadable annotation type with enum array on Java 25 #36432
  • Duplicate ServletServerHttpRequest headers #36418
  • Incomplete debug message in ConfigurationClassBeanDefinitionReader #36410
  • Inconsistent ApplicationEventMulticaster state after removing ApplicationListener implemented by FactoryBean #36404
  • Propagate max frame length to WebSocket session #36370
  • Graceful shutdown of SimpleAsyncTaskExecutor #36362
  • Duplicate response headers with ResponseEntity<Mono<T>> (or Kotlin suspend function) controller method #36357
  • HttpServiceProxyFactory returns LinkedHashMap instead of target type for method with generic return type #36326
  • HttpMediaTypeException thrown when calculating compatible media types #36300

📔 Documentation

  • Document FullyQualifiedConfigurationBeanNameGenerator in Javadoc and reference docs #36455
  • Document @Fallback alongside Primary in the reference manual and @Bean Javadoc #36439
  • Fix links to UriComponentsBuilder and polish examples #36403
  • Emphasize @Configuration classes over XML and Groovy in testing chapter #36393
  • Document tips to avoid issues with ignored default context configuration in tests #36392

... (truncated)

Commits
  • 1526cee Release v7.0.6
  • 739d5ba Leverage ResourceHandlerUtils in ScriptTemplateView
  • 19ab92e Restore ScriptTemplateViewTests
  • 04313f0 Improve documentation for FullyQualifiedConfigurationBeanNameGenerator
  • e634ced Fix log message in ConfigurationClassBeanDefinitionReader
  • 1502c22 Remove redundant method invocation
  • cc5c7ba Fix enclosing class resolution with ClassFile API
  • 0269eb8 Fix typo and improve Javadoc for ConfigurationBeanNameGenerator
  • 9cedcd6 Polishing
  • 4e8acb9 Polish contribution
  • Additional commits viewable in compare view

Updates org.springframework:spring-core from 6.2.17 to 7.0.6

Release notes

Sourced from org.springframework:spring-core's releases.

v7.0.6

⚠️ Attention Required

  • Log warning when default context configuration is ignored within test class hierarchies #36390
  • Ignore flush calls on ServletServerHttpResponse body outputstream #36385

⭐ New Features

  • Leverage ResourceHandlerUtils in ScriptTemplateView #36458
  • Restore ScriptTemplateViewTests #36456
  • Fix log message in ConfigurationClassBeanDefinitionReader #36453
  • DefaultResponseErrorHandler - setMessageConverters() not called via RestClient #36434
  • Resolve context initializers only once in AbstractTestContextBootstrapper #36430
  • Invoke resolveContextLoader() only once in AbstractTestContextBootstrapper #36425
  • Further align synthesized annotation toString() with modern JDKs #36417
  • Introduce setDefaultCharset() in AbstractResourceBasedMessageSource #36413
  • Support for JPA 4.0 flush mode "explicit" #36401
  • Support application-wide defaultHtmlEscape setting in WebFlux RequestContext #36400
  • Support Predicate<RequestPath>> in path API version resolver #36398
  • Avoid duplicate flushes in HttpMessageConverter implementations #36383
  • Add support for non-flushing OutputStream to StreamUtils #36382
  • Make it easier to get InputStream from RestClient #36380
  • RuntimeHintsWriter should comply with reachability-metadata-schema-v1.2.0.json #36379
  • Make it easier to create custom HttpExchangeAdapter #36374
  • Improve ResourceHttpMessageConverter target type support #36368
  • org.springframework.test.web.servlet.assertj.AbstractHttpServletResponseAssert#headers case sensitivity #36349
  • Allow registering serialized lambda metadata through RuntimeHints #36339
  • Refactor calculateHashCode in RequestMappingInfo #36325

🐞 Bug Fixes

  • MetadataReader misses enclosing class name for Kotlin nested classes with Java 24+ #36451
  • Guard against invalid id/event values in Server Sent Events #36440
  • Component scanning fails against non-loadable annotation type with enum array on Java 25 #36432
  • Duplicate ServletServerHttpRequest headers #36418
  • Incomplete debug message in ConfigurationClassBeanDefinitionReader #36410
  • Inconsistent ApplicationEventMulticaster state after removing ApplicationListener implemented by FactoryBean #36404
  • Propagate max frame length to WebSocket session #36370
  • Graceful shutdown of SimpleAsyncTaskExecutor #36362
  • Duplicate response headers with ResponseEntity<Mono<T>> (or Kotlin suspend function) controller method #36357
  • HttpServiceProxyFactory returns LinkedHashMap instead of target type for method with generic return type #36326
  • HttpMediaTypeException thrown when calculating compatible media types #36300

📔 Documentation

  • Document FullyQualifiedConfigurationBeanNameGenerator in Javadoc and reference docs #36455
  • Document @Fallback alongside Primary in the reference manual and @Bean Javadoc #36439
  • Fix links to UriComponentsBuilder and polish examples #36403
  • Emphasize @Configuration classes over XML and Groovy in testing chapter #36393
  • Document tips to avoid issues with ignored default context configuration in tests #36392

... (truncated)

Commits
  • 1526cee Release v7.0.6
  • 739d5ba Leverage ResourceHandlerUtils in ScriptTemplateView
  • 19ab92e Restore ScriptTemplateViewTests
  • 04313f0 Improve documentation for FullyQualifiedConfigurationBeanNameGenerator
  • e634ced Fix log message in ConfigurationClassBeanDefinitionReader
  • 1502c22 Remove redundant method invocation
  • cc5c7ba Fix enclosing class resolution with ClassFile API
  • 0269eb8 Fix typo and improve Javadoc for ConfigurationBeanNameGenerator
  • 9cedcd6 Polishing
  • 4e8acb9 Polish contribution
  • Additional commits viewable in compare view

Updates org.springframework:spring-expression from 6.2.17 to 7.0.6

Release notes

Sourced from org.springframework:spring-expression's releases.

v7.0.6

⚠️ Attention Required

  • Log warning when default context configuration is ignored within test class hierarchies #36390
  • Ignore flush calls on ServletServerHttpResponse body outputstream #36385

⭐ New Features

  • Leverage ResourceHandlerUtils in ScriptTemplateView #36458
  • Restore ScriptTemplateViewTests #36456
  • Fix log message in ConfigurationClassBeanDefinitionReader #36453
  • DefaultResponseErrorHandler - setMessageConverters() not called via RestClient #36434
  • Resolve context initializers only once in AbstractTestContextBootstrapper #36430
  • Invoke resolveContextLoader() only once in AbstractTestContextBootstrapper #36425
  • Further align synthesized annotation toString() with modern JDKs #36417
  • Introduce setDefaultCharset() in AbstractResourceBasedMessageSource #36413
  • Support for JPA 4.0 flush mode "explicit" #36401
  • Support application-wide defaultHtmlEscape setting in WebFlux RequestContext #36400
  • Support Predicate<RequestPath>> in path API version resolver #36398
  • Avoid duplicate flushes in HttpMessageConverter implementations #36383
  • Add support for non-flushing OutputStream to StreamUtils #36382
  • Make it easier to get InputStream from RestClient #36380
  • RuntimeHintsWriter should comply with reachability-metadata-schema-v1.2.0.json #36379
  • Make it easier to create custom HttpExchangeAdapter #36374
  • Improve ResourceHttpMessageConverter target type support #36368
  • org.springframework.test.web.servlet.assertj.AbstractHttpServletResponseAssert#headers case sensitivity #36349
  • Allow registering serialized lambda metadata through RuntimeHints #36339
  • Refactor calculateHashCode in RequestMappingInfo #36325

🐞 Bug Fixes

  • MetadataReader misses enclosing class name for Kotlin nested classes with Java 24+ #36451
  • Guard against invalid id/event values in Server Sent Events #36440
  • Component scanning fails against non-loadable annotation type with enum array on Java 25 #36432
  • Duplicate ServletServerHttpRequest headers #36418
  • Incomplete debug message in ConfigurationClassBeanDefinitionReader #36410
  • Inconsistent ApplicationEventMulticaster state after removing ApplicationListener implemented by FactoryBean #36404
  • Propagate max frame length to WebSocket session #36370
  • Graceful shutdown of SimpleAsyncTaskExecutor #36362
  • Duplicate response headers with ResponseEntity<Mono<T>> (or Kotlin suspend function) controller method #36357
  • HttpServiceProxyFactory returns LinkedHashMap instead of target type for method with generic return type #36326
  • HttpMediaTypeException thrown when calculating compatible media types #36300

📔 Documentation

  • Document FullyQualifiedConfigurationBeanNameGenerator in Javadoc and reference docs #36455
  • Document @Fallback alongside Primary in the reference manual and @Bean Javadoc #36439
  • Fix links to UriComponentsBuilder and polish examples #36403
  • Emphasize @Configuration classes over XML and Groovy in testing chapter #36393
  • Document tips to avoid issues with ignored default context configuration in tests #36392

... (truncated)

Commits
  • 1526cee Release v7.0.6
  • 739d5ba Leverage ResourceHandlerUtils in ScriptTemplateView
  • 19ab92e Restore ScriptTemplateViewTests
  • 04313f0 Improve documentation for FullyQualifiedConfigurationBeanNameGenerator
  • e634ced Fix log message in ConfigurationClassBeanDefinitionReader
  • 1502c22 Remove redundant method invocation
  • cc5c7ba Fix enclosing class resolution with ClassFile API
  • 0269eb8 Fix typo and improve Javadoc for ConfigurationBeanNameGenerator
  • 9cedcd6 Polishing
  • 4e8acb9 Polish contribution
  • Additional commits viewable in compare view

Updates org.springframework:spring-jms from 6.2.17 to 7.0.6

Release notes

Sourced from org.springframework:spring-jms's releases.

v7.0.6

⚠️ Attention Required

  • Log warning when default context configuration is ignored within test class hierarchies #36390
  • Ignore flush calls on ServletServerHttpResponse body outputstream #36385

⭐ New Features

  • Leverage ResourceHandlerUtils in ScriptTemplateView #36458
  • Restore ScriptTemplateViewTests #36456
  • Fix log message in ConfigurationClassBeanDefinitionReader #36453
  • DefaultResponseErrorHandler - setMessageConverters() not called via RestClient #36434
  • Resolve context initializers only once in AbstractTestContextBootstrapper #36430
  • Invoke resolveContextLoader() only once in AbstractTestContextBootstrapper #36425
  • Further align synthesized annotation toString() with modern JDKs #36417
  • Introduce setDefaultCharset() in AbstractResourceBasedMessageSource #36413
  • Support for JPA 4.0 flush mode "explicit" #36401
  • Support application-wide defaultHtmlEscape setting in WebFlux RequestContext #36400
  • Support Predicate<RequestPath>> in path API version resolver #36398
  • Avoid duplicate flushes in HttpMessageConverter implementations #36383
  • Add support for non-flushing OutputStream to StreamUtils #36382
  • Make it easier to get InputStream from RestClient #36380
  • RuntimeHintsWriter should comply with reachability-metadata-schema-v1.2.0.json #36379
  • Make it easier to create custom HttpExchangeAdapter #36374
  • Improve ResourceHttpMessageConverter target type support #36368
  • org.springframework.test.web.servlet.assertj.AbstractHttpServletResponseAssert#headers case sensitivity #36349
  • Allow registering serialized lambda metadata through RuntimeHints #36339
  • Refactor calculateHashCode in RequestMappingInfo #36325

🐞 Bug Fixes

  • MetadataReader misses enclosing class name for Kotlin nested classes with Java 24+ #36451
  • Guard against invalid id/event values in Server Sent Events #36440
  • Component scanning fails against non-loadable annotation type with enum array on Java 25 #36432
  • Duplicate ServletServerHttpRequest headers #36418
  • Incomplete debug message in ConfigurationClassBeanDefinitionReader #36410
  • Inconsistent ApplicationEventMulticaster state after removing ApplicationListener implemented by FactoryBean #36404
  • Propagate max frame length to WebSocket session #36370
  • Graceful shutdown of SimpleAsyncTaskExecutor #36362
  • Duplicate response headers with ResponseEntity<Mono<T>> (or Kotlin suspend function) controller method #36357
  • HttpServiceProxyFactory returns LinkedHashMap instead of target type for method with generic return type #36326
  • HttpMediaTypeException thrown when calculating compatible media types #36300

📔 Documentation

  • Document FullyQualifiedConfigurationBeanNameGenerator in Javadoc and reference docs #36455
  • Document @Fallback alongside Primary in the reference manual and @Bean Javadoc #36439
  • Fix links to UriComponentsBuilder and polish examples #36403
  • Emphasize @Configuration classes over XML and Groovy in testing chapter #36393
  • Document tips to avoid issues with ignored default context configuration in tests #36392

... (truncated)

Commits
  • 1526cee Release v7.0.6
  • 739d5ba Leverage ResourceHandlerUtils in ScriptTemplateView
  • 19ab92e Restore ScriptTemplateViewTests
  • 04313f0 Improve documentation for FullyQualifiedConfigurationBeanNameGenerator
  • e634ced Fix log message in ConfigurationClassBeanDefinitionReader
  • 1502c22 Remove redundant method invocation
  • cc5c7ba Fix enclosing class resolution with ClassFile API
  • 0269eb8 Fix typo and improve Javadoc for ConfigurationBeanNameGenerator
  • 9cedcd6 Polishing
  • 4e8acb9 Polish contribution
  • Additional commits viewable in compare view

Updates org.springframework:spring-tx from 6.2.17 to 7.0.6

Release notes

Sourced from org.springframework:spring-tx's releases.

v7.0.6

⚠️ Attention Required

  • Log warning when default context configuration is ignored within test class hierarchies #36390
  • Ignore flush calls on ServletServerHttpResponse body outputstream #36385

⭐ New Features

  • Leverage ResourceHandlerUtils in ScriptTemplateView #36458
  • Restore ScriptTemplateViewTests #36456
  • Fix log message in ConfigurationClassBeanDefinitionReader #36453
  • DefaultResponseErrorHandler - setMessageConverters() not called via RestClient #36434
  • Resolve context initializers only once in AbstractTestContextBootstrapper #36430
  • Invoke resolveContextLoader() only once in AbstractTestContextBootstrapper #36425
  • Further align synthesized annotation toString() with modern JDKs #36417
  • Introduce setDefaultCharset() in AbstractResourceBasedMessageSource #36413
  • Support for JPA 4.0 flush mode "explicit" #36401
  • Support application-wide defaultHtmlEscape setting in WebFlux RequestContext #36400
  • Support Predicate<RequestPath>> in path API version resolver #36398
  • Avoid duplicate flushes in HttpMessageConverter implementations #36383
  • Add support for non-flushing OutputStream to StreamUtils #36382
  • Make it easier to get InputStream from RestClient #36380
  • RuntimeHintsWriter should comply with reachability-metadata-schema-v1.2.0.json #36379
  • Make it easier to create custom HttpExchangeAdapter #36374
  • Improve ResourceHttpMessageConverter target type support #36368
  • org.springframework.test.web.servlet.assertj.AbstractHttpServletResponseAssert#headers case sensitivity #36349
  • Allow registering serialized lambda metadata through RuntimeHints #36339
  • Refactor calculateHashCode in RequestMappingInfo #36325

🐞 Bug Fixes

  • MetadataReader misses enclosing class name for Kotlin nested classes with Java 24+ #36451
  • Guard against invalid id/event values in Server Sent Events #36440
  • Component scanning fails against non-loadable annotation type with enum array on Java 25 #36432
  • Duplicate ServletServerHttpRequest headers #36418
  • Incomplete debug message in ConfigurationClassBeanDefinitionReader #36410
  • Inconsistent ApplicationEventMulticaster state after removing ApplicationListener implemented by FactoryBean #36404
  • Propagate max frame length to WebSocket session #36370
  • Graceful shutdown of SimpleAsyncTaskExecutor #36362
  • Duplicate response headers with ResponseEntity<Mono<T>> (or Kotlin suspend function) controller method #36357
  • HttpServiceProxyFactory returns LinkedHashMap instead of target type for method with generic return type #36326
  • HttpMediaTypeException thrown when calculating compatible media types #36300

📔 Documentation

  • Document FullyQualifiedConfigurationBeanNameGenerator in Javadoc and reference docs #36455
  • Document @Fallback alongside Primary in the reference manual and @Bean Javadoc #36439
  • Fix links to UriComponentsBuilder and polish examples #36403
  • Emphasize @Configuration classes over XML and Groovy in testing chapter #36393
  • Document tips to avoid issues with ignored default context configuration in tests #36392

... (truncated)

Commits
  • 1526cee Release v7.0.6
  • 739d5ba Leverage ResourceHandlerUtils in ScriptTemplateView
  • 19ab92e Restore ScriptTemplateViewTests
  • 04313f0 Improve documentation for FullyQualifiedConfigurationBeanNameGenerator
  • e634ced Fix log message in ConfigurationClassBeanDefinitionReader
  • 1502c22 Remove redundant method invocation
  • cc5c7ba Fix enclosing class resolution with ClassFile API
  • 0269eb8 F...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 16, 2026
@github-actions
Copy link

github-actions bot commented Mar 16, 2026

Test Results

 1 072 files  ±0  1 072 suites  ±0   4h 25m 41s ⏱️ + 4m 1s
 9 995 tests ±0  9 684 ✅ ±0  311 💤 ±0  0 ❌ ±0 
10 183 runs  ±0  9 872 ✅ ±0  311 💤 ±0  0 ❌ ±0 

Results for commit fd2052b. ± Comparison against base commit b9a2b8f.

This pull request removes 62 and adds 62 tests. Note that renamed tests count towards both.
org.apache.activemq.bugs.AMQ4656Test ‑ testDurableConsumerEnqueueCountWithZeroPrefetch[org.apache.activemq.broker.region.policy.FilePendingDurableSubscriberMessageStoragePolicy@4b2c5e02]
org.apache.activemq.bugs.AMQ4656Test ‑ testDurableConsumerEnqueueCountWithZeroPrefetch[org.apache.activemq.broker.region.policy.StorePendingDurableSubscriberMessageStoragePolicy@3eb91815]
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=GUESTS.BY_PASS,TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@6b6776cb, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@1787bc24}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@6b6776cb, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@6b6776cb, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@1787bc24}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@6b6776cb, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@6b6776cb, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@1787bc24}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@6b6776cb, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@6b6776cb, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@1787bc24}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@6b6776cb, authenticationPlugin=SimpleAuthenticationBroker}
…
org.apache.activemq.bugs.AMQ4656Test ‑ testDurableConsumerEnqueueCountWithZeroPrefetch[org.apache.activemq.broker.region.policy.FilePendingDurableSubscriberMessageStoragePolicy@5e17553a]
org.apache.activemq.bugs.AMQ4656Test ‑ testDurableConsumerEnqueueCountWithZeroPrefetch[org.apache.activemq.broker.region.policy.StorePendingDurableSubscriberMessageStoragePolicy@19b89d4]
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=GUESTS.BY_PASS,TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@797b0699, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@26df6e3a}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@797b0699, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@797b0699, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@26df6e3a}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@797b0699, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@797b0699, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@26df6e3a}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@797b0699, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@797b0699, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@26df6e3a}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@797b0699, authenticationPlugin=SimpleAuthenticationBroker}
…

♻️ This comment has been updated with latest results.

Bumps `spring-version` from 6.2.17 to 7.0.6.

Updates `org.springframework:spring-aop` from 6.2.17 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v7.0.6)

Updates `org.springframework:spring-beans` from 6.2.17 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v7.0.6)

Updates `org.springframework:spring-context` from 6.2.17 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v7.0.6)

Updates `org.springframework:spring-core` from 6.2.17 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v7.0.6)

Updates `org.springframework:spring-expression` from 6.2.17 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v7.0.6)

Updates `org.springframework:spring-jms` from 6.2.17 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v7.0.6)

Updates `org.springframework:spring-tx` from 6.2.17 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v7.0.6)

Updates `org.springframework:spring-webmvc` from 6.2.17 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v7.0.6)

Updates `org.springframework:spring-web` from 6.2.17 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v7.0.6)

Updates `org.springframework:spring-test` from 6.2.17 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v7.0.6)

Updates `org.springframework:spring-oxm` from 6.2.17 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v7.0.6)

---
updated-dependencies:
- dependency-name: org.springframework:spring-aop
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-beans
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-context
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-core
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-expression
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-jms
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-tx
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-webmvc
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-web
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-test
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-oxm
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/spring-version-7.0.6 branch from 6d74039 to fd2052b Compare March 20, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants