Nineya
Home
Blog
Spring Repeatable @Scope [SPR-17158]
2025-01-08 20:09:08
1062
Caleb Cushing opened SPR-17158 and commentedso one of the problems, I'm looking at with logging, is the idea, that a req...
Spring Missing reflection hint on Publisher for bean destroy methods support
2025-01-08 20:09:05
248
See #31213 for background.DisposableBeanAdapter detects the presence of org.reactivestreams.Publisher on the classpath a...
Spring Single TransactionTemplate to perform variations of transaction configurations [SPR-17491]
2025-01-08 20:09:03
1824
Tadaya Tsuyukubo opened SPR-17491 and commentedWith TransactionTemplate, for example, setReadOnly(true) is called, all e...
Spring Support For JDBC Exception Translation For Amazon Redshift and Snowflake Database [SPR-17185]
2025-01-08 20:09:00
538
Ankur Pathak opened SPR-17185 and commentedSpring Exception Translation is very helpful when we are coding JDBC basedapp...
Spring When mixing XML and JavaConfig, beans in XML cannot reference beans in JavaConfig [SPR-15990]
2025-01-08 20:08:57
11066
David M. Karr opened SPR-15990 and commentedI wanted to write a unit test that just verifies that using my default appli...
Spring Spring EL does not support equal comparator between String and Integer [SPR-15970]
2025-01-08 20:08:54
2347
huangqingwei opened SPR-15970 and commentedStep1. I create a String and Integer Comparator as Follows:public class Strin...
Spring Better exception for bean that doesn't match due to signature [SPR-15868]
2025-01-08 20:08:51
2847
Caleb Cushing opened SPR-15868 and commentedgiven this@Configurationpublic class LuceneRepositoryConfiguration { priv...
Spring [support] capacity extend when the bean just been autowired [SPR-15886]
2025-01-08 20:08:48
612
zhangzhijia opened SPR-15886 and commentedwe konw spring can do something when the bean been created ,eg implement Ini...
Spring LocalSessionFactoryBean and Hibernate 5.2: NullPointerException in afterPropertiesSet [SPR-16800]
2025-01-08 20:08:45
23514
Maksym Demin opened SPR-16800 and commentedI migrate from Hibernate 5.1 & Spring 4.X to the newest Hibernate 5.2 and...
Spring Transaction session has not rollback,causing message chaos [SPR-16764]
2025-01-08 20:08:42
1310
hezhou opened SPR-16764 and commentedJmsTemplate with sessionTransacted does not call rollback method when sending messa...
Spring @Debounce annotation for debouncing a method/api call [SPR-16396]
2025-01-08 20:08:39
498
Juzer Ali opened SPR-16396 and commentedDebouncing requests/method-calls is a common use case which arises in lots of sc...
Spring Web request header with diacritic is improperly encoded depending on payload
2025-01-08 20:08:36
2100
Affects: Spring Boot 2.6.1 and 2.6.14I'm facing a bug that I'm able to reproduce in different projects with Java 11 and ...
Spring BeanCurrentlyInCreationException depending on order of bean creation [SPR-15843]
2025-01-08 20:08:28
1928
Thomas Vahrst opened SPR-15843 and commentedWe experienced a BeanCurrentlyInCreationException in a Spring-Boot applicati...
Spring Merge values from Forwarded and X-Forwarded-* headers
2025-01-08 20:08:25
2316
As specified in RFC 7239 (and documented on MDN), parameters from the Forwarded header are optional.Having a Forwarded h...
Spring Inconsistent treatment of Errors by CallbackPreferringPlatformTransactionManager [SPR-15749]
2025-01-08 20:08:22
1462
Philippe Marschall opened SPR-15749 and commentedMost places in spring-tx treat RuntimeException and Error equally rolli...
Spring Call Lifecycle.stop() for already started beans on failed refresh [SPR-15468]
2025-01-08 20:08:18
365
Bill Chen opened SPR-15468 and commentedCurrently, Lifecycle.stop() is documented not to be called if refresh failed. Ho...
Spring Autowiring a collection of beans thats optional should initialize an empty collection [SPR-15897]
2025-01-08 20:08:16
1385
Christoph Ellinger opened SPR-15897 and commentedI can autowire a list of beans like this:@Autowired(required = false)Li...
Spring ClassCastException in CacheAspectSupport interferes with troubleshooting [SPR-15894]
2025-01-08 20:08:13
2266
Bradley Plies opened SPR-15894 and commentedDiscovered in a few different scenariosjava.lang.ClassCastException: org.spr...
Spring Autowire resolution mechanism doesn't work with generic covariance [SPR-15855]
2025-01-08 20:08:10
894
lhbaccount opened SPR-15855 and commentedGenericTypeAwareAutowireCandidateResolver doesn't work with generic covarianceA...
Spring Async method implementing j.u.Function returns null [SPR-15853]
2025-01-08 20:08:07
931
Shannon Lloyd opened SPR-15853 and commentedI have an @Async method on a @Component which implements java.util.Function&...
上一页
下一页
1
…
1301
1302
1303
1304
1305
…
2246
.