forked from EsupPortail/esup-lecture
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update spring core (major) #25
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
8a93487
to
dc1b581
Compare
dc1b581
to
285f7f6
Compare
285f7f6
to
7c73476
Compare
7c73476
to
5c499c1
Compare
5c499c1
to
e9a5a60
Compare
e9a5a60
to
9d92b7d
Compare
ca74363
to
4cacbc5
Compare
4cacbc5
to
4004e9f
Compare
4004e9f
to
1ff17b8
Compare
1ff17b8
to
f910d99
Compare
f910d99
to
8561e6d
Compare
8561e6d
to
e4843a3
Compare
e4843a3
to
f3edd7c
Compare
f3edd7c
to
a9276b7
Compare
a9276b7
to
0ebd1c2
Compare
0ebd1c2
to
21e612c
Compare
71c4a04
to
c243817
Compare
c243817
to
693da94
Compare
693da94
to
4a182b4
Compare
4a182b4
to
ae7747e
Compare
ae7747e
to
980559d
Compare
980559d
to
497e328
Compare
4e970b3
to
689e703
Compare
689e703
to
0f36d24
Compare
0f36d24
to
85f1219
Compare
85f1219
to
72c74bc
Compare
72c74bc
to
b863f2d
Compare
193264b
to
0f78395
Compare
74c3ce5
to
668be30
Compare
4d26369
to
14d3ad5
Compare
14d3ad5
to
7cd7bee
Compare
7cd7bee
to
950b97f
Compare
d670941
to
7739e2f
Compare
7739e2f
to
35266b9
Compare
9787478
to
3345fd2
Compare
3345fd2
to
a81549d
Compare
a81549d
to
78afdbb
Compare
78afdbb
to
bdf234b
Compare
32616ca
to
79d04d5
Compare
79d04d5
to
577ea04
Compare
577ea04
to
5278fb0
Compare
5278fb0
to
34fcece
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:
3.1.4.RELEASE
->6.2.8
3.1.4.RELEASE
->6.2.8
3.1.4.RELEASE
->6.2.8
3.1.4.RELEASE
->4.3.30.RELEASE
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
spring-projects/spring-framework (org.springframework:spring-test)
v6.2.8
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
@TestBean
factory method resolution is incorrect within class hierarchy #34204AsyncListener#onError
does not return until dispatch completes #34192DataBinder
throwsIndexOutOfBoundsException
when indexed parameter uses nonconsecutive indices #34145DataBinder
throwsStringIndexOutOfBoundsException
for indexed property without nested property path #34121MethodHandle
function reference accepting only varargs #34109DataBinder
throwsStringIndexOutOfBoundsException
for map property without nested property path #34043EvalTag
#33945📔 Documentation
@EventListener
#34057🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Mattias-Sehlstedt, @Spanching, @brendenehlers, @izeye, @luozongle01, @micopiira, @ngocnhan-tran1996, @quaff, @rPraml, @remeio, and @scordio
v6.2.1
Compare Source
⭐ New Features
toString()
inTestBeanOverrideHandler
#34072DefaultListableBeanFactory
#34070@Contract
annotation toObjectUtils#isEmpty
#33984Flux<ServerSentEvent<Fragment>>
in WebFlux #33975@Fallback
semantics for Test Bean Overrides #33924AdvisedSupport.MethodCacheKey
should check for logical equality as well as identity #33915XmlExpectationsHelper
#33827MapMethodProcessor
should only resolve arguments of type Map or the ModelMap hierarchy #33160🐞 Bug Fixes
@Scheduled
annotation #34058@MockitoBean
incorrectly injects supertype into subtype field #34025IntroductionInterceptor
but withouttarget
always throws an exception #33985ApplicationListener
no longer invoked for genericApplicationEvent
with 6.2.0 #33982@Value
cases SpringCGLIB$$0 required a bean of type java.lang.String that could not be found in Native compile when migrating to SB 3.4 #33960InvocableHandlerMethod
#33943MockReset
strategy is no longer honored for@MockitoBean
and@MockitoSpyBean
#33941TypeDescriptor
with recursive generics triggers infinite recursion inResolvableType.equals/hashCode
#33932@MockitoBean
and@TestBean
should not be allowed onstatic
fields #33922📔 Documentation
MethodInterceptor
#33901🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Boiarshinov, @CHOICORE, @KNU-K, @izeye, @ngocnhan-tran1996, @scordio, @sonallux, and @youabledev
v6.2.0
Compare Source
⭐ New Features
@Contract
Javadoc to mentionthis
andnew
return values #33849@Lazy
proxy #33841@TestBean
fully-qualified method names #33836@DisabledInAotMode
#33833ResponseBodyEmitter
#33831pure
attribute from@Contract
#33820@CheckReturnValue
annotation #33818ThreadPoolTaskExecutor
/ThreadPoolTaskScheduler
#33807HttpServiceProxyFactory
should omit optional@RequestParam
if converted fromnull
to empty string #33794🐞 Bug Fixes
MockReset
should be honored without@Mockito[Spy]Bean
fields #33829@Primary
semantics #33819FactoryBean
with generics #33811FactoryBean
use cases no longer work [#33800](https://redirect.github.com/spring-projects/spConfiguration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.