Bump spring-core.version from 6.1.1 to 6.1.2 in /org-springframework-test by dependabot[bot] · Pull Request #1963 · s4u/pgp-keys-map (original) (raw)
Bumps spring-core.version from 6.1.1 to 6.1.2.
Updates org.springframework:spring-context from 6.1.1 to 6.1.2
Release notes
Sourced from org.springframework:spring-context's releases.
v6.1.2
⭐ New Features
- Optimize ContentCachingRequestWrapper allocation for known request size #31834
- Inherit parent context in
coRouterDSL #31831- Declare
isStaticandreleaseTargetas default methods onTargetSource#31820- Delegation support for JDBC 4.3 ConnectionBuilder and ShardingKeyBuilder #31795
- Support for a read-only DataSource in LazyConnectionDataSourceProxy #31785
- Add
MySQLIdentityColumnMaxValueIncrementer#31784- Introduce overloaded
MockPartconstructor that accepts theContent-Type#31757- Introduce
toString(Charset)inFastByteArrayOutputStream#31737- Avoid byte array copy in getContentAsString #31731
- Improve "active" metrics handling in WebClient observations #31702
- Make ResourceArrayPropertyEditor supports comma delimited location patterns #31700
- Consistently log exceptions from
TestExecutionListeners atWARNlevel #31688- Document need for
-parametersflag in exception messages #31675- Improve
@RegisterReflectionForBindingfor enums #31570- Support direct shard database operation routing in Spring JDBC #31506
- Log test aborted/skipped exceptions at INFO level in the TestContext framework #31479
- Avoid double proxying for
@Resource@Lazyfallback autowiring #31447- Add support for tuning the code generation for bean property values #31427
- Avoid race condition in ConcurrentReferenceHashMap #31008
- Allow functional bean registration to set bean order (equivalent to
@Order) #30849- Allow AOT generated classes to be excluded from code analyzer tools #30824
- Error page does not utilize forwarded prefix #30828
- Fix
SimpleJdbcCallnamed parameter binding for Sybase ASE #30231- DefaultWebClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE #30027
- Avoid eager checkDefaultConnectionProperties call in LazyConnectionDataSourceProxy #29931
- Allow TransactionAwareDataSourceProxy to eagerly fetch the connection #29423
- Extract common value generator out of BeanDefinitionPropertyValueCodeGenerator #28999
- PostgresCallMetaDataProvider should detect current schema as indicated by the JDBC Connection #28723
- Implement setMaxTextMessageSize and setMaxBinaryMessageSize in JettyWebSocketSession #28325
- Optimize cache used in AutowiredAnnotationBeanPostProcessor #28293
@Asyncaspect should clear cached executors when different BeanFactory set #28201- Component scanning should be able to ignore encrypted classes with invalid class version #27691
- Property to control URL decoding in
ServletCookieValueMethodArgumentResolver#26989- Support
Predicate- based mappedHandler config inAbstractHandlerExceptionResolver#26772SimpleJdbcCallwithnamedBinding=truefor MS SQL Server #26072- Improve default
setNullperformance on PostgreSQL and MS SQL Server (e.g. forNamedParameterJdbcTemplatebatch updates) #25679🐞 Bug Fixes
<replaced-method />unnecessarily requires explicitarg-typesince 6.0 #31826- Avoid nested constructor data binding if there are no request parameters #31821
- Custom Init or Destroy method from an interface cannot be invoked in a native image #31819
- Avoid potential refresh deadlock with AbstractApplicationContext#registerShutdownHook #31811
- Classes proxied by CGLIB produces NPE with coroutine async job on Springboot 3.2.0 #31809
- Fix Comparators.nullsLow and Comporators.nullsHigh behavior #31808
MergedAnnotationsfinds duplicate annotations on method in multi-level interface hierarchy #31803- Pickup coroutineContext saved by CoWebFilter in coRouter #31793
... (truncated)
Commits
- c37f685 Release v6.1.2
- d440650 Polishing
- a612518 Check startup/shutdown thread state for close bypass in shutdown hook
- ec0ec7a Avoid nested constructor binding if there are no request parameters
- 0970b1d Optimize ContentCachingRequestWrapper allocation
- a01c6d5 Inherit parent context in coRouter DSL
- 8d4deca Introduce test for XML replaced-method element without explicit arg-type
- cd64e66 Prepare method overrides when bean class gets resolved
- 2acc7c6 Refine RequestMappingInfo path initialization
- 409cecf Add custom code generation for bean definition property values
- Additional commits viewable in compare view
Updates org.springframework:spring-orm from 6.1.1 to 6.1.2
Release notes
Sourced from org.springframework:spring-orm's releases.
v6.1.2
⭐ New Features
- Optimize ContentCachingRequestWrapper allocation for known request size #31834
- Inherit parent context in
coRouterDSL #31831- Declare
isStaticandreleaseTargetas default methods onTargetSource#31820- Delegation support for JDBC 4.3 ConnectionBuilder and ShardingKeyBuilder #31795
- Support for a read-only DataSource in LazyConnectionDataSourceProxy #31785
- Add
MySQLIdentityColumnMaxValueIncrementer#31784- Introduce overloaded
MockPartconstructor that accepts theContent-Type#31757- Introduce
toString(Charset)inFastByteArrayOutputStream#31737- Avoid byte array copy in getContentAsString #31731
- Improve "active" metrics handling in WebClient observations #31702
- Make ResourceArrayPropertyEditor supports comma delimited location patterns #31700
- Consistently log exceptions from
TestExecutionListeners atWARNlevel #31688- Document need for
-parametersflag in exception messages #31675- Improve
@RegisterReflectionForBindingfor enums #31570- Support direct shard database operation routing in Spring JDBC #31506
- Log test aborted/skipped exceptions at INFO level in the TestContext framework #31479
- Avoid double proxying for
@Resource@Lazyfallback autowiring #31447- Add support for tuning the code generation for bean property values #31427
- Avoid race condition in ConcurrentReferenceHashMap #31008
- Allow functional bean registration to set bean order (equivalent to
@Order) #30849- Allow AOT generated classes to be excluded from code analyzer tools #30824
- Error page does not utilize forwarded prefix #30828
- Fix
SimpleJdbcCallnamed parameter binding for Sybase ASE #30231- DefaultWebClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE #30027
- Avoid eager checkDefaultConnectionProperties call in LazyConnectionDataSourceProxy #29931
- Allow TransactionAwareDataSourceProxy to eagerly fetch the connection #29423
- Extract common value generator out of BeanDefinitionPropertyValueCodeGenerator #28999
- PostgresCallMetaDataProvider should detect current schema as indicated by the JDBC Connection #28723
- Implement setMaxTextMessageSize and setMaxBinaryMessageSize in JettyWebSocketSession #28325
- Optimize cache used in AutowiredAnnotationBeanPostProcessor #28293
@Asyncaspect should clear cached executors when different BeanFactory set #28201- Component scanning should be able to ignore encrypted classes with invalid class version #27691
- Property to control URL decoding in
ServletCookieValueMethodArgumentResolver#26989- Support
Predicate- based mappedHandler config inAbstractHandlerExceptionResolver#26772SimpleJdbcCallwithnamedBinding=truefor MS SQL Server #26072- Improve default
setNullperformance on PostgreSQL and MS SQL Server (e.g. forNamedParameterJdbcTemplatebatch updates) #25679🐞 Bug Fixes
<replaced-method />unnecessarily requires explicitarg-typesince 6.0 #31826- Avoid nested constructor data binding if there are no request parameters #31821
- Custom Init or Destroy method from an interface cannot be invoked in a native image #31819
- Avoid potential refresh deadlock with AbstractApplicationContext#registerShutdownHook #31811
- Classes proxied by CGLIB produces NPE with coroutine async job on Springboot 3.2.0 #31809
- Fix Comparators.nullsLow and Comporators.nullsHigh behavior #31808
MergedAnnotationsfinds duplicate annotations on method in multi-level interface hierarchy #31803- Pickup coroutineContext saved by CoWebFilter in coRouter #31793
... (truncated)
Commits
- c37f685 Release v6.1.2
- d440650 Polishing
- a612518 Check startup/shutdown thread state for close bypass in shutdown hook
- ec0ec7a Avoid nested constructor binding if there are no request parameters
- 0970b1d Optimize ContentCachingRequestWrapper allocation
- a01c6d5 Inherit parent context in coRouter DSL
- 8d4deca Introduce test for XML replaced-method element without explicit arg-type
- cd64e66 Prepare method overrides when bean class gets resolved
- 2acc7c6 Refine RequestMappingInfo path initialization
- 409cecf Add custom code generation for bean definition property values
- Additional commits viewable in compare view
Updates org.springframework:spring-webmvc from 6.1.1 to 6.1.2
Release notes
Sourced from org.springframework:spring-webmvc's releases.
v6.1.2
⭐ New Features
- Optimize ContentCachingRequestWrapper allocation for known request size #31834
- Inherit parent context in
coRouterDSL #31831- Declare
isStaticandreleaseTargetas default methods onTargetSource#31820- Delegation support for JDBC 4.3 ConnectionBuilder and ShardingKeyBuilder #31795
- Support for a read-only DataSource in LazyConnectionDataSourceProxy #31785
- Add
MySQLIdentityColumnMaxValueIncrementer#31784- Introduce overloaded
MockPartconstructor that accepts theContent-Type#31757- Introduce
toString(Charset)inFastByteArrayOutputStream#31737- Avoid byte array copy in getContentAsString #31731
- Improve "active" metrics handling in WebClient observations #31702
- Make ResourceArrayPropertyEditor supports comma delimited location patterns #31700
- Consistently log exceptions from
TestExecutionListeners atWARNlevel #31688- Document need for
-parametersflag in exception messages #31675- Improve
@RegisterReflectionForBindingfor enums #31570- Support direct shard database operation routing in Spring JDBC #31506
- Log test aborted/skipped exceptions at INFO level in the TestContext framework #31479
- Avoid double proxying for
@Resource@Lazyfallback autowiring #31447- Add support for tuning the code generation for bean property values #31427
- Avoid race condition in ConcurrentReferenceHashMap #31008
- Allow functional bean registration to set bean order (equivalent to
@Order) #30849- Allow AOT generated classes to be excluded from code analyzer tools #30824
- Error page does not utilize forwarded prefix #30828
- Fix
SimpleJdbcCallnamed parameter binding for Sybase ASE #30231- DefaultWebClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE #30027
- Avoid eager checkDefaultConnectionProperties call in LazyConnectionDataSourceProxy #29931
- Allow TransactionAwareDataSourceProxy to eagerly fetch the connection #29423
- Extract common value generator out of BeanDefinitionPropertyValueCodeGenerator #28999
- PostgresCallMetaDataProvider should detect current schema as indicated by the JDBC Connection #28723
- Implement setMaxTextMessageSize and setMaxBinaryMessageSize in JettyWebSocketSession #28325
- Optimize cache used in AutowiredAnnotationBeanPostProcessor #28293
@Asyncaspect should clear cached executors when different BeanFactory set #28201- Component scanning should be able to ignore encrypted classes with invalid class version #27691
- Property to control URL decoding in
ServletCookieValueMethodArgumentResolver#26989- Support
Predicate- based mappedHandler config inAbstractHandlerExceptionResolver#26772SimpleJdbcCallwithnamedBinding=truefor MS SQL Server #26072- Improve default
setNullperformance on PostgreSQL and MS SQL Server (e.g. forNamedParameterJdbcTemplatebatch updates) #25679🐞 Bug Fixes
<replaced-method />unnecessarily requires explicitarg-typesince 6.0 #31826- Avoid nested constructor data binding if there are no request parameters #31821
- Custom Init or Destroy method from an interface cannot be invoked in a native image #31819
- Avoid potential refresh deadlock with AbstractApplicationContext#registerShutdownHook #31811
- Classes proxied by CGLIB produces NPE with coroutine async job on Springboot 3.2.0 #31809
- Fix Comparators.nullsLow and Comporators.nullsHigh behavior #31808
MergedAnnotationsfinds duplicate annotations on method in multi-level interface hierarchy #31803- Pickup coroutineContext saved by CoWebFilter in coRouter #31793
... (truncated)
Commits
- c37f685 Release v6.1.2
- d440650 Polishing
- a612518 Check startup/shutdown thread state for close bypass in shutdown hook
- ec0ec7a Avoid nested constructor binding if there are no request parameters
- 0970b1d Optimize ContentCachingRequestWrapper allocation
- a01c6d5 Inherit parent context in coRouter DSL
- 8d4deca Introduce test for XML replaced-method element without explicit arg-type
- cd64e66 Prepare method overrides when bean class gets resolved
- 2acc7c6 Refine RequestMappingInfo path initialization
- 409cecf Add custom code generation for bean definition property values
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)