-
Notifications
You must be signed in to change notification settings - Fork 32
fix(deps): update dependency org.springframework:spring-framework-bom to v6 #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-spring-core
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a585018
to
d194f6b
Compare
d194f6b
to
5c1bd5f
Compare
5c1bd5f
to
a47daa0
Compare
994a6b9
to
fa44d1d
Compare
fa44d1d
to
8248ebd
Compare
8248ebd
to
f99068b
Compare
f99068b
to
290e589
Compare
290e589
to
6ad1a22
Compare
c698e97
to
4e445ac
Compare
4e445ac
to
640c345
Compare
cd0ff74
to
881cf25
Compare
6ab9159
to
3923f54
Compare
3923f54
to
1333e46
Compare
1333e46
to
f8120f4
Compare
f8120f4
to
52b7a5d
Compare
8266216
to
590a707
Compare
776cb3c
to
8446677
Compare
8446677
to
4c9216e
Compare
4c9216e
to
4d8f448
Compare
4d8f448
to
681012e
Compare
681012e
to
12bb672
Compare
12bb672
to
8790614
Compare
adc7ee6
to
5e3ce5e
Compare
53729d1
to
a15c5ac
Compare
a15c5ac
to
2642909
Compare
2642909
to
2ca16fc
Compare
2ca16fc
to
60768be
Compare
8c9574b
to
1993fcb
Compare
1993fcb
to
93d03eb
Compare
93d03eb
to
7712926
Compare
7712926
to
820901b
Compare
820901b
to
876c83a
Compare
876c83a
to
719b792
Compare
2cd2c38
to
476e2ec
Compare
476e2ec
to
812a3ee
Compare
812a3ee
to
7e9e982
Compare
7e9e982
to
09bc7b3
Compare
09bc7b3
to
1578bae
Compare
1578bae
to
069a220
Compare
069a220
to
c047c8f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
4.3.30.RELEASE
->6.2.11
Release Notes
spring-projects/spring-framework (org.springframework:spring-framework-bom)
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
Compare Source
⭐ 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
Compare Source
⭐ 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
Compare Source
⭐ New Features
BeanOverrideHandler
#34260@FunctionalInterface
declaration fromBeanOverrideProcessor
#34259@MockitoBean
at the type level on test classes #33925🐞 Bug Fixes
Configuration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.