Nineya
Home
Blog
Spring Spring dependency Injection bug
2025-01-08 21:27:19
14437
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
2025-01-08 21:27:00
1833
for example:@Configurationpublic class MyConfigurauion { @Bean @Lazy public Mytest mytest() { System.out...
Spring Allow Propagation.NOT_SUPPORTED with @TransactionalEventListener
2025-01-08 21:26:57
3722
After #30679 and #31414 this doesn't work anymore:@TransactionalEventListener(fallbackExecution = true)@Transactional(pr...
Spring Websocket broker disconnects when client enable heartbeats
2025-01-08 21:26:54
19694
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
2025-01-08 21:26:51
7926
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
2025-01-08 21:26:48
3759
The problem is when controller extends base generic abstract class and implements interface with @RequestMapping it has ...
Spring Spring Dependency Injection Bug
2025-01-08 21:26:45
7291
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
2025-01-08 21:26:26
262
There's at least one more, SQLServer2012Dialect see https://github.com/spring-projects/spring-boot/issues/38905Comment F...
Spring modify validate existingTransaction
2025-01-08 21:26:23
378
sub class can modify validate existingTransaction,because some framework can validate itComment From: pivotal-cla@qinarm...
Spring Fix formatting in scheduling.adoc
2025-01-08 21:26:20
128
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
2025-01-08 21:26:17
3808
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
2025-01-08 21:26:14
1522
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
2025-01-08 21:26:12
5171
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]
2025-01-08 21:26:09
1452
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]
2025-01-08 21:26:06
180
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]
2025-01-08 21:26:03
1597
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]
2025-01-08 21:26:01
1315
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]
2025-01-08 21:25:58
3165
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]
2025-01-08 21:25:54
4296
Ruslan Stelmachenko opened SPR-16094 and commentedThere is no way to compose several ParameterizedTypeReference s.See fo...
Spring pre-existing tests
2025-01-08 21:25:52
288
Hello. Where I can find the pre-existing tests and their results?Comment From: bclozelYou will find them in the "src/te...
上一页
下一页
1
…
1240
1241
1242
1243
1244
…
2246
.