Nineya
Home
Blog
Spring ReactorNettyClientResponse should not throw exception if no body is available
2025-01-08 22:47:30
1481
Environment: Spring Web 6.1.6, Java 17The situation is the same as in #31719, which occurs when using Reactor Netty.The ...
Spring Fix package description for org.springframework.validation.annotation
2025-01-08 22:47:27
136
It seems to have been missed in https://github.com/spring-projects/spring-framework/pull/32532.Comment From: jhoellerTha...
Spring AopUtils#findAdvisorsThatCanApply can be slow with larger number of Aspects
2025-01-08 22:47:25
7853
In the application I'm currently working with, there are 7534 beans and 115 AOP aspects. However, I've noticed that the ...
Spring Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling scheduled tasks on ContextClosedEvent v6.0 -> v6.1
2025-01-08 22:47:20
3701
Use case:During Graceful Shutdown, we rely on scheduled tasks being executed until final shutdown. This works with sprin...
Spring After upgrading to Spring Boot 3.2, WebDataBinder does not work as intended
2025-01-08 22:47:17
3377
Affects: Spring Boot 3.2.0+When attempting to upgrade our Spring Boot + Spring Web based REST API from Spring Boot 3.1.1...
Spring Ignore trailing semicolons when parsing Accept-Language header
2025-01-08 22:47:14
1597
Something I'm seeing in the wild is a trailing semicolon for Accept-Language headers. Partial example stack trace:java.l...
Spring RestClient cannot use uri domain starting with a number
2025-01-08 22:47:12
1635
My request url is http://my-host.1domain:1234/pathif i use RestClient ResponseEntity<BackResponse> response = rest...
Spring ActiveMQ messages for a group are not getting consumed and keeps piling
2025-01-08 22:47:09
10993
Affects:spring-jms v5.3.34activemq server v5.16.7Some times messages to a group are not getting dispatched to the consu...
Spring SpEL vararg method invocation fails if string literal contains a comma
2025-01-08 22:47:06
11934
Affects: 4.1.2 and upI'm trying to use my own matching functions with spring-expression, but I came across a possible bu...
Spring Parameter based cache keys on repository methods can't resolve after 6.1.2->6.1.3
2025-01-08 22:46:59
4301
Affects: 6.1.3A change was made in 6.1.3 to the AopUtils.getMostSpecificMethod and BridgeMethodResolver.getMostSpecificM...
Spring Add Partitioned cookie attribute support for reactive servers
2025-01-08 22:46:57
11318
Affects: \spring-web-6.0.12.jarChrome is going to deprecate third party cookies in near future. There are some suggested...
Spring TransactionalEventListener called with open transaction
2025-01-08 22:46:54
1112
Affects: spring-tx 5.3.31I have a strange behaviour in my method annotated with @TransactionalEventListener(phase = Tran...
Spring Add execution metadata to scheduled tasks
2025-01-08 22:46:51
974
@enesify requested an enhancement on Spring Boot, where actuator endpoints could provide more information about schedule...
Spring Exception that prevents component scan with REGISTER_BEAN conditions should provide the affected configuration class
2025-01-08 22:46:46
1471
Follow-up of https://github.com/spring-projects/spring-framework/issues/23206. As seen in https://github.com/spring-proj...
Spring @Scheduled methods in beans created by FactoryBeans are not cancelled
2025-01-08 22:46:42
2836
It looks like, that beans created by FactoryBeans are passed to ScheduledAnnotationBeanPostProcessor.postProcessAfterIni...
Spring OverrideMetadata equals/hashCode should rely on getClass()
2025-01-08 22:46:40
970
equals and hashCode implementations in MockitoSpyBeanOverrideMetadata care about getClass() but shouldn't: https://githu...
Spring Support field name as fallback qualifier for @TestBean, MockitoBean, and MockitoSpyBean
2025-01-08 22:46:37
2793
@Qualifier support was recently added for @TestBean, MockitoBean, and MockitoSpyBean fields; however, when the name of t...
Spring Ambiguity in doc
2025-01-08 22:46:35
1084
Affects: v6.1.8Hello, I am reading docs happily. It's fantastic.I think I found little something to fix.https://github.c...
Spring DataClassRowMapper cannot find record construcor during native run
2025-01-08 22:46:32
2440
Affects: Spring Framework 3.3.0When running an application build with mvn -Pnative package spring-boot:process-aot sprin...
Spring Unexpected bean override / inject behavior
2025-01-08 22:46:29
3591
Affects: 6.1.x, partly 5.3.x, 6.0.xSpring Framework 6.1 introduced a change to allow overriding auto-scanned beans silen...
上一页
下一页
1
…
1179
1180
1181
1182
1183
…
2246
.