Nineya
Home
Blog
Spring Supplement Test Cases In XmlBeanFactoryTests : Resolve Circle Reference When Use Aop
2025-01-08 17:56:24
514
Many people implementate BeanPostProcessor to realize Aop, but it has a problem with cicle reference. Implementation Sma...
Spring Introduce tests for MultiValueMap
2025-01-08 17:56:21
1232
imho improved tests for gh-25140, as solicited by @jhoeller As promised in gh-25159, I am submitting a second suggestion...
Spring Add gradle format task and enforce checkstyle on formatting
2025-01-08 17:56:18
2688
Currently format task is not available as spring-boot does:$ gradle formatFAILURE: Build failed with an exception.* What...
Spring HttpStatus code custom extension suggestions
2025-01-08 17:56:16
1995
Affects: \5.3.27At present, HTTP based RPC communication is becoming increasingly mainstream, but in business scenarios,...
Spring Vulnerability CVE-2016-1000027 on version 5.28 and 5.29
2025-01-08 17:56:13
428
Hello,Spring Framework has a vulnerability, CVE-2016-1000027 fixed on version 6.x.x.In June and July, Version 5.3.28 and...
Spring CglibAopProxy: Skip non-overridden methods of Object.class as those which for sure have no advice
2025-01-08 17:56:10
2612
Currently in case of frozen AOP chain CglibAopProxy creates fixed callbacks for all methods of the target class, while i...
Spring Properly use Reactor Netty 2 in AbstractHttpHandlerIntegrationTests
2025-01-08 17:56:08
364
Comment From: sdeleuzeWhen using properly ReactorNetty2HttpServer, we get some multipart related errors due to an additi...
Spring Add Http headers support in getForEntity
2025-01-08 17:56:06
1361
MotivationCreate support for Http headers in getForEntity to allow simpler code. Currently if one needs to add headers i...
Spring WebFlux handling MappingJacksonValue doesn't work for Flux
2025-01-08 17:56:03
4329
FluxMappingJacksonValue.zipAffects: \5.3.3When trying to filter Rest Controller Flux output using MappingJacksonValue, y...
Spring Revisit Support for Flux<MappingJacksonValue<T>> in WebFlux
2025-01-08 17:56:00
1454
Affects: 6.0.11As reported previously in #26406, WebFlux does not support MappingJacksonValue<T> in non-streaming ...
Spring Add hasSmartInstantiationAwareBeanPostProcessors method to clarify semantics
2025-01-08 17:55:56
831
The instantiationAware and smartInstantiationAware of BeanPostProcessorCache are not exactly equal. Using hasSmartInstan...
Spring Consider order on DeferredImportSelector when processing DeferredImportSelector.Group
2025-01-08 17:55:53
4997
Hi,When I was writing custom DeferredImportSelector (https://github.com/spring-projects/spring-boot/pull/19400), I found...
Spring Add conversion support for Pattern/Regex
2025-01-08 17:55:48
1724
Comment From: sbrannen@valfirst, can you please provide some background on the rationale for your proposal?Do you have a...
Spring Introduce configuration to diable @Scheduled tasks
2025-01-08 17:55:44
2302
Prior to this commit, only cron @Scheduled tasks can be disabled with the special cron expression value that indicates a...
Spring Optimize ClassUtils#getMostSpecificMethod
2025-01-08 17:55:41
2501
Hi,I've been profiling some (test-)application context starts lately on Spring Framework 5.x and noticed that with one o...
Spring CRaC support: -Dspring.context.checkpoint=onRefresh fails due to open file
2025-01-08 17:55:36
27509
Spring Boot Version: 3.2.0-M1When creating an executable JAR of the spring-petclinic project and running it with the mod...
Spring Add factory method to create a NamedThreadLocal with an initial value
2025-01-08 17:55:32
393
If we need a NamedThreadLocal with an initialization value, it will be very convenient to use the withInitial method of ...
Spring Modified the code to format the nested exception stack trace
2025-01-08 17:55:29
1090
This PR fixes https://github.com/spring-projects/spring-framework/issues/23227 .As part of this fix , added a new functi...
Spring Log the bean exception trace as a multi line log
2025-01-08 17:55:26
4049
(As requested, moved from the issue at Spring Boot: https://github.com/spring-projects/spring-boot/issues/17343At the mo...
Spring Support the feature that combine multiple SqlParameterSource
2025-01-08 17:55:24
1184
Fixes gh-23962Comment From: virtual-machinist@maheksaluja , any ETA on when this PR is to be merged?Comment From: kazuki...
上一页
下一页
1
…
1316
1317
1318
1319
1320
…
2246
.