Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump the spring group across 3 directories with 6 updates #1569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dependabot wants to merge 1 commit into main
base: main
Choose a base branch
Loading
from dependabot/maven/spring-ce03b155bc

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025
edited
Loading

Bumps the spring group with 2 updates in the / directory: org.springframework:spring-webmvc and org.springframework:spring-test.
Bumps the spring group with 2 updates in the /aws-serverless-java-container-spring directory: org.springframework:spring-webmvc and org.springframework:spring-test.
Bumps the spring group with 3 updates in the /samples/spring/pet-store directory: org.springframework:spring-webmvc, org.springframework:spring-context and org.springframework:spring-context-indexer.

Updates org.springframework:spring-webmvc from 6.2.8 to 6.2.12

Release notes

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

v6.2.12

⭐ New Features

  • Add "forEachByte" variant to DataBuffer for efficient traversing #35623
  • Nested transaction support via savepoints is broken in HSQLDB database [followup] #35618
  • Improve exception handling in ConfigurationClassBeanDefinitionReader #35631
  • Add MySQL/MariaDB to TableMetaDataProviderFactory for correct generated-keys support #35593
  • Optimize state management in StompSubProtocolHandler #35591
  • ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup #35589
  • Emit log message when multiple primary beans are detected #35550
  • Duplicate key error is mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator for BatchUpdateException #35547
  • Remove redundant object allocation in cglib proxy method calls #35543
  • Remove deprecation on CandidateComponentsIndex and CandidateComponentsIndexLoader #35472
  • Processing response with no Content-Length header and no body raises EOFException #35361

🐞 Bug Fixes

  • DefaultListableBeanFactory::getBeanNamesForType does not always return all bean names #35634
  • Consider defaultCandidate for scoped proxies #35627
  • Release data buffer in AbstractCharSequenceDecoder even when String creation fails #35625
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #35617
  • Prevent NoClassDefFoundError when Jetty Reactive HttpClient is not available #35608
  • Performance regression with Property Placeholder Resolution #35594
  • Retain order of produces media types in @ExceptionHandler #35587
  • Nested transaction support via savepoints is broken in HSQLDB database #35564
  • SpEL expression parser uses more CPU after upgrade to 6.2.9 #35556
  • Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks #35545
  • Update parsed path handling in UrlHandlerFilter #35538
  • ResourceHttpMessageWriter.write has unexpected error handling for invalid range requests (offset > content length) #35536
  • AbstractTestNGSpringContextTests is not thread-safe regarding tracked exceptions #35528
  • UrlHandlerFilter breaks RequestDispatcher.forward() on Tomcat #35509
  • AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent #35493
  • Add support for JvmDefault (default in Kotlin 2.2.20+) #35487
  • InstanceSupplierCodeGenerator fails to detect deprecated type on package private factory method #35486
  • Fix synchronization in ResponseBodyEmitter #35466
  • useCaches option in PathMatchingResourcePatternResolver not applied in special case #35465
  • Deadlock during context initialization due to EntityManager lock #35398

📔 Documentation

  • Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler #35572
  • Fix idref example in reference manual #35560
  • Fix URI Patterns docs in WebMVC and WebFlux Request Mapping #35551
  • Allow event listener method declared with multiple event classes to take a single parameter that is assignable from all of those event classes #35506
  • Improve Task Javadoc about Runnable wrapping #35394

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.12 #35640
  • Upgrade to Reactor 2024011 #35638

... (truncated)

Commits
  • e354390 Release v6.2.12
  • c53132e Polishing
  • 03c3ec1 Fall back on remoteHost if remoteAddress is null
  • c88bfc5 Refactor state management in StompSubProtocolHandler
  • a96558c Revise commit 01acb805018da643a3c4320ff0e032aa998beda8
  • 1612b7c Remove test prefixes
  • 01acb80 Improve exception handling in ConfigurationClassBeanDefinitionReader
  • f4438ce Upgrade to Reactor 2024011 and Micrometer 1.14.12
  • 5033b9d Reset by-type cache for Object after registering a new singleton
  • d733023 Consistently apply fallback attribute to proxy definition as well
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.2.8 to 6.2.12

Release notes

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

v6.2.12

⭐ New Features

  • Add "forEachByte" variant to DataBuffer for efficient traversing #35623
  • Nested transaction support via savepoints is broken in HSQLDB database [followup] #35618
  • Improve exception handling in ConfigurationClassBeanDefinitionReader #35631
  • Add MySQL/MariaDB to TableMetaDataProviderFactory for correct generated-keys support #35593
  • Optimize state management in StompSubProtocolHandler #35591
  • ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup #35589
  • Emit log message when multiple primary beans are detected #35550
  • Duplicate key error is mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator for BatchUpdateException #35547
  • Remove redundant object allocation in cglib proxy method calls #35543
  • Remove deprecation on CandidateComponentsIndex and CandidateComponentsIndexLoader #35472
  • Processing response with no Content-Length header and no body raises EOFException #35361

🐞 Bug Fixes

  • DefaultListableBeanFactory::getBeanNamesForType does not always return all bean names #35634
  • Consider defaultCandidate for scoped proxies #35627
  • Release data buffer in AbstractCharSequenceDecoder even when String creation fails #35625
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #35617
  • Prevent NoClassDefFoundError when Jetty Reactive HttpClient is not available #35608
  • Performance regression with Property Placeholder Resolution #35594
  • Retain order of produces media types in @ExceptionHandler #35587
  • Nested transaction support via savepoints is broken in HSQLDB database #35564
  • SpEL expression parser uses more CPU after upgrade to 6.2.9 #35556
  • Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks #35545
  • Update parsed path handling in UrlHandlerFilter #35538
  • ResourceHttpMessageWriter.write has unexpected error handling for invalid range requests (offset > content length) #35536
  • AbstractTestNGSpringContextTests is not thread-safe regarding tracked exceptions #35528
  • UrlHandlerFilter breaks RequestDispatcher.forward() on Tomcat #35509
  • AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent #35493
  • Add support for JvmDefault (default in Kotlin 2.2.20+) #35487
  • InstanceSupplierCodeGenerator fails to detect deprecated type on package private factory method #35486
  • Fix synchronization in ResponseBodyEmitter #35466
  • useCaches option in PathMatchingResourcePatternResolver not applied in special case #35465
  • Deadlock during context initialization due to EntityManager lock #35398

📔 Documentation

  • Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler #35572
  • Fix idref example in reference manual #35560
  • Fix URI Patterns docs in WebMVC and WebFlux Request Mapping #35551
  • Allow event listener method declared with multiple event classes to take a single parameter that is assignable from all of those event classes #35506
  • Improve Task Javadoc about Runnable wrapping #35394

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.12 #35640
  • Upgrade to Reactor 2024011 #35638

... (truncated)

Commits
  • e354390 Release v6.2.12
  • c53132e Polishing
  • 03c3ec1 Fall back on remoteHost if remoteAddress is null
  • c88bfc5 Refactor state management in StompSubProtocolHandler
  • a96558c Revise commit 01acb805018da643a3c4320ff0e032aa998beda8
  • 1612b7c Remove test prefixes
  • 01acb80 Improve exception handling in ConfigurationClassBeanDefinitionReader
  • f4438ce Upgrade to Reactor 2024011 and Micrometer 1.14.12
  • 5033b9d Reset by-type cache for Object after registering a new singleton
  • d733023 Consistently apply fallback attribute to proxy definition as well
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.2.8 to 6.2.12

Release notes

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

v6.2.12

⭐ New Features

  • Add "forEachByte" variant to DataBuffer for efficient traversing #35623
  • Nested transaction support via savepoints is broken in HSQLDB database [followup] #35618
  • Improve exception handling in ConfigurationClassBeanDefinitionReader #35631
  • Add MySQL/MariaDB to TableMetaDataProviderFactory for correct generated-keys support #35593
  • Optimize state management in StompSubProtocolHandler #35591
  • ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup #35589
  • Emit log message when multiple primary beans are detected #35550
  • Duplicate key error is mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator for BatchUpdateException #35547
  • Remove redundant object allocation in cglib proxy method calls #35543
  • Remove deprecation on CandidateComponentsIndex and CandidateComponentsIndexLoader #35472
  • Processing response with no Content-Length header and no body raises EOFException #35361

🐞 Bug Fixes

  • DefaultListableBeanFactory::getBeanNamesForType does not always return all bean names #35634
  • Consider defaultCandidate for scoped proxies #35627
  • Release data buffer in AbstractCharSequenceDecoder even when String creation fails #35625
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #35617
  • Prevent NoClassDefFoundError when Jetty Reactive HttpClient is not available #35608
  • Performance regression with Property Placeholder Resolution #35594
  • Retain order of produces media types in @ExceptionHandler #35587
  • Nested transaction support via savepoints is broken in HSQLDB database #35564
  • SpEL expression parser uses more CPU after upgrade to 6.2.9 #35556
  • Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks #35545
  • Update parsed path handling in UrlHandlerFilter #35538
  • ResourceHttpMessageWriter.write has unexpected error handling for invalid range requests (offset > content length) #35536
  • AbstractTestNGSpringContextTests is not thread-safe regarding tracked exceptions #35528
  • UrlHandlerFilter breaks RequestDispatcher.forward() on Tomcat #35509
  • AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent #35493
  • Add support for JvmDefault (default in Kotlin 2.2.20+) #35487
  • InstanceSupplierCodeGenerator fails to detect deprecated type on package private factory method #35486
  • Fix synchronization in ResponseBodyEmitter #35466
  • useCaches option in PathMatchingResourcePatternResolver not applied in special case #35465
  • Deadlock during context initialization due to EntityManager lock #35398

📔 Documentation

  • Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler #35572
  • Fix idref example in reference manual #35560
  • Fix URI Patterns docs in WebMVC and WebFlux Request Mapping #35551
  • Allow event listener method declared with multiple event classes to take a single parameter that is assignable from all of those event classes #35506
  • Improve Task Javadoc about Runnable wrapping #35394

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.12 #35640
  • Upgrade to Reactor 2024011 #35638

... (truncated)

Commits
  • e354390 Release v6.2.12
  • c53132e Polishing
  • 03c3ec1 Fall back on remoteHost if remoteAddress is null
  • c88bfc5 Refactor state management in StompSubProtocolHandler
  • a96558c Revise commit 01acb805018da643a3c4320ff0e032aa998beda8
  • 1612b7c Remove test prefixes
  • 01acb80 Improve exception handling in ConfigurationClassBeanDefinitionReader
  • f4438ce Upgrade to Reactor 2024011 and Micrometer 1.14.12
  • 5033b9d Reset by-type cache for Object after registering a new singleton
  • d733023 Consistently apply fallback attribute to proxy definition as well
  • Additional commits viewable in compare view

Updates org.springframework:spring-webflux from 6.2.8 to 6.2.12

Release notes

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

v6.2.12

⭐ New Features

  • Add "forEachByte" variant to DataBuffer for efficient traversing #35623
  • Nested transaction support via savepoints is broken in HSQLDB database [followup] #35618
  • Improve exception handling in ConfigurationClassBeanDefinitionReader #35631
  • Add MySQL/MariaDB to TableMetaDataProviderFactory for correct generated-keys support #35593
  • Optimize state management in StompSubProtocolHandler #35591
  • ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup #35589
  • Emit log message when multiple primary beans are detected #35550
  • Duplicate key error is mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator for BatchUpdateException #35547
  • Remove redundant object allocation in cglib proxy method calls #35543
  • Remove deprecation on CandidateComponentsIndex and CandidateComponentsIndexLoader #35472
  • Processing response with no Content-Length header and no body raises EOFException #35361

🐞 Bug Fixes

  • DefaultListableBeanFactory::getBeanNamesForType does not always return all bean names #35634
  • Consider defaultCandidate for scoped proxies #35627
  • Release data buffer in AbstractCharSequenceDecoder even when String creation fails #35625
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #35617
  • Prevent NoClassDefFoundError when Jetty Reactive HttpClient is not available #35608
  • Performance regression with Property Placeholder Resolution #35594
  • Retain order of produces media types in @ExceptionHandler #35587
  • Nested transaction support via savepoints is broken in HSQLDB database #35564
  • SpEL expression parser uses more CPU after upgrade to 6.2.9 #35556
  • Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks #35545
  • Update parsed path handling in UrlHandlerFilter #35538
  • ResourceHttpMessageWriter.write has unexpected error handling for invalid range requests (offset > content length) #35536
  • AbstractTestNGSpringContextTests is not thread-safe regarding tracked exceptions #35528
  • UrlHandlerFilter breaks RequestDispatcher.forward() on Tomcat #35509
  • AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent #35493
  • Add support for JvmDefault (default in Kotlin 2.2.20+) #35487
  • InstanceSupplierCodeGenerator fails to detect deprecated type on package private factory method #35486
  • Fix synchronization in ResponseBodyEmitter #35466
  • useCaches option in PathMatchingResourcePatternResolver not applied in special case #35465
  • Deadlock during context initialization due to EntityManager lock #35398

📔 Documentation

  • Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler #35572
  • Fix idref example in reference manual #35560
  • Fix URI Patterns docs in WebMVC and WebFlux Request Mapping #35551
  • Allow event listener method declared with multiple event classes to take a single parameter that is assignable from all of those event classes #35506
  • Improve Task Javadoc about Runnable wrapping #35394

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.12 #35640
  • Upgrade to Reactor 2024011 #35638

... (truncated)

Commits
  • e354390 Release v6.2.12
  • c53132e Polishing
  • 03c3ec1 Fall back on remoteHost if remoteAddress is null
  • c88bfc5 Refactor state management in StompSubProtocolHandler
  • a96558c Revise commit 01acb805018da643a3c4320ff0e032aa998beda8
  • 1612b7c Remove test prefixes
  • 01acb80 Improve exception handling in ConfigurationClassBeanDefinitionReader
  • f4438ce Upgrade to Reactor 2024011 and Micrometer 1.14.12
  • 5033b9d Reset by-type cache for Object after registering a new singleton
  • d733023 Consistently apply fallback attribute to proxy definition as well
  • Additional commits viewable in compare view

Updates org.springframework:spring-core from 6.2.8 to 6.2.12

Release notes

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

v6.2.12

⭐ New Features

  • Add "forEachByte" variant to DataBuffer for efficient traversing #35623
  • Nested transaction support via savepoints is broken in HSQLDB database [followup] #35618
  • Improve exception handling in ConfigurationClassBeanDefinitionReader #35631
  • Add MySQL/MariaDB to TableMetaDataProviderFactory for correct generated-keys support #35593
  • Optimize state management in StompSubProtocolHandler #35591
  • ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup #35589
  • Emit log message when multiple primary beans are detected #35550
  • Duplicate key error is mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator for BatchUpdateException #35547
  • Remove redundant object allocation in cglib proxy method calls #35543
  • Remove deprecation on CandidateComponentsIndex and CandidateComponentsIndexLoader #35472
  • Processing response with no Content-Length header and no body raises EOFException #35361

🐞 Bug Fixes

  • DefaultListableBeanFactory::getBeanNamesForType does not always return all bean names #35634
  • Consider defaultCandidate for scoped proxies #35627
  • Release data buffer in AbstractCharSequenceDecoder even when String creation fails #35625
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #35617
  • Prevent NoClassDefFoundError when Jetty Reactive HttpClient is not available #35608
  • Performance regression with Property Placeholder Resolution #35594
  • Retain order of produces media types in @ExceptionHandler #35587
  • Nested transaction support via savepoints is broken in HSQLDB database #35564
  • SpEL expression parser uses more CPU after upgrade to 6.2.9 #35556
  • Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks #35545
  • Update parsed path handling in UrlHandlerFilter #35538
  • ResourceHttpMessageWriter.write has unexpected error handling for invalid range requests (offset > content length) #35536
  • AbstractTestNGSpringContextTests is not thread-safe regarding tracked exceptions #35528
  • UrlHandlerFilter breaks RequestDispatcher.forward() on Tomcat #35509
  • AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent #35493
  • Add support for JvmDefault (default in Kotlin 2.2.20+) #35487
  • InstanceSupplierCodeGenerator fails to detect deprecated type on package private factory method #35486
  • Fix synchronization in ResponseBodyEmitter #35466
  • useCaches option in PathMatchingResourcePatternResolver not applied in special case #35465
  • Deadlock during context initialization due to EntityManager lock #35398

📔 Documentation

  • Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler #35572
  • Fix idref example in reference manual #35560
  • Fix URI Patterns docs in WebMVC and WebFlux Request Mapping #35551
  • Allow event listener method declared with multiple event classes to take a single parameter that is assignable from all of those event classes #35506
  • Improve Task Javadoc about Runnable wrapping #35394

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.12 #35640
  • Upgrade to Reactor 2024011 #35638

... (truncated)

Commits
  • e354390 Release v6.2.12
  • c53132e Polishing
  • 03c3ec1 Fall back on remoteHost if remoteAddress is null
  • c88bfc5 Refactor state management in StompSubProtocolHandler
  • a96558c Revise commit 01acb805018da643a3c4320ff0e032aa998beda8
  • 1612b7c Remove test prefixes
  • 01acb80 Improve exception handling in ConfigurationClassBeanDefinitionReader
  • f4438ce Upgrade to Reactor 2024011 and Micrometer 1.14.12
  • 5033b9d Reset by-type cache for Object after registering a new singleton
  • d733023 Consistently apply fallback attribute to proxy definition as well
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.2.8 to 6.2.12

Release notes

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

v6.2.12

⭐ New Features

  • Add "forEachByte" variant to DataBuffer for efficient traversing #35623
  • Nested transaction support via savepoints is broken in HSQLDB database [followup] #35618
  • Improve exception handling in ConfigurationClassBeanDefinitionReader #35631
  • Add MySQL/MariaDB to TableMetaDataProviderFactory for correct generated-keys support #35593
  • Optimize state management in StompSubProtocolHandler #35591
  • ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup #35589
  • Emit log message when multiple primary beans are detected #35550
  • Duplicate key error is mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator for BatchUpdateException #35547
  • Remove redundant object allocation in cglib proxy method calls #35543
  • Remove deprecation on CandidateComponentsIndex and CandidateComponentsIndexLoader #35472
  • Processing response with no Content-Length header and no body raises EOFException #35361

🐞 Bug Fixes

  • DefaultListableBeanFactory::getBeanNamesForType does not always return all bean names #35634
  • Consider defaultCandidate for scoped proxies #35627
  • Release data buffer in AbstractCharSequenceDecoder even when String creation fails #35625
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #35617
  • Prevent NoClassDefFoundError when Jetty Reactive HttpClient is not available #35608
  • Performance regression with Property Placeholder Resolution #35594
  • Retain order of produces media types in @ExceptionHandler #35587
  • Nested transaction support via savepoints is broken in HSQLDB database #35564
  • SpEL expression parser uses more CPU after upgrade to 6.2.9 #35556
  • Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks #35545
  • Update parsed path handling in UrlHandlerFilter #35538
  • ResourceHttpMessageWriter.write has unexpected error handling for invalid range requests (offset > content length) #35536
  • AbstractTestNGSpringContextTests is not thread-safe regarding tracked exceptions #35528
  • UrlHandlerFilter breaks RequestDispatcher.forward() on Tomcat #35509
  • AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent #35493
  • Add support for JvmDefault (default in Kotlin 2.2.20+) #35487
  • InstanceSupplierCodeGenerator fails to detect deprecated type on package private factory method #35486
  • Fix synchronization in ResponseBodyEmitter #35466
  • useCaches option in PathMatchingResourcePatternResolver not applied in special case #35465
  • Deadlock during context initialization due to EntityManager lock #35398

📔 Documentation

  • Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler #35572
  • Fix idref example in reference manual #35560
  • Fix URI Patterns docs in WebMVC and WebFlux Request Mapping #35551
  • Allow event listener method declared with multiple event classes to take a single parameter that is assignable from all of those event classes #35506
  • Improve Task Javadoc about Runnable wrapping #35394

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.12 #35640
  • Upgrade to Reactor 2024011 #35638

... (truncated)

Commits
  • e354390 Release v6.2.12
  • c53132e Polishing
  • 03c3ec1 Fall back on remoteHost if remoteAddress is null
  • c88bfc5 Refactor state management in StompSubProtocolHandler
  • a96558c Revise commit 01acb805018da643a3c4320ff0e032aa998beda8
  • 1612b7c Remove test prefixes
  • 01acb80 Improve exception handling in ConfigurationClassBeanDefinitionReader
  • f4438ce Upgrade to Reactor 2024011 and Micrometer 1.14.12
  • 5033b9d Reset by-type cache for Object after registering a new singleton
  • d733023 Consistently apply fallback attribute to proxy definition as well
  • Additional commits viewable in compare view

Updates org.springframework:spring-webmvc from 6.2.8 to 6.2.12

Release notes

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

v6.2.12

⭐ New Features

  • Add "forEachByte" variant to DataBuffer for efficient traversing #35623
  • Nested transaction support via savepoints is broken in HSQLDB database [followup] #35618
  • Improve exception handling in ConfigurationClassBeanDefinitionReader #35631
  • Add MySQL/MariaDB to TableMetaDataProviderFactory for correct generated-keys support #35593
  • Optimize state management in StompSubProtocolHandler #35591
  • ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup #35589
  • Emit log message when multiple primary beans are detected #35550
  • Duplicate key error is mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator for BatchUpdateException #35547
  • Remove redundant object allocation in cglib proxy method calls #35543
  • Remove deprecation on CandidateComponentsIndex and CandidateComponentsIndexLoader #35472
  • Processing response with no Content-Length header and no body raises EOFException #35361

🐞 Bug Fixes

  • DefaultListableBeanFactory::getBeanNamesForType does not always return all bean names #35634
  • Consider defaultCandidate for scoped proxies #35627
  • Release data buffer in AbstractCharSequenceDecoder even when String creation fails #35625
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #35617
  • Prevent NoClassDefFoundError when Jetty Reactive HttpClient is not available #35608
  • Performance regression with Property Placeholder Resolution #35594
  • Retain order of produces media types in @ExceptionHandler #35587
  • Nested transaction support via savepoints is broken in HSQLDB database #35564
  • SpEL expression parser uses more CPU after upgrade to 6.2.9 #35556
  • Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks #35545
  • Update parsed path handling in UrlHandlerFilter #35538
  • ResourceHttpMessageWriter.write has unexpected error handling for invalid range requests (offset > content length) #35536
  • AbstractTestNGSpringContextTests is not thread-safe regarding tracked exceptions #35528
  • UrlHandlerFilter breaks RequestDispatcher.forward() on Tomcat #35509
  • AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent #35493
  • Add support for JvmDefault (default in Kotlin 2.2.20+) #35487
  • InstanceSupplierCodeGenerator fails to detect deprecated type on package private factory method #35486
  • Fix synchronization in ResponseBodyEmitter #35466
  • useCaches option in PathMatchingResourcePatternResolver not applied in special case #35465
  • Deadlock during context initialization due to EntityManager lock #35398

📔 Documentation

  • Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler #35572
  • Fix idref example in reference manual #35560
  • Fix URI Patterns docs in WebMVC and WebFlux Request Mapping #35551
  • Allow event listener method declared with multiple event classes to take a single parameter that is assignable from all of those event classes #35506
  • Improve Task Javadoc about Runnable wrapping #35394

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.12 #35640
  • Upgrade to Reactor 2024011 #35638

... (truncated)

Commits

Bumps the spring group with 2 updates in the / directory: [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) and [org.springframework:spring-test](https://github.com/spring-projects/spring-framework).
Bumps the spring group with 2 updates in the /aws-serverless-java-container-spring directory: [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) and [org.springframework:spring-test](https://github.com/spring-projects/spring-framework).
Bumps the spring group with 3 updates in the /samples/spring/pet-store directory: [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework), [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) and [org.springframework:spring-context-indexer](https://github.com/spring-projects/spring-framework).
Updates `org.springframework:spring-webmvc` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-test` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-test` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-webflux` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-core` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-context` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-webmvc` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-test` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-webmvc` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-context` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-webmvc` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-test` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-test` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-webmvc` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-test` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-webmvc` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-webmvc` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-context` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-context-indexer` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-context` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-webmvc` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-webmvc` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-context` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
Updates `org.springframework:spring-context-indexer` from 6.2.8 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.8...v6.2.12)
---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-test
 dependency-version: 6.2.12
 dependency-type: direct:development
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-test
 dependency-version: 6.2.12
 dependency-type: direct:development
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-webflux
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-core
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-context
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-webmvc
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-test
 dependency-version: 6.2.12
 dependency-type: direct:development
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-webmvc
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-context
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-webmvc
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-test
 dependency-version: 6.2.12
 dependency-type: direct:development
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-test
 dependency-version: 6.2.12
 dependency-type: direct:development
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-webmvc
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-test
 dependency-version: 6.2.12
 dependency-type: direct:development
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-webmvc
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-webmvc
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-context
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-context-indexer
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-context
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-webmvc
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-webmvc
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-context
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
- dependency-name: org.springframework:spring-context-indexer
 dependency-version: 6.2.12
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: spring
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

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

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /