fix(deps): update dependency org.springframework:spring-tx to v6 #37
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.3.23
->6.1.4
Release Notes
spring-projects/spring-framework (org.springframework:spring-tx)
v6.1.4
⭐ New Features
SpelMessage.INCORRECT\_NUMBER\_OF\_ARGUMENTS\_TO\_FUNCTION
#32239NonReactiveHandlerMethodPredicate
#32227phase
value configurable in STOMP message handling components #32205BeanPropertyRowMapper
subclasses customize mapped names #32199JdbcClient
#32161@FunctionalInterface
#32135SimpleJdbcInsert
with catalog name #32124MapPropertySource
forDynamicValuesPropertySource
implementation (as a template for custom variants) #32110validationGroups
every time the call is made #32068@RequestMapping
and@HttpExchange
declarations on the same element #32065@HttpExchange
declarations on the same element #32049@PostMapping
,@GetMapping
, etc. annotations are declared #31962@SessionAttributes
is sometimes not reflected in the model #30463🐞 Bug Fixes
pathExtension
null-safety in Kotlin DSLs #32254SimpleEvaluationContext.Builder
is notfinal
and has apublic
constructor #32253@JsonDeserialize(builder = ...)
does not work in GraalVM native image #32238toString()
inHandlerMethod
from6.1.3
#32184Indexer.setArrayElement()
incorrectly requests conversion to wrapper instead of primitive #32147PartEventHttpMessageReader#maxParts
is off by one #32122RestClient
calls interceptors fromRestTemplate
twice #32038DefaultRestClientBuilder.defaultRequest(...)
doesn't do anything #32028SimpleAliasRegistry
is misleading #32025ExecutorService
Bean type #32006RequestPredicate
fails with WebFlux 6.1.2 #31955📔 Documentation
@RequestAttribute
in HTTP clients #32231between
operator in SpEL #32140String
operators in SpEL #32137@Scheduled
tasks #32109@see PathPattern
to function router methods with a pattern parameter #32045class-data-sharing.html
tocds.html
#32044@JvmName
could mitigate Kotlininternal
modifier impact #32010@HttpExchange
to make it more clear when it is a good fit #32008🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@1515biubiubiu, @Akaame, @OlgaMaciaszek, @andreibastun, @cirusthenter, @erichaagdev, @jee14, @jmondo, @kilink, @kzander91, @mnhock, @quaff, @rotilho, @rwinch, @senocak, @spencergibb, and @wfouche
v6.1.3
⭐ New Features
processInjection()
inCommonAnnotationBeanPostProcessor
#31956ApplicationContext
configurable #31952JdkClientHttpRequest
may block indefinitely #31911Propagation.NOT\_SUPPORTED
with@TransactionalEventListener
#31907MaxUploadSizeExceededException
#31850@Resource
in test classes in AOT mode #31733SpringValidatorAdapter
fails ingetRejectedValue
ifValueExtractor
used in property path to unwrap a container type #29043@Scheduled
tasks in test setups #28073@annotation
pointcut is not matched with complex hierarchy and generics against classes compiled by Eclipse [SPR-17310] #21843🐞 Bug Fixes
WebClient
causes anIllegalStateException
#32003RestClientResponseException
handlesresponseHeaders
case-sensitive #31978WebClient
URI template attribute since Spring WebFlux 6.1.2 #31882@Async
does not supportUnit?
return type #31881@Cacheable
does not respect cache hit when empty Mono/Flux response is returned #31868NullPointerException
with@RequestMapping
on Kotlin property accessors #31856StringDecoder
when splitting input by delimiters. #31848ConstraintViolation
property path andBindingResult
target inMethodValidationAdapter
#31746@RequestBody
parameter twice #31711ProceedingJoinPoint.proceed
when called from within another advised bean #26068📔 Documentation
RestClient
andRestTemplate
#31991ContentRequestMatchers#multipartData
Javadoc #31988internal
modifier impact on@Bean
#31985Jackson2ObjectMapperBuilder
documentation to mentionParameterNamesModule
registration #31959autowired-qualifiers.adoc
to refer the-parameters
Java compiler flag #31939CoWebFilter
#31877@Transactional
in reactive environments with non-reactive signatures #23277🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@0x1306e6d, @Drezir, @FBibonne, @JuHyun419, @OlgaMaciaszek, @SuhasBk, @T45K, @Yaklede, @aaronrosser, @achhibi, @bohub12, @dodie, @dogglezz, @izeye, @janjouketjalsma, @kzander91, @leonchen83, @pri88yank, @quaff, @scordio, @slovenlyimp, and @wfouche
v6.1.2
⭐ New Features
coRouter
DSL #31831isStatic
andreleaseTarget
as default methods onTargetSource
#31820MySQLIdentityColumnMaxValueIncrementer
#31784MockPart
constructor that accepts theContent-Type
#31757toString(Charset)
inFastByteArrayOutputStream
#31737TestExecutionListener
s atWARN
level #31688-parameters
flag in exception messages #31675@RegisterReflectionForBinding
for enums #31570@Resource
@Lazy
fallback autowiring #31447@Order
) #30849SimpleJdbcCall
named parameter binding for Sybase ASE #30231@Async
aspect should clear cached executors when different BeanFactory set #28201ServletCookieValueMethodArgumentResolver
#26989Predicate
- based mappedHandler config inAbstractHandlerExceptionResolver
#26772SimpleJdbcCall
withnamedBinding=true
for MS SQL Server #26072setNull
performance on PostgreSQL and MS SQL Server (e.g. forNamedParameterJdbcTemplate
batch updates) #25679🐞 Bug Fixes
<replaced-method />
unnecessarily requires explicitarg-type
since 6.0 #31826MergedAnnotations
finds duplicate annotations on method in multi-level interface hierarchy #31803@Cacheable
key generator is called after invoking the cached method in case of a miss #31789NotSerializableException
forHttpComponentsHeadersAdapter
when serializingHttpClientErrorException
#31787Part
from nested constructor binding in WebFlux #31778MimeTypeUtils.sortBySpecificity()
#31769AnnotatedTypeMetadata
'sgetMergedRepeatableAnnotationAttributes()
method ignoresclassValuesAsString
#31768ServerRequest::pathVariable
in nestedRequestPredicate
again #31732@NotNull
on JPA entity not respected in schema generation #31726@Cacheable
throws NullPointerException when encountering cached null value for empty Mono #31722null
if no response body is available #31719Duration
argument if request parameter is not present #31709@ComponentScan
added directly and via a meta-annotation leads to multiple scanning #31704@DisabledInAotMode
does not work in native image #31705Query.scroll()
inSharedEntityManagerCreator
'squeryTerminatingMethods
set #31682equals
method (for ConversionService caching) #31672RequestMappingInfo
leads to "IllegalArgumentException: Expected lookup path" #31662@Resource
dependency injection fails with AOT/native #29614ReflectiveMethodResolver
#28377DatabaseMetadata#getProcedures
(and functions) should take search string escape into account #22725📔 Documentation
@HttpExchange
section of reference docs #31796#this
and#root
variable examples in SpEL documentation #31770@ModelAttribute
is required for reflection hints inference #31765MockRestServiceServer.bindTo(RestClient.Builder)
#31741-Dspring.context.exit=onRefresh
for Project CRaC testing purpose #31724spring.factories
used in the TestContext framework in the reference manual #31723🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@HeartPattern, @HyeongMokJeong, @Johannes-Rost, @JuHyun419, @Nijco, @cdalexndr, @dogglezz, @freesme, @giuseppemilicia, @hpoettker, @izeye, @kilink, @lugaramirez, @mathieu-amblard, @meedbek, @perlun, @quaff, @reda-alaoui, @shin-mallang, and @tylerbertrand
v6.1.1
⭐ New Features
StreamUtils.copy(String)
#31621🐞 Bug Fixes
Cache.retrieve(key)
semantics #31637<jee:local-slsb>
no longer works with abusiness-interface
attribute #31627@Cacheable
method does not support condition with#result
#31626PathResourceResolver.getResource()
does not log warning ifResource#getURL()
throws exception #31623📔 Documentation
❤️ Contributors
Thank you to all the contributors who worked on this release:
@7fantasy7, @Star-ho, and @quaff
v6.1.0
⭐ New Features
JdbcClient.update(KeyHolder)
does not work without explicit key column names #31607@EmbeddableInstantiators
registered on JPA embeddables for reflection #31534ControlFlowPointcut
#31435🐞 Bug Fixes
@EnableJpaAuditing
using Spring Boot 3.2-RC2 in native image #31575RestClient
but passes withWebTestClient
#31574ExecutorLifecycleDelegate
should callExecutorService.isTerminated()
in?.isRunning()
#31549RestTemplate
POST to endpoint using Digest Auth no longer works in 6.1 #31516null
indexed argument value #31508📔 Documentation
@Sql
scripts and statements #31589@[Enabled|Disabled]InNativeImage
in reference manual #31438@DisabledInAotMode
in the reference manual #31437@Sql
class-level execution phase support in the reference manual #31377🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Young-Zen, @duesenklipper, @izeye, @k-seth, and @wakingrufus
v6.0.17
⭐ New Features
🐞 Bug Fixes
@JsonDeserialize(builder = ...)
does not work in GraalVM native image #32257Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.