Update all non-major dependencies #4058
Merged
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:
1.6.0
->1.6.2
1.6.0
->1.6.2
4.0.22
->4.0.23
4.0.22
->4.0.23
2.12.7
->2.13.0
3.1.5
->3.1.8
3.2.6
->3.3.3
3.1.11
->3.1.12
1.5.3
->1.5.8
1.5.3
->1.5.8
2.27.23
->2.28.2
3.1.0
->3.2.0
3.2.6
->3.3.3
6.1.3
->6.1.13
2.0.12
->2.0.16
1.1.4
->1.1.6
Release Notes
mapstruct/mapstruct (org.mapstruct:mapstruct-processor)
v1.6.2
Compare Source
Bugs
v1.6.1
Compare Source
Enhancements
LinkedHashSet
andLinkedHashMap
new factory method with known capacity when on Java 19 or later (#3113)Bugs
SubclassMapping
: generic vs raw types (#3668)InheritInverseConfiguration
with nested target properties and reversingtarget = "."
(#3670)@AfterMapping
methods are called twice when using target with builder (#3678)@AfterMapping
method with Builder and TargetObject (#3703)JodaOrg/joda-time (joda-time:joda-time)
v2.13.0
See the change notes for more information.
What's Changed
ConverterManager.getInstance()
init thread-safe. by @cpovirk in https://github.com/JodaOrg/joda-time/pull/776New Contributors
Full Changelog: JodaOrg/joda-time@v2.12.7...v2.13.0
eclipse-ee4j/jersey (org.glassfish.jersey.media:jersey-media-multipart)
v3.1.8
Compare Source
v3.1.7
Compare Source
v3.1.6
Compare Source
janino-compiler/janino (org.codehaus.janino:janino)
v3.1.12
awspring/spring-cloud-aws (io.awspring.cloud:spring-cloud-aws-dependencies)
v3.2.0
v3.1.1
spring-projects/spring-boot (org.springframework.boot:spring-boot-dependencies)
v3.3.3
v3.3.2
v3.3.1
v3.3.0
v3.2.9
Compare Source
v3.2.8
Compare Source
v3.2.7
spring-projects/spring-framework (org.springframework:spring-framework-bom)
v6.1.13
v6.1.12
v6.1.11
⭐ New Features
MethodHandle
is notnull
in SpEL'sReflectionHelper
#33193PrematureCloseException
during response #33127getTypeForFactoryMethod
should catchNoClassDefFoundError
#33075🐞 Bug Fixes
MethodHandle
function with an array #33191MethodHandle
function with zero variable arguments #33190java.nio.file.Path
(and plain "." value resolves to classpath root) #33124@Transactional
#33095LocalContainerEntityManagerFactoryBean
initialization fails in case of null bean definition #33082ReactorNettyClientRequest.convertException
should include original exception if cause isnull
#33080Object...
varargs method #33013📔 Documentation
ModelMap
is not a supported argument type in WebFlux #33107InputStreamResource
for content length bypass #33089🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@TAKETODAY, @hunhee98, @imvtsl, @snussbaumer, and @zizare
v6.1.10
v6.1.9
⭐ New Features
@TenantId
#32967🐞 Bug Fixes
canEncode()
forJAXBElement
inJaxb2XmlEncoder
#32977@Valid
annotations on container elements for handler argument validation not supported #32964StringUtils#cleanPath
#32962@CacheEvict
condition uses wrapper comparison instead of actual objects #32960ReactorResourceFactory
not working with CRaC onRefresh checkpoint #32945Integer
#32908Map
with a primitive #32903@EnableTransactionManagement
(mode = AdviceMode.ASPECTJ) #32882📔 Documentation
RegisterReflectionForBinding
Javadoc #32947MethodValidationPostProcessor
is missing astatic
keyword #32929KotlinDetector.isKotlinType
documentation for Kotlin 2.x lambdas #32905🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Attacktive, @Seungpang, @deblockt, @hlmg, @ozooxo, @soglad, and @ypyf
v6.1.8
⭐ New Features
🐞 Bug Fixes
@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)
cannot convert UTC without milliseconds tojava.util.Date
#32856@Configurable
aspect #32838📔 Documentation
❤️ Contributors
Thank you to all the contributors who worked on this release:
@rwinch
v6.1.7
⭐ New Features
@Aspect
classes for Spring AOP proxy usage #32793🐞 Bug Fixes
AnnotationConfigWebApplicationContext
should propagateApplicationStartup
toBeanFactory
#32747PropertiesPropertySource.getPropertyNames()
#32742MergedAnnotations
search does not find container for repeatable annotation #32731ScopedProxyMode.TARGET\_CLASS
and advisors #32669📔 Documentation
ResponseCookie
#32663Flux<T>
return values #32630factory-method
does not always determine correct target type #32091@Order
behavior on types, bean methods, and config classes #30177@Transactional
re-entrant calls) #28299🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@LeMikaelF, @Seungpang, @izeye, @m4tt30c91, @remeio, and @yhao3
v6.1.6
⭐ New Features
JdbcUtils.getResultSetValue
#32601FactoryBean
type matching when usinggetBeanProvider
#32590@RequestParam
binding does not support params with an empty array "[]" suffix #32577Annotation
array cloning inTypeDescriptor
#32476Annotation
array inTypeDescriptor
#32405🐞 Bug Fixes
MethodIntrospector.selectMethods()
fails to detect bridge methods across ApplicationContexts #32586CompoundExpression
omits null-safe syntax in AST string representation of null-safe selection/projection in SpEL #32515FactoryBean
class not autowired in case oftargetType
mismatch #32489HeaderContentNegotiationStrategy.resolveMediaTypes()
throws unexpectedInvalidMimeTypeException
#32483📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Banuelorigni, @LinorDolev, @T45K, @izeye, @kilink, @quaff, and @qww1552
v6.1.5
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](https://github.com/spring-projects/spring-framework/issues/Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.