Spring Repeatable @Scope [SPR-17158]

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

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]

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]

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]

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]

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]

Caleb Cushing opened SPR-15868 and commentedgiven this@Configurationpublic class LuceneRepositoryConfiguration { priv...

Spring [support] capacity extend when the bean just been autowired [SPR-15886]

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]

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]

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]

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

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]

Thomas Vahrst opened SPR-15843 and commentedWe experienced a BeanCurrentlyInCreationException in a Spring-Boot applicati...

Spring Merge values from Forwarded and X-Forwarded-* headers

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]

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]

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]

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]

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]

lhbaccount opened SPR-15855 and commentedGenericTypeAwareAutowireCandidateResolver doesn't work with generic covarianceA...

Spring Async method implementing j.u.Function returns null [SPR-15853]

Shannon Lloyd opened SPR-15853 and commentedI have an @Async method on a @Component which implements java.util.Function&...
上一页 下一页
.