Spring Configurable QoS properties for messages sent by @JmsListener [SPR-13775]

Juergen Hoeller opened SPR-13775 and commentedAs a follow-up to #18348, we should not just allow for programmatic custom...

Spring Make BeanPropertyRowMapper more extensible for override [SPR-15004]

Yanming Zhou opened SPR-15004 and commentedI'm writing my own RowMapper extends BeanPropertyRowMapper to supports nested...

Spring LoadTimeWeaver no longer weaves bean classes annotated with @Component

We are using a combination of XML and Annotation configuration in a Spring web application. After upgrading to Spring 5....

Spring Custom SpEL evaluation with StandardBeanExpressionResolver conventions

Hi,A while ago we provided extended opentracing integration with our spring boot applications.Particularly, we allowed d...

Spring AOT mode with signed JARs fails

Original issue on Spring Native side: https://github.com/spring-projects-experimental/spring-native/issues/1699Hey,Sprin...

Spring Property placeholder in factory bean is not resolved [SPR-15630]

Jeronimo Spuri Murguia opened SPR-15630 and commentedWhen using a property placeholder to select a factory bean the prop...

Spring @EnableLoadTimeWeaving does not work for spring beans annotated by @Component, @Configuration, etc.

Affects: Spring Framework 5.3.4When I use the @EnableLoadTimeWeaving annotation, beans will not be woven, but using XML ...

Spring Register an override for an existing adapter in ReactiveAdapterRegistry

Following up on #31000, there is a need for overriding default adapters in ReactiveAdapterRegistry. A new registerReacti...

Spring ReactiveAdapterRegistry is not compatible with Mutiny 2

Mutiny 2 is based on the java.util.concurrent.Flow API instead of the Reactive Streams API. In other words, uni.convert(...

Spring Kotlin 'Nothing' type parameter alter JavaConfig bean resolution even when not directly involved

The usage of Kotlin Nothing as type parameter seems to alter JavaConfig bean resolution even when this type parameter se...

Spring Spring Boot WebFlux validation of invalid inputs.

I am building java application using Spring Boot 2.7.12And I have very simpler REST API controller like that:import org....

Spring ITs fail to setup H2/Postgres with SpringBootTest but DataJpaTest works

Affects: Spring Boot 3.1.2Hello,base data: Using JDK 17, I'm trying to update from Spring Boot 2.7.12 -> 3.1.2. We'r...

Spring Increase code coverage in spring-core serializer package

Just a small contribution.- Increase code coverage of classes in spring core serializer package.Adjust some methods to u...

Spring starter-web does not report full nested errors when thrown in request handlers

Hello,I'd like Spring boot to log the entire exception thrown in request handlers, not just the root cause.Whereas the n...

Spring Spring does not find all @ComponentScan or @PropertySource annotations

Affects: 6.0.11When I compose my own annotations which all use @ComponentScan and I use those annotations on an applicat...

Spring Support finding repeatable annotations in AnnotatedTypeMetadata

AnnotatedTypeMetadata has various methods for finding annotations; however, it currently does not provide explicit suppo...

Spring Document @AliasFor support in AnnotatedTypeMetadata.getAnnotationAttributes()

While working on #31041, I encountered a pleasant surprise: AnnotatedTypeMetadata.getAnnotationAttributes() actually sup...

Spring Spring 6 not working with Hibernate 5.6

Trying to setup Spring 6 with Hibernate 5 is not working. Using org.springframework.orm.hibernate5.LocalSessionFactoryBe...

Spring Propagation REQUIRES_NEW may cause connection pool deadlock

A method that opens a transaction calls another method that starts a new transaction,if all connections are exhausted be...

Spring Improve documentation on inferred destruction callbacks #30745

In the "Java" code snippet, the class ExampleBean is missing the implements DisposableBean declaration. Correction: Ensu...
上一页 下一页
.