Update dependency org.springframework:spring-core to v6 - autoclosed #103
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.2
Renovate has been configured to skip the CLA:
@pivotal-cla This is an Obvious Fix
Release Notes
spring-projects/spring-framework (org.springframework:spring-core)
v6.1.2
Compare Source
⭐ 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
Compare Source
⭐ 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
Compare Source
⭐ 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.15
Compare Source
⭐ New Features
StreamUtils.copy(String)
#31631🐞 Bug Fixes
<replaced-method />
unnecessarily requires explicitarg-type
since 6.0 #31828MergedAnnotations
finds duplicate annotations on method in multi-level interface hierarchy #31824MimeTypeUtils.sortBySpecificity()
#31773Query.scroll()
inSharedEntityManagerCreator
'squeryTerminatingMethods
set #31683equals
method (for ConversionService caching) #31673<jee:local-slsb>
no longer works with abusiness-interface
attribute #31630PathResourceResolver.getResource()
does not log warning ifResource#getURL()
throws exception #31624📔 Documentation
@ModelAttribute
is required for reflection hints inference #31767🔨 Dependency Upgrades
v6.0.14
Compare Source
⭐ New Features
Log4jLog
needs to re-resolveExtendedLogger
on deserialization (for compatibility with Log4J 2.21) #31582StandardTypeLocator
for hotspot when the same classes are resolved #31579properties
setter toProblemDetail
#31430🐞 Bug Fixes
@Nullable
#31610PathMatchingResourcePatternResolver
on MS Windows #31598NamedParameterUtils
broken parsing related to square brackets #31596SqlOutParameter
#31550MultiValueMap
when no matrix variables are provided #31483ProxyFactoryBean
declaration may lead to unexpected non-fatal "FactoryBean threw exception from getObjectType" stacktrace output #31473@Value
in compact constructor of a record should not register method injection #31433BeanCopier
falls back toClassLoader.defineClass
for public target #28699📔 Documentation
pertypewithin
is supported by Spring AOP #25887PropertyPlaceholderConfigurer
s [SPR-9989] #14623🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@CrotchBurnt, @GVictorG7, @PiotrFLEURY, @baratrax, @bernie-schelberg-invicara, @huyachigege, @izeye, @lorenzsimon, @martin-lukas, and @rwinch
v6.0.13
Compare Source
⭐ New Features
UnknownContentTypeException
is notSerializable
#31283FastClass
in CGLIB class names for@Configuration
classes #31272🐞 Bug Fixes
HibernateJpaDialect
andHibernateExceptionTranslator
throwSQLExceptionTranslator
-provided exception instead of returning it #31409NamedParameterJdbcTemplate
throws unexpected exception fornull
query #31391@RequestBody
#31327CompoundExpression.toStringAST()
omits?
for null-safe navigation #31326ConcurrentLruCache
no longer supports capacity = 0 #31317@Bean
method #31242ContextOverridingClassLoader.isEligibleForOverriding
#31232void
method invocation #27421LazyResolutionMessage
does not implement propertoString
#21265📔 Documentation
conversionService
field in doc example #31330BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class)
is inconsistent with code #29285@Bean
method in a@Configuration
class'@PostConstruct
method leads to circular reference #27876@Transactional
on interfaces #23538🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@jihuayu and @wfouche
v6.0.12
⭐ New Features
@Scheduled
(fixedDelay = Long.MAX_VALUE, timeUnit = TimeUnit.MINUTES) #31210PathMatchingResourcePatternResolver
#31111@Nullable
toargValue
indoSetValue()
inArgument[Type]PreparedStatementSetter
#31086StringUtils
#31067ReactiveAdapterRegistry
#31047DefaultListableBeanFactory#getBeanNamesForType
does not take target type into account forFactoryBean
resolution #30987spring-core
access toorg.jboss.vfs
forVfsUtils
support on WildFly #30973readNBytes
inStringHttpMessageConverter
whencontentLength
is available #30942DefaultGenerationContext(DefaultGenerationContext, String)
constructorprotected
#30895@Nullable
annotations inAbstractResourceResolver
subclasses in Spring MVC #30893@Autowired
methods on same bean class #30359ClassUtils#getMostSpecificMethod
#30272@PropertySource(ignoreResourceNotFound)
support #22276PayloadMethodArgumentResolver
#21852🐞 Bug Fixes
WebClientResponseException.getResponseBodyAs
throws exception instead of returningnull
for empty body #31179LogFactory
implementation deviates from original ApacheLogFactory
in terms of abstract method declarations #31166nullSafeConciseToString()
invokingisEmpty()
on aMap
/Collection
proxy #31138@DynamicPropertySource
in@Nested
test class cannot override dynamic properties from enclosing class #31083TransactionalApplicationListenerMethodAdapter
should find@TransactionalEventListener
on target class method #31034MethodIntrospector.selectMethods(?)
fails to find methods in case of special bridge method arrangement #30906@ModelAttribute
annotated methods not working with kotlin suspend methods #30894ClassInfo
caching injava.beans.Introspector
on JDK 11/17 #27781PropertySourcesPlaceholderConfigurer
subclass to customizePropertyResolver
#26761📔 Documentation
NoSuchElementException
#31189@Transactional
on package-private/protected methods for class-based proxies #31057Any
to be a nullable type in AOP refdoc examples #31015PathPatternParser.defaultInstance
is outdated #30976ConnectionAccessor
andDatabasePopulator
exception declarations #30932name
attribute in@PropertySource
#30195ApplicationEventMulticaster
used by theApplicationContext
#29996FilePatternResourceHintsRegistrar
API and improve documentation #29161T()
operator not able to locate user types with defaultStandardTypeLocator
configuration #26253@PostConstruct
throughSmartInitializingSingleton
orContextRefreshedEvent
#25074@Scheduled
annotations #23959@ManagedResource
[SPR-17139] #21676@PersistenceContext
injection points in general) [SPR-10443] #15076🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@1zg12, @aahlenst, @christophejan, @gnagy, @izeye, @jongwooo, @kilink, @marschall, @michaldo, @perlun, @pstrsr, @quaff, @remeio, @rwinch, @shin-mallang, and @zakaria-shahen
v6.0.11
⭐ New Features
WARN
level log output during test AOT processing #30867MBeanExporter
in native image #30846AnnotationUtils.isCandidateClass
call withnull
as annotation type #30842DefaultSingletonBeanRegistry.isDependent()
#30839@Nullable
annotations in ContentDisposition.Builder #30820ObjectUtils.nullSafeConciseToString()
#30810ObjectUtils.nullSafeConciseToString()
#30805MicrometerObservationRegistryTestExecutionListener
#30747KotlinReflectionParameterNameDiscoverer
#30725InvocableHandlerMethod#invokeSuspendingFunction
return type toObject
#30716ResolvableType.hasUnresolvableGenerics()
should cache its result #30713@javax.annotation.Resource
annotation #30695LogFactory
contains all public methods from ApacheLogFactory
#30668JdbcTemplate
does not callhandleWarnings
in case of exception #23106Configuration
📅 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.