Spring Spring Boot 2.3.0 won't start with hibernate.search.FieldBridge annotation in use

Using the annotation org.hibernate.search.FieldBridge in a spring boot 2.3.0 project resulting in a "dead-lock". The app...

Spring Generic variant of FactoryBean [SPR-15883]

joerg.hohwiller@googlemail.com opened SPR-15883 and commentedFactoryBean can only be used if the type of the bean to cre...

Spring Generic bean factory [SPR-16349]

Lovro Pandžić opened SPR-16349 and commentedFrom https://stackoverflow.com/questions/45741395/spring-generic-bean-factor...

Spring Logs fill with broken pipe when using SockJS [SPR-15802]

Florian GOURMELEN opened SPR-15802 and commentedfollowing this jira that has been closed #16064I still have a similar is...

Spring Remove MethodCacheKey

When calling the computeIfAbsent method, the hashCode method will only be called once, and the equals method will probab...

Spring Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods

Affects: Spring Boot 3.2.0-RC2, Spring Web 3.2.0-RC2, Kotlin 1.9.20IssueUsing a Controller, with return type kotlin.Unit...

Spring Get MockHttpServletResponse contentType (without characterEncoding)

Affects: 5.3.8During an upgrade from springboot 2.3.8.RELEASE to 2.5.8 I have encountered some issues with integration t...

Spring Add import capabilities to ResourceDatabasePopulator

Allow to reference/import additional sql scripts inside an sql script with something like PostgreSQL psql "\i" command. ...

Spring Advisor adapted by quadratic analysis

After bean initialization, execute abstractautoproxycreator post processor. You will get the advisor adapted to the bean...

Spring Behavior of ObjectProvider#getIfAvailable() to return null with scoped bean

Affects: 5.3.xhttps://github.com/spring-projects/spring-framework/issues/24822 introduced a logic to return null from Ob...

Spring Issue #24291 - Merge transactional attributes

Changes to spring-tx as discribed in #24291Comment From: elab@odrotbohm Since transaction attributes are merged in this ...

Spring Source code question regarding findAutowireCandidates()

I'm studying the source code of Spring today,and I have a problem that can not understand: there is a length of source c...

Spring @Async aspect should clear cached executors when different BeanFactory set

When using AspectJ and multi-context (ex: testing), the bean factory needs to be changed on the singleton aspect.This fi...

Spring Always fall back to original method if annotation pointcut used

Prior to this commit, AspectJExpressionPointcut didn't fall back to the original method if !@annotation() is used, which...

Spring RedeliveryDelay not working in ActiveMQ listeners when transactionManager is present

demoJms.zipHi,I've created a demo with a spring boot application that has defined a listener to activemq broker, I can d...

Spring Not annotation pointcut matches dynamic proxy methods incorrectly

"target" and "not @annotation" combination not works as expected, but "target" and "@annotation" combination works fine....

Spring @Async doesn't work well with AopContext

@Async doesn't work well with AopContextFirst, let's see a example below:the demo's link:https://github.com/lixiaolong11...

Spring Validated expand

org.springframework.validation.annotation.Validated,I hope can support the value is of type String [], sometimes we don'...

Spring Make BeanNameViewResolver extensible and introduce JavaConfigViewResolver

With theXmlViewResolver/ResourceBundleViewResolver you could have multiple instances of it and provide and XML applicati...

Spring Use superclass of MessageFormat in MessageSourceSupport so more Formats can be used [SPR-16794]

Ruben Dijkstra opened SPR-16794 and commentedOptionally, a patch present: https://github.com/spring-projects/spring-fram...
上一页 下一页
.