Nineya
Home
Blog
Spring Remove extra copy of headers/cookies in WebClient
2025-01-08 06:45:31
1299
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
2025-01-08 06:45:25
738
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
2025-01-08 06:45:22
298
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
2025-01-08 06:45:20
591
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
2025-01-08 06:45:10
3653
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
2025-01-08 06:45:08
1834
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
2025-01-08 06:45:05
1634
In our application we override handleBindException from ResponseEntityExceptionHandler to improve the output of error me...
Spring RequestContextHolder for Reactive Web [SPR-15680]
2025-01-08 06:45:01
27512
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)
2025-01-08 06:44:58
26644
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
2025-01-08 06:44:53
5636
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
2025-01-08 06:44:49
3342
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
2025-01-08 06:44:46
6321
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
2025-01-08 06:44:44
256
RequestContextFilter: for async filter chains, defer completing request attributes until async processing completesFixes...
Spring Allow SnakeYaml 2.0 runtime compatibility
2025-01-08 06:44:41
1923
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
2025-01-08 06:44:38
135
https://github.com/spring-projects/spring-framework/issues/30097Comment From: bclozelThanks but this has been taken care...
Spring Duplicate (un-intended) commit with Spring Data R2dbc, causing "Async resource cleanup failed after onComplete" and "Transaction is already completed - do not call commit or rollback more than once per transaction" exceptions
2025-01-08 06:44:35
42778
Affects: 5.3.10I was planning to build a minimal reproducible project for this https://github.com/spring-projects/spring...
Spring @Autowired/@Value does not work on inner bean in native
2025-01-08 06:44:33
3933
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.
2025-01-08 06:44:30
6860
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
2025-01-08 06:44:27
1717
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()
2025-01-08 06:44:22
290
Comment From: pivotal-cla@liupeng12345 Please sign the Contributor License Agreement!Click here to manually synchronize ...
上一页
下一页
1
…
1363
1364
1365
1366
1367
…
2246
.