Spring Spring 6.1.4 Migration - Autowired Field Injection is null

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

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

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

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]

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

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

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

This pull request applies the instanceof pattern matching in the RootBeanDefinition class. This enhancement will improve...

Spring Fix Javadoc @since tag for ChannelRegistration.executor()

The signature for the ChannelRegistration.executor() has been changed in f526b23fd728ea3eb6cf7245142f4563df34dbbd, but i...

Spring TransactionInterceptor - provide more detailed logs about transaction status

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

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()

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

Error: HttpMessageNotReadableException: JSON parse error: Unrecognized token 'id': was expecting (JSON String, Number, A...

Spring Apply instanceof pattern matching in ASM fork

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

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

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

OverviewMethodReference and PropertyOrFieldReference already define local isNullSafe() methods, but we now need identica...

Spring Apply UnnecessarySemicolonInEnumeration Checkstyle module

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()

The interfaces WebClient and RestClient both have generic - implementation agnostic - builders:WebClient.Builder and Res...

Spring SimpleAsyncTaskScheduler timing gets wrong after a few runs

I'm using SimpleAsyncTaskScheduler(tried both scheduleAtFixedRate, and scheduleWithFixedDelay), and 15-20 runs, the dela...
上一页 下一页
.