-
Notifications
You must be signed in to change notification settings - Fork 27
fix(deps): update spring core to v7 (major) #240
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
0c6d0f5 to
25b1643
Compare
bd4d5b3 to
7bb5ece
Compare
b53335c to
71d5f02
Compare
71d5f02 to
7f77e1f
Compare
c7818ea to
fd99b09
Compare
e5b69aa to
d030ad2
Compare
688ff1f to
7ef3f9a
Compare
c0ebdc3 to
e0375ce
Compare
37820a9 to
0b847ed
Compare
0b847ed to
9c21da6
Compare
8df88a3 to
12d08f0
Compare
12d08f0 to
11c1cdd
Compare
11c1cdd to
e8d7749
Compare
fd2de0f to
79b9239
Compare
d74586e to
b491c16
Compare
b491c16 to
422b1a3
Compare
925dabf to
e53af89
Compare
e53af89 to
41619f6
Compare
41619f6 to
a77d9c2
Compare
a77d9c2 to
a45bd05
Compare
a45bd05 to
c083a98
Compare
c083a98 to
28e66d6
Compare
28e66d6 to
cdf01b5
Compare
cdf01b5 to
78cf044
Compare
78cf044 to
25bdf66
Compare
25bdf66 to
e18ff7e
Compare
e18ff7e to
f6b83b2
Compare
f6b83b2 to
4c55043
Compare
4c55043 to
7dfe2d2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.28→7.0.35.3.28→7.0.35.3.28→7.0.35.3.28→7.0.35.3.28→7.0.35.3.28→7.0.3Release Notes
spring-projects/spring-framework (org.springframework:spring-tx)
v7.0.3Compare Source
⭐ New Features
PagedListHolderandPropertyComparatorfor removal #36139PropertyDescriptorarray inSimpleBeanInfoFactory#36112@ConcurrencyLimitto throw rejection exception #36109DefaultApiVersionInserter#36097@RequestBody Objectmethod parameter should use class of actual value #36078@Nullableon parameter inequals()implementations #36075@Transactionaltriggered method rollbacks #36073MethodFailureEventfor use inEventPublicationInterceptor#36072/errorrequests also fail. #36058TaskCallbackreturn value as potentially nullable #36057execute(Retryable)which avoidsRetryExceptionin favor of rethrowing the last originalRuntimeException#36052@Retryabletriggered retry executions #35382🐞 Bug Fixes
SmartFactoryBeantype matching forResolvableType.NONE#36123AbstractMessageSendingTemplateignores headers inconvertAndSend()variant #36120JmsClient.sendAndReceive()fails if headers are included #36118PropertyDescriptorUtilsdoes not reliably resolve overloaded write methods #36113AbstractJacksonHttpMessageConverter#36111DefaultApiVersionInserterencodes already encoded URI #36080PropertyDescriptorUtilsdoes not reliably resolve read/write methods in type hierarchies with generics #36019📔 Documentation
Multipart Content#36094@EnableWebFluxfrom documentation code snippets #36091CORSandFunctional Endpointsreferences #36089Configurationpage #36079encodeJavadoc forUriComponentsandUriComponentsBuilder#36040@ExceptionHandlersilently ignored whenspring.mvc.problemdetails.enabled=truewithout@Order#35982🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@JKaplanEmpty-Nes, @MukjepScarlet, @TerryTaoYY, @haydenrear, @jhan0121, @jher235, @marcphilipp, @mipo256, @msridhar, @ngocnhan-tran1996, @parkhojeong, @philipbolting, @playous, @quaff, @thelightway24, and @xyraclius
v7.0.2Compare Source
⭐ New Features
AbstractTestContextBootstrapper#35995AbstractTestContextBootstrappershould resolveContextLoaderonly once #35994RetryExceptionfor@Retryablemethods #35983Lifecyclebeans on cancelled refresh #35964@RetryableandRetryPolicy#35963==instead ofinstanceoffor primitive array type checks #35962MultiValueMapCollectorfor use with streams #35958@Nullable#35947RetryListeneras well as callbacks for the initial attempt #35940ApplicationContext#getId()nullability to non-null #35925TransactionSynchronizationManager#registerSynchronization#35921AbstractKotlinSerializationHttpMessageConverter#canWrite#35920Optionalinjection point as well #35919canRead/canWriteoverrides toClassones inAbstractSmartHttpMessageConverter#35916Assert#noNullElements#35868BindingReflectionHintsRegistrarwithObjectToObjectConverterhints #35847resetCaches()method to general CacheManager interface #35845BeanRegistrarin Spring AOT generated code #35803Providerinstance #35373🐞 Bug Fixes
ContextConfigurationAttributes(Class)constructor incorrectly setsinheritLocationstofalse#36000ConcurrentReferenceHashMap#computeIfAbsentmay cause context initialisation deadlock #35944@Lazyinjection point #35917RuntimeBeanReferenceusing name and type #35913@Bean-level qualifier annotation #35908SingletonSuppliershould be defensive againstsingletonInstance/initializedvisibility mismatch #35905AbstractJacksonHttpMessageConverter#35889ServerSentEventwith Jackson encoder #35872@EnableResilientMethodsdoes not participate in globally enforced target class proxying #35863📔 Documentation
SpringExtensionrequires JUnit Jupiter 6.0 or higher #35900sessionTransactedflag for local versus global transaction #35897🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@JohnNiang, @Pankraz76, @florianhof, @ivonaest, @izeye, @jnizet, @ngocnhan-tran1996, @remeio, and @zamzterz
v7.0.1Compare Source
⭐ New Features
RestOperationsKotlin extensions nullability with Java one #35852resetCaches()method to Caffeine/ConcurrentMapCacheManager #35840UnmodifiableMultiValueMap#35822Spliteratorcharacteristics inConcurrentReferenceHashMap#35817🐞 Bug Fixes
JdbcOperationsKotlin extensions #35846getCacheNames()concurrent access in NoOpCacheManager #35842BeanNameAwareand co. #35835ParameterizedPreparedStatementSetternullability #35749📔 Documentation
@seeJavadoc references to deprecated PropertiesBeanDefinitionReader #35836kotlin-issuesattribute reference #35820SpringExtension.getApplicationContext()#35764❤️ Contributors
Thank you to all the contributors who worked on this release:
@juntae6942, @kilink, @ngocnhan-tran1996, and @quaff
v7.0.0Compare Source
🍃 Please read the official release notes and upgrade guide
⭐ New Features
maxAttemptstomaxRetriesin@RetryableandRetryPolicy#35772@Nestedclasses in a@ParameterizedClass#35744@MockitoSpyBeanwith a scoped proxy #35722🐞 Bug Fixes
HttpHeadersandWebSocketHttpHeadersinterop issues #35792@ConcurrencyLimitweird behavior when combined with@Asyncand@Transactional#35788HtmlUnitRequestBuilder#35709📔 Documentation
@PersistenceContextand@PersistenceUnitin test classes in AOT #31442🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Sineaggi and @UpStreamThomas
v6.2.15⭐ New Features
TransactionSynchronizationManager#registerSynchronization#35922🐞 Bug Fixes
ConcurrentReferenceHashMap#computeIfAbsentmay cause context initialisation deadlock #35945@Lazyinjection point #35918@Bean-level qualifier annotation #35909📔 Documentation
sessionTransactedflag for local versus global transaction #35898🔨 Dependency Upgrades
v6.2.14⭐ New Features
resetCaches()method to Caffeine/ConcurrentMapCacheManager #35841UnmodifiableMultiValueMap#35831Spliteratorcharacteristics inConcurrentReferenceHashMap#35828🐞 Bug Fixes
getCacheNames()concurrent access in NoOpCacheManager #35844BeanNameAwareand co. #35838📔 Documentation
@seeJavadoc references to deprecated PropertiesBeanDefinitionReader #35854v6.2.13⭐ New Features
selectandoptionsJSP form tags #35783🐞 Bug Fixes
ConcurrentReferenceHashMapmisses dedicatedcomputeIfAbsent,computeIfPresent,compute,mergeimplementations #35794HttpServiceMethodsupport for Kotlin suspending functions returningFlow#35718BatchUpdateExceptionanymore #35717jibx-marshallerelement fromspring-oxm.xsd#35699Mapinjection fails against targetMapwith incomplete generics despite bean name or qualifier match #35690TEST_METHODExtensionContextScopeis not fully supported #35680isAutowirableConstructor(Executable, PropertyProvider)inTestConstructorUtilsand deprecate existing variants #35676getPubliclyAccessibleMethodIfPossible()returns hidden static method #35667📔 Documentation
Monotype #35786@NumberFormatJavadoc #35742TestContextsemantics #35716🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Anxton, @Artur-, @HJC96, @MoadElfatihi, @NYgomets, @cbsingh1, @dmitrysulman, @ekcom, and @scordio
v6.2.12⭐ New Features
ConfigurationClassBeanDefinitionReader#35631TransientDataAccessExceptionbySQLStateSQLExceptionTranslatorforBatchUpdateException#35547CandidateComponentsIndexandCandidateComponentsIndexLoader#35472🐞 Bug Fixes
producesmedia types in@ExceptionHandler#35587AbstractTestNGSpringContextTestsis not thread-safe regarding tracked exceptions #35528JvmDefault(default in Kotlin 2.2.20+) #35487📔 Documentation
WebSocketHandler#35572idrefexample in reference manual #35560🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Entea, @IMurzich, @hosea, @maziyarbahramian, @mlichtblau, @nstdio, @reckart, and @reda-alaoui
v6.2.11⭐ New Features
@Nullableon JsonPathAssertions.isEqualTo #35445DuplicateKeyException#35400String valuearguments inResponseCookiefrom*()factory methods #35377taskTerminationTimeoutsemantics onSimpleAsyncTaskExecutor/Scheduler#35372StandardEvaluationContext.setBeanResolvershould allow@Nullable BeanResolver#35371🐞 Bug Fixes
@Scheduled(cron=…) when custom ScheduledExecutorService bean is defined (Java 19+) [#35316](https://redirect.github.com/spring-proConfiguration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.