Nineya
Home
Blog
Spring Spring 6.1.4 Migration - Autowired Field Injection is null
2025-01-08 22:19:15
4160
Affects: 6.1.1, 6.1.2, 6.1.3, 6.1.4, 6.1.5I am working on a huge monolithic Spring-based application (already on Java 17...
Spring same sentences with differnet text style in AnnotationCacheOperationSource section of reference docs
2025-01-08 22:19:12
894
Affects: 6.1.4Hi again,i just saw same sentences with differnet text style.is there have different meaning? (like empha...
Spring Native image ignoring annotations when actual bean type is not exposed in the @Bean method
2025-01-08 22:19:03
14066
I recently migrated my project to native images. As @ConditionalOnProperty doesn't work with native images, I manually c...
Spring Provide additional conditional registration capabilities in BeanRegistrar
2025-01-08 22:19:00
2812
Dave Syer opened SPR-16959 and commentedThere is a gap in the the functional bean registration features in BeanDefinitio...
Spring Support JDK8 Optional MethodArgumentResolver and HandlerMethodReturnValueHandler [SPR-12997]
2025-01-08 22:18:58
9516
cemo koc opened SPR-12997 and commentedI think that it would be nice to have OptionalMethodArgumentResolver and Optional...
Spring Strange behavior when trying to override @Bean method from parent class and rewrite the bean name
2025-01-08 22:18:55
7503
Affects: 6.1.5I was trying to override a @Bean method from the parent class but with a different bean name, I expected t...
Spring improvement ideas for Spring
2025-01-08 22:18:52
6277
Dear Spring TeamI have been working with Spring Boot for a few years now, and I just wanted to share two issues I have c...
Spring Apply instanceof pattern matching in RootBeanDefinition
2025-01-08 22:18:50
530
This pull request applies the instanceof pattern matching in the RootBeanDefinition class. This enhancement will improve...
Spring Fix Javadoc @since tag for ChannelRegistration.executor()
2025-01-08 22:18:46
746
The signature for the ChannelRegistration.executor() has been changed in f526b23fd728ea3eb6cf7245142f4563df34dbbd, but i...
Spring TransactionInterceptor - provide more detailed logs about transaction status
2025-01-08 22:18:44
6250
hi,I am using Spring 6.1.4 and Spring Boot 3.2.2Everything works well, but I thought it would be great to make the logs ...
Spring Introduce null-safe index operator in SpEL
2025-01-08 22:18:41
1222
Introduce SpEL support for syntax like collection?.[expr] for null-safe indexing into lists, arrays, maps, etc.see #2146...
Spring gateway-3.1.9:LEAK: ByteBuf.release()
2025-01-08 22:18:38
24103
LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-object...
Spring Bug: org.springframework.http.converter is not correctly converting a 2nd json object, nested inside original json object
2025-01-08 22:18:31
2522
Error: HttpMessageNotReadableException: JSON parse error: Unrecognized token 'id': was expecting (JSON String, Number, A...
Spring Apply instanceof pattern matching in ASM fork
2025-01-08 22:18:29
702
This pull request applies the instanceof pattern matching on spring-core module. This enhancement will improve the code ...
Spring Apply instanceof pattern matching in spring-beans
2025-01-08 22:18:24
138
This pull request applies the instanceof pattern matching in the RootBeanDefinition class. This enhancement will improve...
Spring CompoundExpression omits null-safe syntax in AST string representation of null-safe selection/projection in SpEL
2025-01-08 22:18:22
479
The AST string representations of the following SpEL expressions currently omit the null-safe navigation operator (?.) t...
Spring Introduce common support for is-null-safe checks in SpEL nodes
2025-01-08 22:18:20
1242
OverviewMethodReference and PropertyOrFieldReference already define local isNullSafe() methods, but we now need identica...
Spring Apply UnnecessarySemicolonInEnumeration Checkstyle module
2025-01-08 22:18:18
117
This PR applies the UnnecessarySemicolonInEnumeration Checkstyle module.This PR also fixes its violation.See gh-32069
Spring Add accessor methods WebClient.getBaseUrl() and RestClient.getBaseUrl()
2025-01-08 22:18:16
1829
The interfaces WebClient and RestClient both have generic - implementation agnostic - builders:WebClient.Builder and Res...
Spring SimpleAsyncTaskScheduler timing gets wrong after a few runs
2025-01-08 22:18:13
3724
I'm using SimpleAsyncTaskScheduler(tried both scheduleAtFixedRate, and scheduleWithFixedDelay), and 15-20 runs, the dela...
上一页
下一页
1
…
1202
1203
1204
1205
1206
…
2246
.