Bump spring-websocket from 6.1.1 to 6.1.2
Bumps spring-websocket from 6.1.1 to 6.1.2.
Release notes
Sourced from spring-websocket's releases.
v6.1.2
⭐ New Features
- Optimize ContentCachingRequestWrapper allocation for known request size #31834
- Inherit parent context in
coRouter
DSL #31831- Declare
isStatic
andreleaseTarget
as 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
MockPart
constructor 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
TestExecutionListener
s atWARN
level #31688- Document need for
-parameters
flag in exception messages #31675- Improve
@RegisterReflectionForBinding
for 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
@Lazy
fallback 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
SimpleJdbcCall
named 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
@Async
aspect 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
#26772SimpleJdbcCall
withnamedBinding=true
for MS SQL Server #26072- Improve default
setNull
performance on PostgreSQL and MS SQL Server (e.g. forNamedParameterJdbcTemplate
batch updates) #25679:lady_beetle: Bug Fixes
<replaced-method />
unnecessarily requires explicitarg-type
since 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
MergedAnnotations
finds 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 commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts