Spring The task in AsyncTaskExecutor throws an exception before execution, and ControllerAdvice will be called twice.

Affects: \<5.3.23>I customized AsyncTaskExecutor to throw RejectedExecutionException when the queue is full, but I...

Spring ResponseBodyEmitter ignores calls to complete but remains open after JSON write error while sending

Affects: v5.0.5.RELEASE to v6.1.0-M1ProblemWhen an error occurs while sending data via a ResponseBodyEmitter, e.g. tryin...

Spring Use schema-based config in sql-error-codes.xml

This commit replaces the reference to the beans DTD in sql-error-codes.xml with the preferred schema-based configuration...

Spring Wrong type injected when @Autowire Map in TestNG with XML context definition

I have found something that might be related to (27542) or it is morelikely a separate bug regarding DI of Maps. I would...

Spring Loading SQL error codes throws XmlBeanDefinitionStoreException on z/OS

Affects: 5.3.9 (and earlier versions)Operating system: z/OS 2.3Java version: Java(TM) SE Runtime Environment (build 8.0....

Spring Unexpected empty collection on Named collection type

Affects: 5.3.15As introduced by https://github.com/spring-projects/spring-framework/issues/19901 and mentioned in https:...

Spring Incurrent status when using @Resource to inject compare with @Autowired

Affects: spring-framework 5.3.29simplify code: @Bean// @LoadBalanced public RestTemplate restTemplate() { ...

Spring Unable to build after adding BouncyCastle as a provider inside java.security file

GraalVM version: 22.3.3Command: mvnw native:compile -PnativeError:To see how the classes got initialized, use --trace-cl...

Spring Spring Native Image Build Takes > 9GB memory

Hi,Currently, when I build exe in the docker image, it takes > 9GB memory and it causes the error that the build is n...

Spring MySecondCommit

Comment From: pivotal-cla@Nandhu-Maha Please sign the Contributor License Agreement!Click here to manually synchronize t...

Spring MySecondCommit

Comment From: pivotal-cla@Ayhtin1 Please sign the Contributor License Agreement!Click here to manually synchronize the s...

Spring Define alias for component-scanned bean via annotation [SPR-6736]

adrian opened SPR-6736 and commentedI'm using Struts 1 with the Spring DelegatingTilesRequestProcessor plugin.I define m...

Spring No warnings when beans not found due to circular references being disabled

In Spring Boot 2.6, circular references are now prohibited by default. However, the effects of this change are not obvio...

Spring Webflux: webfilter receive canceled Mono after successful request

Affects: Spring: 6.0.2 spring-boot: 3.0.0I have noticed that spring-webflux application with endpoint that returns Mono&...

Spring AOT bean registrations miss reflection hints on interfaces

See #31213 for background.This issue is similar to #31293, but this time applies to missing reflection hints on Java Int...

Spring Support strict sequencing with thread pool size >1 [SPR-15528]

Askar Ibragimov opened SPR-15528 and commentedProblemWhen core pool size of ClientOutboundChannel is >1, race conditi...

Spring Optimize uses of onErrorResume()

Replace uses of onErrorResume() with- onErrorMap() in places where it is just used to map to a different exception.- onE...

Spring Remove the workarounds for introspection hints on bean declared methods

When the fix for https://github.com/oracle/graal/issues/6510 and https://github.com/oracle/graal/issues/6529 will have r...

Spring Optionals are not unwraped if using @CacheResult for caching

I wand to cache the result of a method which returns an Optional.When i used the Spring @Cachable annotation, the option...

Spring Inconsistent application of BeanPostProcessors to proxied self-referential beans

The problem arose when I used shedlock-spring's @SchedulerLock annotation in a bean that autowires a reference to itself...
上一页 下一页
.