Spring Spring dependency Injection bug

Background: When trying to explore the source of dependency injection in the 5.2.2.RELEASE of the Spring Framework, I fo...

Spring Overloaded @Bean methods in @Configration class are processed in inconsistent order

for example:@Configurationpublic class MyConfigurauion { @Bean @Lazy public Mytest mytest() { System.out...

Spring Allow Propagation.NOT_SUPPORTED with @TransactionalEventListener

After #30679 and #31414 this doesn't work anymore:@TransactionalEventListener(fallbackExecution = true)@Transactional(pr...

Spring Websocket broker disconnects when client enable heartbeats

After a spring boot websocket client connects to the websocket spring boot server, the server send some heartbeats, and ...

Spring DefaultLifecycleProcessor doesn't wait for a Phase to stop completely if its bean is dependent on other SmartLifeCycle bean

Spring 5.2.2.RELEASEThere are 2 SmartLifecycle beans: Phase888Service and Phase999Service. Phase999Service is dependent ...

Spring @Controller which extends base generic abstract controller and implements interface with @RequestMapping has mapped only pure generic types

The problem is when controller extends base generic abstract class and implements interface with @RequestMapping it has ...

Spring Spring Dependency Injection Bug

Hi,I re-executed the program using version 5.3.27 of the spring framework, but the result is the same as 5.2.x and does ...

Spring Review HibernateJpaVendorAdapter to align dialect to use for recent Hibernate versions

There's at least one more, SQLServer2012Dialect see https://github.com/spring-projects/spring-boot/issues/38905Comment F...

Spring modify validate existingTransaction

sub class can modify validate existingTransaction,because some framework can validate itComment From: pivotal-cla@qinarm...

Spring Fix formatting in scheduling.adoc

This fixes two minor formatting issues in the task scheduling documentation.Comment From: jhoellerGood catch, thanks for...

Spring With virtual threads enabled, separate fixed-delay tasks cannot run concurrently

Framework: 6.1.2Boot: 3.2.1With spring.threads.virtual.enabled=true and otherwise default config, all methods annotated ...

Spring Issues with MediaType Detection in File Names Containing Colon in Extension

The parseMediaType method in the MediaType class of org.springframework.http appears to struggle with correctly detectin...

Spring RestTemplate changes in Spring 6.1 causing IOException

In spring-web 6.0.15, this code works as expected, in spring 6.1.2 (propably because of this commit - https://github.com...

Spring Leniently bind "is" prefix for boolean properties (along the lines of Jackson) [SPR-16135]

gtxx opened SPR-16135 and commentedI want to bind request parameters to User class instance, and there is a boolean fiel...

Spring Add CBOR support to WebFlux [SPR-15961]

Sébastien Deleuze opened SPR-15961 and commentedSee https://github.com/FasterXML/jackson-dataformats-binary/issues/110Is...

Spring Spring MVC support for JSON parsing/streaming APIs (JSON Processing API, Gson, Jackson) [SPR-15270]

Juergen Hoeller opened SPR-15270 and commentedAlong with support for the JSON Binding API (#19490) in the form of a Jack...

Spring dependentBeanMap won't be rebuilt after destroySingleton and recreate it [SPR-16249]

Nick Allen opened SPR-16249 and commentedIf we call destroySingleton it calls destroyBean which remove it's dependency f...

Spring Provide registerBean variants based on ResolvableType [SPR-15197]

Phil Webb opened SPR-15197 and commentedThe current registerBean methods added to support functional registration take a...

Spring Add API to compose ParameterizedTypeReference instances (resolve one against other) [SPR-16094]

Ruslan Stelmachenko opened SPR-16094 and commentedThere is no way to compose several ParameterizedTypeReference s.See fo...

Spring pre-existing tests

Hello. Where I can find the pre-existing tests and their results?Comment From: bclozelYou will find them in the "src/te...
上一页 下一页
.