Spring Remove extra copy of headers/cookies in WebClient

When using the reactive webclient with default headers (and cookies) AND headers (and cookies) specified at the request ...

Spring SpEL: cannot call methods declared in java.lang.Object on a JDK proxy

Hello, I built a fix for my problem with SpEL and proxy objects as described in #23369.Now I want to contribute my chang...

Spring SpEL could not call methods of Object on a Proxy-Object

Affects: Spring Framework 5.0/5.1I found the problem, that I couldn't call methods of Object in the SpEL, when the targe...

Spring ContentDisposition::parse does not support Windows paths

use Spring6, the browser is Edge's IE modeIn the past, using IE browser will get the full path of the file, while other ...

Spring The proxy class cannot access its own variables

environment:spring boot version: 2.7.9jdk version:1.8Sample code:@Service@Slf4jpublic class AopTestService { public S...

Spring Spring deserialize YAML as LinkedHashMap instead of ArrayList

I report the bug present in Spring deserialize YAML as LinkedHashMap instead of ArrayList because I ran into the same p...

Spring BindException raised instead of MethodArgumentNotValidException subclass

In our application we override handleBindException from ResponseEntityExceptionHandler to improve the output of error me...

Spring RequestContextHolder for Reactive Web [SPR-15680]

Doron Gold opened SPR-15680 and commentedIt is necessary to have a way to associate attributes with the current request ...

Spring on JDK 11 - WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1 (file:/C:/Users/.../spring-core/4.3.22.RELEASE/spring-core-4.3.22.RELEASE.jar)

Error for Spring Boot 1.5.x (1.5.19.RELEASE, using the latest spring-core-4.3.22.RELEASE.jar)I have not seen this error ...

Spring AbstractPlatformTransactionManager.getTransaction do not clear synchronizations&cleanup transaction when catch RuntimeException

Affects: spring-tx 4.3 and laterhello , maybe I found one problem. In my program, Logger is not the standard Logger, wi...

Spring Ensure all packages declare package-info.java with null-safety annotations

OverviewSince Spring Framework 5.0 (see #20099), we annotate packages in package-info.java files with null-safety annota...

Spring Ensure all packages declare package-info.java with null-safety annotations

OverviewThis commit adds the JavadocPackage Checkstyle module to the project's configuration file (checkstyle.xml). The ...

Spring RequestContextFilter: for async filter chains, defer completing request attributes until async processing completes

RequestContextFilter: for async filter chains, defer completing request attributes until async processing completesFixes...

Spring Allow SnakeYaml 2.0 runtime compatibility

Affects: 5.3.xPlease upgrade snakeyaml to 2.0 in branch 5.3.x, e.g. or take https://github.com/spring-projects/spring-fr...

Spring Fix: use 2.0 compatible signature

https://github.com/spring-projects/spring-framework/issues/30097Comment From: bclozelThanks but this has been taken care...

Spring @Autowired/@Value does not work on inner bean in native

when using @Value or @Autowired inside a @Webfilter annotationed class and run in aot mode, it'll raise error***********...

Spring Content Negotiation with media type parameters: Method producing exact match of Accept content type is not called.

I'm working on an API that produces application/hal+json documents that use the media type profile parameter to support ...

Spring reactive ControllerMethodResolver - introduce InvocableHandlerMethod cache

Currently, a new InvocableHandlerMethod is created on each controller request, and in turn, creates a new HandlerMethodA...

Spring Use Set to track ignored properties in BeanUtils.copyProperties()

Comment From: pivotal-cla@liupeng12345 Please sign the Contributor License Agreement!Click here to manually synchronize ...
上一页 下一页
.