Nineya
Home
Blog
Spring Configurable QoS properties for messages sent by @JmsListener [SPR-13775]
2025-01-08 17:51:29
468
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]
2025-01-08 17:51:26
2265
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
2025-01-08 17:51:24
8181
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
2025-01-08 17:51:21
5412
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
2025-01-08 17:51:18
11536
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]
2025-01-08 17:51:16
1218
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.
2025-01-08 17:51:13
8157
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
2025-01-08 17:51:10
238
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
2025-01-08 17:51:08
4511
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
2025-01-08 17:51:05
2832
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.
2025-01-08 17:51:03
3007
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
2025-01-08 17:51:00
7202
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
2025-01-08 17:50:57
802
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
2025-01-08 17:50:53
982
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
2025-01-08 17:50:45
4179
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
2025-01-08 17:50:43
760
AnnotatedTypeMetadata has various methods for finding annotations; however, it currently does not provide explicit suppo...
Spring Document @AliasFor support in AnnotatedTypeMetadata.getAnnotationAttributes()
2025-01-08 17:50:41
531
While working on #31041, I encountered a pleasant surprise: AnnotatedTypeMetadata.getAnnotationAttributes() actually sup...
Spring Spring 6 not working with Hibernate 5.6
2025-01-08 17:50:38
759
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
2025-01-08 17:50:36
11451
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
2025-01-08 17:50:33
905
In the "Java" code snippet, the class ExampleBean is missing the implements DisposableBean declaration. Correction: Ensu...
上一页
下一页
1
…
1321
1322
1323
1324
1325
…
2246
.