Spring @NotNull annotation is not enforced for @RequestParam when parameter is passed as an empty value

Affects: \Spring Boot v2.3.9.RELEASE, Spring v5.2.13.RELEASEWhen annotating a parameter of type Long of a controller wit...

Spring Close jar files after opening a connection

Before this PR jar files that were accessed via a URLResource, would stay opened indefinitely, and thus prevent the file...

Spring Add If-Match support and improve If-None-Match wildcard support

Coming from version 5.2.3.RFC 7232, section 3.2 says:If-None-Match can also be used with a value of "*" to prevent an ...

Spring ReactiveSessionRepository getting delayed for initialization

Affects: spring-web-5.3.9Currently ReactiveSessionRepository in memory repository reflects change in delayed fashion. Me...

Spring Revise internals of LoggingCacheErrorHandler

This is a follow up to #28670 and supersedes #28648.Since LoggingCacheErrorHandler was only recently introduced in 5.3.1...

Spring Improve LoggingCacheErrorHandler

This PR contains 2 commits with some improvements to LoggingCacheErrorHandler:Simplify creation of LoggingCacheErrorHand...

Spring Simplify creation of LoggingCacheErrorHandler with logged stacktrace

At present, creating LoggingCacheErrorHandler that logs stacktrace also requires supplying the logger to be used. This m...

Spring can't open spring.io in china

Comment From: lzj960515I don't know who to call. Can anyone tell me why?Comment From: bclozelThere is an ongoing inciden...

Spring Wrong reflection hints for arrays of inner types

hints.reflection().registerType(com.zaxxer.hikari.util.ConcurrentBag.IConcurrentBagEntry[].class, hint -> {});generat...

Spring Add automatic hint for autowired field support

If a field is flagged with @Autowired the container uses reflection to set the value. A hint should have been generated ...

Spring Ambiguous behavior for ClassNameGenerator::generateClassName

ClassNameGenerator has two variants for the generateClassName feature. One that takes a target Class<?> and anothe...

Spring Move Mock duplicates to test fixtures

The AOT tests are relying on mock implementations that are duplicated in the codebase. We should rationalize those in te...

Spring I have some questions to ask how to solve

Some problems in CoroutinesUtils.Class'await(kotlin.coroutines.Continuation<? super T>)' in 'kotlinx.coroutines...

Spring Source code build error

构建环境: idea 2020 ,gradle 6.6 ,jdk 11问题: unable to find valid certification path to requested target过程: 试过很多种方法,问题一直没有解决(j...

Spring issues-28645

fix https://github.com/spring-projects/spring-framework/issues/28645Comment From: sbrannenPlease refrain from submitting...

Spring The mail API problem in spring-context-support

jakarta.mail-api has been released to 2.1, and the package name has been changed from javax.mail to jakarta.mail, why is...

Spring Offer compile time support for @Configuration classes [SPR-15512]

Phil Webb opened SPR-15512 and commentedDuring some discussion on the Spring Boot call about this issue we discussed the...

Spring Fix a typo in ResponseEntity documentation

Change return ResponseEntity.ok().eTag(etag).build(body); to return ResponseEntity.ok().eTag(etag).body(body); for both ...

Spring Spring official build and test, using OpenJDK?

Spring官方构建和测试,使用的是OpenJDK吗Comment From: TangDynasty06Spring official build and test, using OpenJDK?Comment From: bclozel...

Spring Update to Bouncycastle 1.71

BouncyCastle changed its artifact name suffix from jdk15on to jdk18on in the latest releases, as it now requires at leas...
上一页 下一页
.