This repository was archived by the owner on Mar 13, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 35
fix(deps): update spring core to v6 (major) #682
Merged
Merged
Conversation
This file contains 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
Update mongodbDriverVersion to v4.11.1
…es not getting found.
Fix failing includes
Update spring core to v5.3.31
Update dependency org.fusesource.jansi:jansi to v2.4.1
#652: setting setHint to all queries
Update spring boot to v2.7.18
Update gorm-datastore monorepo to v8.0.3
…dFields Persist null updates on embedded fields
Update actions/setup-java action to v4
Update dependency com.github.javaparser:javaparser-core to v3.25.6
* Update to Groovy 3.0.19 * Make project compatible with Groovy 3.0.19 * Revert to Groovy 3.0.11
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…12.1 (#667) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update Workflow Status Badge
- Add maven central badge - Add push filter to Java CI badge - Change to https links - Improve text - Remove link to plugin as it is no longer possible to link directly to a plugin in the plugin page
43c8e3c
to
ea5f2ba
Compare
* Add groovy-joint-workflow * Update groovy-joint-workflow.yml
… v3.25.8 (#684) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…o v4.0.1 (#687) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…o v3.1.2 (#690) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#689) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Change text as the example test case no longer uses Fongo. Add the EmbeddedMongoClient trait to the documentation as the example is not complete without it. Mention that the test examples now use testcontainers. Close #154
ea5f2ba
to
69884a3
Compare
69884a3
to
081ee73
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.31
->6.1.4
5.3.31
->6.1.4
Release Notes
spring-projects/spring-framework (org.springframework:spring-aop)
v6.1.4
⭐ New Features
SpelMessage.INCORRECT\_NUMBER\_OF\_ARGUMENTS\_TO\_FUNCTION
#32239NonReactiveHandlerMethodPredicate
#32227phase
value configurable in STOMP message handling components #32205BeanPropertyRowMapper
subclasses customize mapped names #32199JdbcClient
#32161@FunctionalInterface
#32135SimpleJdbcInsert
with catalog name #32124MapPropertySource
forDynamicValuesPropertySource
implementation (as a template for custom variants) #32110validationGroups
every time the call is made #32068@RequestMapping
and@HttpExchange
declarations on the same element #32065@HttpExchange
declarations on the same element #32049@PostMapping
,@GetMapping
, etc. annotations are declared #31962@SessionAttributes
is sometimes not reflected in the model #30463🐞 Bug Fixes
pathExtension
null-safety in Kotlin DSLs #32254SimpleEvaluationContext.Builder
is notfinal
and has apublic
constructor #32253@JsonDeserialize(builder = ...)
does not work in GraalVM native image #32238toString()
inHandlerMethod
from6.1.3
#32184Indexer.setArrayElement()
incorrectly requests conversion to wrapper instead of primitive #32147PartEventHttpMessageReader#maxParts
is off by one #32122RestClient
calls interceptors fromRestTemplate
twice #32038DefaultRestClientBuilder.defaultRequest(...)
doesn't do anything #32028SimpleAliasRegistry
is misleading #32025ExecutorService
Bean type #32006RequestPredicate
fails with WebFlux 6.1.2 #31955📔 Documentation
@RequestAttribute
in HTTP clients #32231between
operator in SpEL #32140String
operators in SpEL #32137@Scheduled
tasks #32109@see PathPattern
to function router methods with a pattern parameter #32045class-data-sharing.html
tocds.html
#32044@JvmName
could mitigate Kotlininternal
modifier impact #32010@HttpExchange
to make it more clear when it is a good fit #32008🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@1515biubiubiu, @Akaame, @OlgaMaciaszek, @andreibastun, @cirusthenter, @erichaagdev, @jee14, @jmondo, @kilink, @kzander91, @mnhock, @quaff, @rotilho, @rwinch, @senocak, @spencergibb, and @wfouche
v6.1.3
⭐ New Features
processInjection()
inCommonAnnotationBeanPostProcessor
#31956ApplicationContext
configurable #31952JdkClientHttpRequest
may block indefinitely #31911Propagation.NOT\_SUPPORTED
with@TransactionalEventListener
#31907MaxUploadSizeExceededException
#31850@Resource
in test classes in AOT mode #31733SpringValidatorAdapter
fails ingetRejectedValue
ifValueExtractor
used in property path to unwrap a container type #29043@Scheduled
tasks in test setups #28073@annotation
pointcut is not matched with complex hierarchy and generics against classes compiled by Eclipse [SPR-17310] #21843🐞 Bug Fixes
WebClient
causes anIllegalStateException
#32003RestClientResponseException
handlesresponseHeaders
case-sensitive #31978WebClient
URI template attribute since Spring WebFlux 6.1.2 #31882@Async
does not supportUnit?
return type #31881@Cacheable
does not respect cache hit when empty Mono/Flux response is returned #31868NullPointerException
with@RequestMapping
on Kotlin property accessors #31856StringDecoder
when splitting input by delimiters. #31848ConstraintViolation
property path andBindingResult
target inMethodValidationAdapter
#31746@RequestBody
parameter twice #31711ProceedingJoinPoint.proceed
when called from within another advised bean #26068📔 Documentation
RestClient
andRestTemplate
#31991ContentRequestMatchers#multipartData
Javadoc #31988internal
modifier impact on@Bean
#31985Jackson2ObjectMapperBuilder
documentation to mentionParameterNamesModule
registration #31959autowired-qualifiers.adoc
to refer the-parameters
Java compiler flag #31939CoWebFilter
#31877@Transactional
in reactive environments with non-reactive signatures #23277🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@0x1306e6d, @Drezir, @FBibonne, @JuHyun419, @OlgaMaciaszek, @SuhasBk, @T45K, @Yaklede, @aaronrosser, @achhibi, @bohub12, @dodie, @dogglezz, @izeye, @janjouketjalsma, @kzander91, @leonchen83, @pri88yank, @quaff, @scordio, @slovenlyimp, and @wfouche
v6.1.2
⭐ 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
⭐ 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
⭐ 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.17
⭐ New Features
🐞 Bug Fixes
@JsonDeserialize(builder = ...)
does not work in GraalVM native image #32257Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.