fix(deps): update spring core to v6.2.11 #1601
Open
+2
−2
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
6.1.14
->6.2.11
6.2.5
->6.2.11
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
spring-projects/spring-framework (org.springframework:spring-web)
v6.2.11
Compare Source
⭐ New Features
@Nullable
on JsonPathAssertions.isEqualTo #35445DuplicateKeyException
#35400String value
arguments inResponseCookie
from*()
factory methods #35377taskTerminationTimeout
semantics onSimpleAsyncTaskExecutor/Scheduler
#35372StandardEvaluationContext.setBeanResolver
should allow@Nullable BeanResolver
#35371🐞 Bug Fixes
@Scheduled
(cron=…) when custom ScheduledExecutorService bean is defined (Java 19+) #35316📔 Documentation
Mockito.doXxx()
to stub a@MockitoSpyBean
#35410ApplicationEvents
to clarify recommended usage #35335DataSize.parse()
#35298@Contract
Javadoc #35285🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Dockerel, @Kehrlann, @acktsap, @khj68, @ngocnhan-tran1996, @scordio, and @sgflt
v6.2.10
Compare Source
⭐ New Features
PathEditor
#35304type
inProblemDetail
nullable #35294useCaches
option forURLConnection
usage inUrlResource
(avoiding jar file leak) #35218🐞 Bug Fixes
@Scheduled
tasks running inSimpleAsyncTaskScheduler
are interrupted immediately on context close #35254ScriptUtils.executeSqlScript()
does not support multiple results per statement #35248@Transactional
propagation for@TransactionalEventListener
with BEFORE_COMMIT phase #35150📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Allan-QLB, @carsago, @cw-dimedis, and @giampa91
v6.2.9
Compare Source
⭐ New Features
OncePerRequestFilter
cannot be CGLib-proxied #35198InaccessibleObjectException
next toIllegalAccessException
#35190Date
-to-Instant
andInstant
-to-Date
converters #35175AbstractMessagingTemplate
hierarchy #35159Instant
-to-Timestamp
conversion #35156ResponseEntity<?>
in Spring MVC #35153@CacheConfig("myCacheName")
declarations for simplified configuration #35152messageSelector
parameters inJmsOperations
as@Nullable
#35151OverflowStrategy
inConcurrentWebSocketSessionDecorator
#35132@Aspect
bean #35074DataAccessResourceFailureException
thrown when transaction times out on PostgreSQL #35073MethodInvokingFactoryBean
fails to invoke publicly exported methods overridden by internal classes when using JPMS #34028🐞 Bug Fixes
getPubliclyAccessibleMethodIfPossible
#35189targetBeanName
field in AbstractBeanFactoryBasedTargetSourceprotected
to avoid exceptions in logging andtoString()
#35172StaticListableBeanFactory
#35119DELETE
requests, the request body is not used inJdkClientHttpRequest.buildRequest
#35068📔 Documentation
@ContextConfiguration
Javadoc from reference manual #35088🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Meijuh, @RazorNd, @chenggwang, @izeye, @mjd507, @ngocnhan-tran1996, and @philwebb
v6.2.8
⭐ New Features
@Contract
declaration forCodeFlow.isIntegerForNumericOp()
is unnecessary #34985BeanDefinitionReader
via@ImportResource
#34928PathPatternMatchableHandlerMapping
configurable #34918🐞 Bug Fixes
WebSession
after max sessions limit is reached #35013AbstractKotlinSerializationHttpMessageConverter
#34992REPLY_CHANNEL
header check inMessageHeaderAccessor
#34949MockEnvironment
does not acceptObject
property values #34947PropertySourcesPlaceholderConfigurer
no longer usesConversionService
fromEnvironment
#34936@Contract
forStreamUtils.drain()
incorrectly declaresnull
results in an exception #34933@Bean
factory parameter #34929📔 Documentation
ResourceHttpRequestHandler#setHeaders
JavaDoc #35004@SqlGroup
example #34972@RestControllerAdvice
vs@ControllerAdvice
apply to by default #34866@ExceptionHandler
#34554🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Allan-QLB, @Aurh1l, @BowieDu, @DhruvTheDev1, @Dongnyoung, @JimmyAx, @addoDev, @dmitrysulman, @izeye, @jjank, @kilink, @mbazos, @msnsaeed71, @ngocnhan-tran1996, @nosan, @remeio, @vpavic, and @yuzawa-san
v6.2.7
Compare Source
⭐ New Features
AbstractJackson2HttpMessageConverter#getObjectMappersForType
nullness #34811@RequestBody
parameters lose generic type information when creating HTTP service beans #34793🐞 Bug Fixes
PropertySourcesPlaceholderConfigurer
placeholder resolution fails in several scenarios #34861BeanOverrideHandler
discovered in@Nested
test case with superclass from different class or in interface implemented multiple times #34844NamedParameterUtils
only expands reused collection parameter once #34768PathMatchingResourcePatternResolver
wrongly assumes thattarget/classes
always exists #34764📔 Documentation
CompositePropertySource
behavior forEnumerablePropertySource
contract #34886@Nullable
annotation forservletContext
parameter ofConfigurableWebEnvironment.initPropertySources
are contradictory #34845@EnableAsync
needs to be redeclared for each ApplicationContext #34843🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Artur-, @blake-bauman, @iifawzi, @kilink, @quaff, @whlit, and @zzoe2346
v6.2.6
Compare Source
⭐ New Features
@ContextHierarchy
#34723exchangeForRequiredValue
variant toRestClient
#34692CoroutinesUtils
#34682🐞 Bug Fixes
SseEmitter.onCompletion()
behavior between Spring 6.2.3 and 6.2.5 #34762PropertyBatchUpdateException
: causes of nestedPropertyAccessException
s not shown in output #34691@Configuration
classes can no longer beabstract
without@Bean
methods #34663@MockitoBean
with custom@Qualifier
is not injected into@Configuration
class #34646📔 Documentation
ignoreDependencyInterface()
inAbstractAutowireCapableBeanFactory
#34747ListableBeanFactory#getBeansOfType
#34629❤️ Contributors
Thank you to all the contributors who worked on this release:
@acktsap, @dmitrysulman, @iggzq, @izeye, @ngocnhan-tran1996, @obourgain, and @tobias-haenel
v6.2.5
⭐ New Features
spring-core-test
optional #34612-parameters
whenAspectJAdviceParameterNameDiscoverer
fails against ambiguity #34609FormHttpMessageConverter
should throwHttpMessageNotReadableException
when the http form data is invalid #34594🐞 Bug Fixes
📔 Documentation
MvcUriComponentsBuilder
javadocs inaccurately reflects usage of forwarded headers #34615StringUtils#uriDecode
Javadoc #34590🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Helmsdown, @dmitrysulman, and @ngocnhan-tran1996
v6.2.4
Compare Source
⭐ New Features
ContentResultMatchersDsl
matchers for supertypes of the checked type #34542JarURLConnection
resource leak inAbstractFileResolvingResource.exists()
#34528rowsExpected
property ofSqlQuery
for removal #34526RuntimeHints
to anAotContextLoader
#34513DefaultRestClientBuilder
#34439BeanFactory
/ObjectProvider
to select the only one default candidate among non-default candidates #34432🐞 Bug Fixes
MockCookie.parse()
fails to parse custom attribute with a value #34575BeanNotOfRequiredTypeException
if@Bean
factory method returnsnull
#34543@someHash
] under bean name 'blabla': there is already object [@sameHash
] bound" #34427NullPointerException
thrown whenConfigurationClassEnhancer
creates CGLIB proxy #34423📔 Documentation
@since
tag for formField() and formFields in MockHttpServletRequestDsl #34448TestExecutionListener
callbacks #34422🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@chenggangpro, @dark2momo, @dmitrysulman, @izeye, @ngocnhan-tran1996, @pankratz76, @quaff, @ryanprayogo, and @vpavic
v6.2.3
Compare Source
⭐ New Features
@MockitoSpyBean
at the type level on test classes #34408TestExecutionListener
implementations as constants #34404ConversionService
to convert POJO to array for SpEL varargs invocations #34371🐞 Bug Fixes
@Primary
semantics #34374Map
that implementsIterable
no longer works #34332BeanOverrideHandler
discovered in@Nested
test class hierarchy when upgrading to Spring 6.2.2 #34324AnnotationBeanNameGenerator
issues warning about explicitly aliasedvalue
attribute #34317ConfigurationClassEnhancer
should explicitly set customClassLoader
on CGLIBEnhancer
(aligned withCglibAopProxy
) #34274📔 Documentation
@Lookup
methods #34367StandardWebSocketSession
#34304SpringProperties.getFlag()
#34295SimpleCommandLinePropertySource
#34282TestExecutionListener
implementations #34265🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@JoshuaChen, @Puppy4C, @anaconda875, @brandenclark, @canattofilipe, @dobrosi, @izeye, @jazdw, @khoutz182, @kwondh5217, @pirocraft, @quaff, @remeio, and @tarekmues
v6.2.2
⭐ New Features
BeanOverrideHandler
#34260@FunctionalInterface
declaration fromBeanOverrideProcessor
#34259@MockitoBean
at the type level on test classes [#33925](https://redirect.github.com/spriConfiguration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.