Skip to content

Bump spring-version from 6.2.15 to 6.2.16#1676

Merged
jbonofre merged 1 commit intomainfrom
dependabot/maven/spring-version-6.2.16
Feb 12, 2026
Merged

Bump spring-version from 6.2.15 to 6.2.16#1676
jbonofre merged 1 commit intomainfrom
dependabot/maven/spring-version-6.2.16

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps spring-version from 6.2.15 to 6.2.16.
Updates org.springframework:spring-aop from 6.2.15 to 6.2.16

Release notes

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

v6.2.16

⭐ New Features

  • Improve performance of hashcode calculations for request mappings #36297
  • Improve performance of HandlerMethod bean lookup #36296
  • Improve performance of validation groups determination #36295
  • Improve performance of single pattern request mappings #36294
  • Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter #36232
  • Consistently close streams through try-with-resources in FileCopyUtils #36224
  • SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length #36220
  • DataBufferUtils.write() with NettyDataBuffer on JDK 25 hangs indefinitely #36189
  • WebClient (Reactor) attributes on Netty channel do not clear after connection release #36163
  • Reintroduce WebLogicJtaTransactionManager in Spring Framework 6.2.x #36152
  • DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36150
  • Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36135
  • Improve user check in TransportHandlingSockJsService #36129

🐞 Bug Fixes

  • Avoid lock congestion in ConcurrentReferenceHashMap #36308
  • Resolved HttpEntity Controller argument does not reflect mutated HTTP headers #36301
  • AbstractMessageConverter does not support wildcards in supported MIME types #36286
  • Make LocalEntityManagerFactoryBean#setDataSource work on Hibernate as well as EclipseLink #36272
  • Deadlock might occur when calling System.exit on startup (against multiple shutdown hooks) #36268
  • Netty4HeadersAdapter.remove returns empty list instead of null for non-existing key #36227
  • EclipseLinkConnectionHandle can fail against transaction isolation race condition #36166
  • WiretapConnector leaks data buffers when response body not consumed #36051
  • UriComponentsBuilder loses the fragment when it consists of only a single character #36035
  • SimpleBeanInfoFactory fails to reliably resolve read/write methods in type hierarchies with unresolved generics #36026

📔 Documentation

  • Fix links to JUnit User Guide #36218
  • Fix LocalContainerEntityManagerFactoryBean#setPersistenceUnitName javadoc #36206
  • Update documentation on trailing slash handling where type-level @GetMapping("/base") is combined with method level @GetMapping("/") #36200
  • Update documentation on the MediaType used for ProblemDetail #36193
  • Replace getErrors() with getBindingResult() in examples #36172
  • Upgrade Antora dependencies #36106
  • Fix typos and grammar #36023

🔨 Dependency Upgrades

  • Bump fast-xml-parser from 4.5.2 to 5.3.4 in /framework-docs #36239
  • Upgrade to ASM 9.9.1 and Objenesis 3.5 #36244
  • Upgrade to JUnit 5.14.2 #36148
  • Upgrade to Micrometer 1.15.9 #36290
  • Upgrade to Reactor 2024.0.15 #36289
Commits
  • 053d8e2 Release v6.2.16
  • 8334388 avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of c...
  • 757b713 Use updated message in HttpEntityMethodProcessor
  • a065563 Optimize RequestMappingInfo hashcode calculation
  • 6162d89 Cache HandlerMethod with resolved bean if singleton
  • 5c537db Optimize single PathPattern match
  • 849553d Avoid determineValidationGroups not necessary
  • 7240a5a Upgrade to Reactor 2024.0.15
  • b00c387 Upgrade to Micrometer 1.15.9
  • 8396c07 Fix wildcard MIME type support in messaging converters
  • Additional commits viewable in compare view

Updates org.springframework:spring-beans from 6.2.15 to 6.2.16

Release notes

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

v6.2.16

⭐ New Features

  • Improve performance of hashcode calculations for request mappings #36297
  • Improve performance of HandlerMethod bean lookup #36296
  • Improve performance of validation groups determination #36295
  • Improve performance of single pattern request mappings #36294
  • Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter #36232
  • Consistently close streams through try-with-resources in FileCopyUtils #36224
  • SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length #36220
  • DataBufferUtils.write() with NettyDataBuffer on JDK 25 hangs indefinitely #36189
  • WebClient (Reactor) attributes on Netty channel do not clear after connection release #36163
  • Reintroduce WebLogicJtaTransactionManager in Spring Framework 6.2.x #36152
  • DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36150
  • Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36135
  • Improve user check in TransportHandlingSockJsService #36129

🐞 Bug Fixes

  • Avoid lock congestion in ConcurrentReferenceHashMap #36308
  • Resolved HttpEntity Controller argument does not reflect mutated HTTP headers #36301
  • AbstractMessageConverter does not support wildcards in supported MIME types #36286
  • Make LocalEntityManagerFactoryBean#setDataSource work on Hibernate as well as EclipseLink #36272
  • Deadlock might occur when calling System.exit on startup (against multiple shutdown hooks) #36268
  • Netty4HeadersAdapter.remove returns empty list instead of null for non-existing key #36227
  • EclipseLinkConnectionHandle can fail against transaction isolation race condition #36166
  • WiretapConnector leaks data buffers when response body not consumed #36051
  • UriComponentsBuilder loses the fragment when it consists of only a single character #36035
  • SimpleBeanInfoFactory fails to reliably resolve read/write methods in type hierarchies with unresolved generics #36026

📔 Documentation

  • Fix links to JUnit User Guide #36218
  • Fix LocalContainerEntityManagerFactoryBean#setPersistenceUnitName javadoc #36206
  • Update documentation on trailing slash handling where type-level @GetMapping("/base") is combined with method level @GetMapping("/") #36200
  • Update documentation on the MediaType used for ProblemDetail #36193
  • Replace getErrors() with getBindingResult() in examples #36172
  • Upgrade Antora dependencies #36106
  • Fix typos and grammar #36023

🔨 Dependency Upgrades

  • Bump fast-xml-parser from 4.5.2 to 5.3.4 in /framework-docs #36239
  • Upgrade to ASM 9.9.1 and Objenesis 3.5 #36244
  • Upgrade to JUnit 5.14.2 #36148
  • Upgrade to Micrometer 1.15.9 #36290
  • Upgrade to Reactor 2024.0.15 #36289
Commits
  • 053d8e2 Release v6.2.16
  • 8334388 avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of c...
  • 757b713 Use updated message in HttpEntityMethodProcessor
  • a065563 Optimize RequestMappingInfo hashcode calculation
  • 6162d89 Cache HandlerMethod with resolved bean if singleton
  • 5c537db Optimize single PathPattern match
  • 849553d Avoid determineValidationGroups not necessary
  • 7240a5a Upgrade to Reactor 2024.0.15
  • b00c387 Upgrade to Micrometer 1.15.9
  • 8396c07 Fix wildcard MIME type support in messaging converters
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.2.15 to 6.2.16

Release notes

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

v6.2.16

⭐ New Features

  • Improve performance of hashcode calculations for request mappings #36297
  • Improve performance of HandlerMethod bean lookup #36296
  • Improve performance of validation groups determination #36295
  • Improve performance of single pattern request mappings #36294
  • Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter #36232
  • Consistently close streams through try-with-resources in FileCopyUtils #36224
  • SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length #36220
  • DataBufferUtils.write() with NettyDataBuffer on JDK 25 hangs indefinitely #36189
  • WebClient (Reactor) attributes on Netty channel do not clear after connection release #36163
  • Reintroduce WebLogicJtaTransactionManager in Spring Framework 6.2.x #36152
  • DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36150
  • Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36135
  • Improve user check in TransportHandlingSockJsService #36129

🐞 Bug Fixes

  • Avoid lock congestion in ConcurrentReferenceHashMap #36308
  • Resolved HttpEntity Controller argument does not reflect mutated HTTP headers #36301
  • AbstractMessageConverter does not support wildcards in supported MIME types #36286
  • Make LocalEntityManagerFactoryBean#setDataSource work on Hibernate as well as EclipseLink #36272
  • Deadlock might occur when calling System.exit on startup (against multiple shutdown hooks) #36268
  • Netty4HeadersAdapter.remove returns empty list instead of null for non-existing key #36227
  • EclipseLinkConnectionHandle can fail against transaction isolation race condition #36166
  • WiretapConnector leaks data buffers when response body not consumed #36051
  • UriComponentsBuilder loses the fragment when it consists of only a single character #36035
  • SimpleBeanInfoFactory fails to reliably resolve read/write methods in type hierarchies with unresolved generics #36026

📔 Documentation

  • Fix links to JUnit User Guide #36218
  • Fix LocalContainerEntityManagerFactoryBean#setPersistenceUnitName javadoc #36206
  • Update documentation on trailing slash handling where type-level @GetMapping("/base") is combined with method level @GetMapping("/") #36200
  • Update documentation on the MediaType used for ProblemDetail #36193
  • Replace getErrors() with getBindingResult() in examples #36172
  • Upgrade Antora dependencies #36106
  • Fix typos and grammar #36023

🔨 Dependency Upgrades

  • Bump fast-xml-parser from 4.5.2 to 5.3.4 in /framework-docs #36239
  • Upgrade to ASM 9.9.1 and Objenesis 3.5 #36244
  • Upgrade to JUnit 5.14.2 #36148
  • Upgrade to Micrometer 1.15.9 #36290
  • Upgrade to Reactor 2024.0.15 #36289
Commits
  • 053d8e2 Release v6.2.16
  • 8334388 avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of c...
  • 757b713 Use updated message in HttpEntityMethodProcessor
  • a065563 Optimize RequestMappingInfo hashcode calculation
  • 6162d89 Cache HandlerMethod with resolved bean if singleton
  • 5c537db Optimize single PathPattern match
  • 849553d Avoid determineValidationGroups not necessary
  • 7240a5a Upgrade to Reactor 2024.0.15
  • b00c387 Upgrade to Micrometer 1.15.9
  • 8396c07 Fix wildcard MIME type support in messaging converters
  • Additional commits viewable in compare view

Updates org.springframework:spring-core from 6.2.15 to 6.2.16

Release notes

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

v6.2.16

⭐ New Features

  • Improve performance of hashcode calculations for request mappings #36297
  • Improve performance of HandlerMethod bean lookup #36296
  • Improve performance of validation groups determination #36295
  • Improve performance of single pattern request mappings #36294
  • Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter #36232
  • Consistently close streams through try-with-resources in FileCopyUtils #36224
  • SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length #36220
  • DataBufferUtils.write() with NettyDataBuffer on JDK 25 hangs indefinitely #36189
  • WebClient (Reactor) attributes on Netty channel do not clear after connection release #36163
  • Reintroduce WebLogicJtaTransactionManager in Spring Framework 6.2.x #36152
  • DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36150
  • Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36135
  • Improve user check in TransportHandlingSockJsService #36129

🐞 Bug Fixes

  • Avoid lock congestion in ConcurrentReferenceHashMap #36308
  • Resolved HttpEntity Controller argument does not reflect mutated HTTP headers #36301
  • AbstractMessageConverter does not support wildcards in supported MIME types #36286
  • Make LocalEntityManagerFactoryBean#setDataSource work on Hibernate as well as EclipseLink #36272
  • Deadlock might occur when calling System.exit on startup (against multiple shutdown hooks) #36268
  • Netty4HeadersAdapter.remove returns empty list instead of null for non-existing key #36227
  • EclipseLinkConnectionHandle can fail against transaction isolation race condition #36166
  • WiretapConnector leaks data buffers when response body not consumed #36051
  • UriComponentsBuilder loses the fragment when it consists of only a single character #36035
  • SimpleBeanInfoFactory fails to reliably resolve read/write methods in type hierarchies with unresolved generics #36026

📔 Documentation

  • Fix links to JUnit User Guide #36218
  • Fix LocalContainerEntityManagerFactoryBean#setPersistenceUnitName javadoc #36206
  • Update documentation on trailing slash handling where type-level @GetMapping("/base") is combined with method level @GetMapping("/") #36200
  • Update documentation on the MediaType used for ProblemDetail #36193
  • Replace getErrors() with getBindingResult() in examples #36172
  • Upgrade Antora dependencies #36106
  • Fix typos and grammar #36023

🔨 Dependency Upgrades

  • Bump fast-xml-parser from 4.5.2 to 5.3.4 in /framework-docs #36239
  • Upgrade to ASM 9.9.1 and Objenesis 3.5 #36244
  • Upgrade to JUnit 5.14.2 #36148
  • Upgrade to Micrometer 1.15.9 #36290
  • Upgrade to Reactor 2024.0.15 #36289
Commits
  • 053d8e2 Release v6.2.16
  • 8334388 avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of c...
  • 757b713 Use updated message in HttpEntityMethodProcessor
  • a065563 Optimize RequestMappingInfo hashcode calculation
  • 6162d89 Cache HandlerMethod with resolved bean if singleton
  • 5c537db Optimize single PathPattern match
  • 849553d Avoid determineValidationGroups not necessary
  • 7240a5a Upgrade to Reactor 2024.0.15
  • b00c387 Upgrade to Micrometer 1.15.9
  • 8396c07 Fix wildcard MIME type support in messaging converters
  • Additional commits viewable in compare view

Updates org.springframework:spring-expression from 6.2.15 to 6.2.16

Release notes

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

v6.2.16

⭐ New Features

  • Improve performance of hashcode calculations for request mappings #36297
  • Improve performance of HandlerMethod bean lookup #36296
  • Improve performance of validation groups determination #36295
  • Improve performance of single pattern request mappings #36294
  • Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter #36232
  • Consistently close streams through try-with-resources in FileCopyUtils #36224
  • SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length #36220
  • DataBufferUtils.write() with NettyDataBuffer on JDK 25 hangs indefinitely #36189
  • WebClient (Reactor) attributes on Netty channel do not clear after connection release #36163
  • Reintroduce WebLogicJtaTransactionManager in Spring Framework 6.2.x #36152
  • DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36150
  • Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36135
  • Improve user check in TransportHandlingSockJsService #36129

🐞 Bug Fixes

  • Avoid lock congestion in ConcurrentReferenceHashMap #36308
  • Resolved HttpEntity Controller argument does not reflect mutated HTTP headers #36301
  • AbstractMessageConverter does not support wildcards in supported MIME types #36286
  • Make LocalEntityManagerFactoryBean#setDataSource work on Hibernate as well as EclipseLink #36272
  • Deadlock might occur when calling System.exit on startup (against multiple shutdown hooks) #36268
  • Netty4HeadersAdapter.remove returns empty list instead of null for non-existing key #36227
  • EclipseLinkConnectionHandle can fail against transaction isolation race condition #36166
  • WiretapConnector leaks data buffers when response body not consumed #36051
  • UriComponentsBuilder loses the fragment when it consists of only a single character #36035
  • SimpleBeanInfoFactory fails to reliably resolve read/write methods in type hierarchies with unresolved generics #36026

📔 Documentation

  • Fix links to JUnit User Guide #36218
  • Fix LocalContainerEntityManagerFactoryBean#setPersistenceUnitName javadoc #36206
  • Update documentation on trailing slash handling where type-level @GetMapping("/base") is combined with method level @GetMapping("/") #36200
  • Update documentation on the MediaType used for ProblemDetail #36193
  • Replace getErrors() with getBindingResult() in examples #36172
  • Upgrade Antora dependencies #36106
  • Fix typos and grammar #36023

🔨 Dependency Upgrades

  • Bump fast-xml-parser from 4.5.2 to 5.3.4 in /framework-docs #36239
  • Upgrade to ASM 9.9.1 and Objenesis 3.5 #36244
  • Upgrade to JUnit 5.14.2 #36148
  • Upgrade to Micrometer 1.15.9 #36290
  • Upgrade to Reactor 2024.0.15 #36289
Commits
  • 053d8e2 Release v6.2.16
  • 8334388 avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of c...
  • 757b713 Use updated message in HttpEntityMethodProcessor
  • a065563 Optimize RequestMappingInfo hashcode calculation
  • 6162d89 Cache HandlerMethod with resolved bean if singleton
  • 5c537db Optimize single PathPattern match
  • 849553d Avoid determineValidationGroups not necessary
  • 7240a5a Upgrade to Reactor 2024.0.15
  • b00c387 Upgrade to Micrometer 1.15.9
  • 8396c07 Fix wildcard MIME type support in messaging converters
  • Additional commits viewable in compare view

Updates org.springframework:spring-jms from 6.2.15 to 6.2.16

Release notes

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

v6.2.16

⭐ New Features

  • Improve performance of hashcode calculations for request mappings #36297
  • Improve performance of HandlerMethod bean lookup #36296
  • Improve performance of validation groups determination #36295
  • Improve performance of single pattern request mappings #36294
  • Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter #36232
  • Consistently close streams through try-with-resources in FileCopyUtils #36224
  • SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length #36220
  • DataBufferUtils.write() with NettyDataBuffer on JDK 25 hangs indefinitely #36189
  • WebClient (Reactor) attributes on Netty channel do not clear after connection release #36163
  • Reintroduce WebLogicJtaTransactionManager in Spring Framework 6.2.x #36152
  • DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36150
  • Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36135
  • Improve user check in TransportHandlingSockJsService #36129

🐞 Bug Fixes

  • Avoid lock congestion in ConcurrentReferenceHashMap #36308
  • Resolved HttpEntity Controller argument does not reflect mutated HTTP headers #36301
  • AbstractMessageConverter does not support wildcards in supported MIME types #36286
  • Make LocalEntityManagerFactoryBean#setDataSource work on Hibernate as well as EclipseLink #36272
  • Deadlock might occur when calling System.exit on startup (against multiple shutdown hooks) #36268
  • Netty4HeadersAdapter.remove returns empty list instead of null for non-existing key #36227
  • EclipseLinkConnectionHandle can fail against transaction isolation race condition #36166
  • WiretapConnector leaks data buffers when response body not consumed #36051
  • UriComponentsBuilder loses the fragment when it consists of only a single character #36035
  • SimpleBeanInfoFactory fails to reliably resolve read/write methods in type hierarchies with unresolved generics #36026

📔 Documentation

  • Fix links to JUnit User Guide #36218
  • Fix LocalContainerEntityManagerFactoryBean#setPersistenceUnitName javadoc #36206
  • Update documentation on trailing slash handling where type-level @GetMapping("/base") is combined with method level @GetMapping("/") #36200
  • Update documentation on the MediaType used for ProblemDetail #36193
  • Replace getErrors() with getBindingResult() in examples #36172
  • Upgrade Antora dependencies #36106
  • Fix typos and grammar #36023

🔨 Dependency Upgrades

  • Bump fast-xml-parser from 4.5.2 to 5.3.4 in /framework-docs #36239
  • Upgrade to ASM 9.9.1 and Objenesis 3.5 #36244
  • Upgrade to JUnit 5.14.2 #36148
  • Upgrade to Micrometer 1.15.9 #36290
  • Upgrade to Reactor 2024.0.15 #36289
Commits
  • 053d8e2 Release v6.2.16
  • 8334388 avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of c...
  • 757b713 Use updated message in HttpEntityMethodProcessor
  • a065563 Optimize RequestMappingInfo hashcode calculation
  • 6162d89 Cache HandlerMethod with resolved bean if singleton
  • 5c537db Optimize single PathPattern match
  • 849553d Avoid determineValidationGroups not necessary
  • 7240a5a Upgrade to Reactor 2024.0.15
  • b00c387 Upgrade to Micrometer 1.15.9
  • 8396c07 Fix wildcard MIME type support in messaging converters
  • Additional commits viewable in compare view

Updates org.springframework:spring-tx from 6.2.15 to 6.2.16

Release notes

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

v6.2.16

⭐ New Features

  • Improve performance of hashcode calculations for request mappings #36297
  • Improve performance of HandlerMethod bean lookup #36296
  • Improve performance of validation groups determination #36295
  • Improve performance of single pattern request mappings #36294
  • Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter #36232
  • Consistently close streams through try-with-resources in FileCopyUtils #36224
  • SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length #36220
  • DataBufferUtils.write() with NettyDataBuffer on JDK 25 hangs indefinitely #36189
  • WebClient (Reactor) attributes on Netty channel do not clear after connection release #36163
  • Reintroduce WebLogicJtaTransactionManager in Spring Framework 6.2.x #36152
  • DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36150
  • Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36135
  • Improve user check in TransportHandlingSockJsService #36129

🐞 Bug Fixes

  • Avoid lock congestion in ConcurrentReferenceHashMap #36308
  • Resolved HttpEntity Controller argument does not reflect mutated HTTP headers #36301
  • AbstractMessageConverter does not support wildcards in supported MIME types #36286
  • Make LocalEntityManagerFactoryBean#setDataSource work on Hibernate as well as EclipseLink #36272
  • Deadlock might occur when calling System.exit on startup (against multiple shutdown hooks) #36268
  • Netty4HeadersAdapter.remove returns empty list instead of null for non-existing key #36227
  • EclipseLinkConnectionHandle can fail against transaction isolation race condition #36166
  • WiretapConnector leaks data buffers when response body not consumed #36051
  • UriComponentsBuilder loses the fragment when it consists of only a single character #36035
  • SimpleBeanInfoFactory fails to reliably resolve read/write methods in type hierarchies with unresolved generics #36026

📔 Documentation

  • Fix links to JUnit User Guide #36218
  • Fix LocalContainerEntityManagerFactoryBean#setPersistenceUnitName javadoc #36206
  • Update documentation on trailing slash handling where type-level @GetMapping("/base") is combined with method level @GetMapping("/") #36200
  • Update documentation on the MediaType used for ProblemDetail #36193
  • Replace getErrors() with getBindingResult() in examples #36172
  • Upgrade Antora dependencies #36106
  • Fix typos and grammar #36023

🔨 Dependency Upgrades

  • Bump fast-xml-parser from 4.5.2 to 5.3.4 in /framework-docs #36239
  • Upgrade to ASM 9.9.1 and Objenesis 3.5 #36244
  • Upgrade to JUnit 5.14.2 #36148
  • Upgrade to Micrometer 1.15.9 #36290
  • Upgrade to Reactor 2024.0.15 #36289
Commits
  • 053d8e2 Release v6.2.16
  • 8334388 avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of c...
  • 757b713 Use updated message in HttpEntityMethodProcessor
  • a065563 Optimize RequestMappingInfo hashcode calculation
  • 6162d89 Cache HandlerMethod with resolved bean if singleton
  • 5c537db Optimize single PathPattern match
  • 849553d Avoid determineValidationGroups not necessary
  • 7240a5a Upgrade to Reactor 2024.0.15
  • b00c387 Upgrade to Micrometer 1.15.9
  • 8396c07 Fix wildcard MIME type support in messaging converters
  • Additional commits viewable in compare view

Updates org.springframework:spring-webmvc from 6.2.15 to 6.2.16

Release notes

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

v6.2.16

⭐ New Features

  • Improve performance of hashcode calculations for request mappings #36297
  • Improve performance of HandlerMethod bean lookup #36296
  • Improve performance of validation groups determination #36295
  • Improve performance of single pattern request mappings #36294
  • Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter #36232
  • Consistently close streams through try-with-resources in FileCopyUtils #36224
  • SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length #36220
  • DataBufferUtils.write() with NettyDataBuffer on JDK 25 hangs indefinitely #36189
  • WebClient (Reactor) attributes on Netty channel do not clear after connection release #36163
  • Reintroduce WebLogicJtaTransactionManager in Spring Framework 6.2.x #36152
  • DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36150
  • Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36135
  • Improve user check in TransportHandlingSockJsService #36129

🐞 Bug Fixes

  • Avoid lock congestion in ConcurrentReferenceHashMap #36308
  • Resolved HttpEntity Controller argument does not reflect mutated HTTP headers #36301
  • AbstractMessageConverter does not support wildcards in supported MIME types #36286
  • Make LocalEntityManagerFactoryBean#setDataSource work on Hibernate as well as EclipseLink #36272
  • Deadlock might occur when calling System.exit on startup (against multiple shutdown hooks) #36268
  • Netty4HeadersAdapter.remove returns empty list instead of null for non-existing key #36227
  • EclipseLinkConnectionHandle can fail against transaction iso...

    Description has been truncated

Bumps `spring-version` from 6.2.15 to 6.2.16.

Updates `org.springframework:spring-aop` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-beans` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-context` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-core` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-expression` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-jms` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-tx` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-webmvc` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-web` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-test` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-oxm` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 12, 2026
@github-actions
Copy link

Test Results

 1 065 files  +  386  1 065 suites  +386   3h 36m 11s ⏱️ + 1h 19m 49s
10 057 tests +3 159  9 746 ✅ +2 990  311 💤 +170  0 ❌  - 1 
10 245 runs  +3 347  9 934 ✅ +3 178  311 💤 +170  0 ❌  - 1 

Results for commit 5ccaa01. ± Comparison against base commit 2b52c38.

This pull request removes 60 and adds 3219 tests. Note that renamed tests count towards both.
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=GUESTS.BY_PASS,TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@266374ef, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@24c4ddae}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@266374ef, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@266374ef, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@24c4ddae}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@266374ef, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@266374ef, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@24c4ddae}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@266374ef, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@266374ef, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@24c4ddae}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@266374ef, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@266374ef, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@24c4ddae}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {password=password, authenticationPlugin=SimpleAuthenticationBroker, destination=GUESTS.BY_PASS,TEST, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@266374ef}
…
org.apache.activemq.ActiveMQMessageConsumerClearMessagesTest ‑ testClearMessagesInProgressCapturesPrefetchedMessages
org.apache.activemq.ActiveMQMessageConsumerClearMessagesTest ‑ testClearMessagesInProgressNonTransacted
org.apache.activemq.ActiveMQMessageConsumerClearMessagesTest ‑ testClearMessagesInProgressOnlyDeliveredMessages
org.apache.activemq.ActiveMQMessageConsumerClearMessagesTest ‑ testClearMessagesInProgressOnlyPrefetchedMessages
org.apache.activemq.ActiveMQXAConnectionTxInterruptTest ‑ testCommitAckInterrupted
org.apache.activemq.ActiveMQXAConnectionTxInterruptTest ‑ testInterruptWhilePendingResponseToAck
org.apache.activemq.ActiveMQXAConnectionTxInterruptTest ‑ testRollbackAckInterrupted
org.apache.activemq.ActiveMQXASslConnectionFactoryTest ‑ testCreateFailoverTcpConnectionUsingKnownPort
org.apache.activemq.ActiveMQXASslConnectionFactoryTest ‑ testCreateSslConnection
org.apache.activemq.ActiveMQXASslConnectionFactoryTest ‑ testCreateSslConnectionKeyStore
…

@jbonofre jbonofre merged commit 649aa0a into main Feb 12, 2026
11 checks passed
@jbonofre jbonofre deleted the dependabot/maven/spring-version-6.2.16 branch February 12, 2026 13:56
jbonofre pushed a commit that referenced this pull request Feb 12, 2026
Bumps `spring-version` from 6.2.15 to 6.2.16.

Updates `org.springframework:spring-aop` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-beans` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-context` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-core` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-expression` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-jms` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-tx` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-webmvc` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-web` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-test` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

Updates `org.springframework:spring-oxm` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.15...v6.2.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant