Spring Document that TestContextAnnotationUtils is required for proper @Nested test class support

OverviewAs @artembilan mentioned in https://github.com/spring-projects/spring-integration/pull/9506#pullrequestreview-23...

Spring Proxy bean can't get the property

I defined a bean configuration class:@Configurationpublic class CoreAppBeanConfiguration { @Bean @Scope(value = We...

Spring 405 Method is not Allowed exception: "Request Method 'T' not supported" for GET call and "Request Method 'ST' not supported" for POST

Hi Team,I am facing a very strange issue in my project. It is related to rest API call using spring reactive webclient b...

Spring Consistently use CharSequence.isEmpty() for emptiness checks

Comment From: sbrannenThis has been merged into main in c85050eb43c37f084ae5bd31a708d0e2825ea43c.Thanksp.s. please note ...

Spring Improve toString() for AbstractBeanDefinition and BeanMetadataAttribute

To improve diagnostics, we should improve the String representations of bean definitions and bean metadata attributes.Th...

Spring Introduce TaskDecorator variant for Context Propagation

As discussed in #30089 and #29977, Spring Framework does not intend to instrument @Async or @EventListener methods for O...

Spring Exception thrown by TransactionSynchronization#afterCompletion is eaten and there is no way to catch and perform any operation [SPR-12560]

Mohammad opened SPR-12560 and commentedException thrown in TransactionSynchronization's afterComplete method doesn't be ...

Spring Store non-empty bean names in ConcurrentMapCacheFactoryBean

Typically, there are no bean names composed solely of whitespace, so the parameter for this method should be a meaningfu...

Spring When configuration class parsing fails, provide more information about the class that triggered the failure

Affects: 5.3 and laterSee https://github.com/spring-projects/spring-boot/issues/37153 for some background. In this case ...

Spring AopProxyUtils.ultimateTargetClass() does not work with @Lookup

Given a bean with @Lookup, AopProxyUtils#ultimateTargetClass can't get real target class because @Lookup proxy does not ...

Spring Use encoded resource path instead of input path validation in spring-webflux

This pull request adds minor fix, to the validation introduced here: https://github.com/spring-projects/spring-framework...

Spring Add utility methods for resource handler checks

The built-in resource handlers for spring-webmvc and spring-webflux, and functional endpoint equivalents have some dupli...

Spring Part.name is not used with REST HTTP Interface

Affects:- spring-boot-starter-webflux: 3.2.5- spring-webflux: 6.1.6ContextHelloI'm trying to use HTTP Interface to send ...

Spring JdbcClient ResultQuerySpec - Provide a optionalValue() method

The current singleValue() on the interface ResultQuerySpec expects 1 mandatory result, making confuse to get 0 or 1 res...

Spring AnnotatedBeanDefinitionReader should respect @Fallback qualifier analogous to @Primary

Also add tests to cover qualifier classes.Comment From: liuao1004Hi, I think the code is not redundant. You will be ri...

Spring Request to provide Primary Exception Handler to resolve Ambiguous @ExceptionHandler method mapped for [Exception]

Affects: spring-boot-3.3.0+Initial ContextThe ResponseEntityExceptionHandler is a really good utility class as it provid...

Spring [3.2.0] OPTIONS requests failing with "403 Invalid CORS Request" with presence of "access-control-request-method" header.

Affects: 3.2.0My project is now getting "403 Invalid CORS Request" responses when sending an OPTIONS request with the "a...

Spring Simplify hasText and containsElement methods for better clarity

In the containsElement method, I replaced the null check with the isEmpty method to enhance readability.In the hasText m...

Spring Fix Javadoc @since tags in JettyCoreRequestUpgradeStrategy

This PR fixes Javadoc @since tags in the JettyCoreRequestUpgradeStrategy.See gh-32097Comment From: sbrannenGood catch!Th...

Spring Polish

Use constant for empty string like as ""Comment From: pivotal-cla@nastae Please sign the Contributor License Agreement!C...
上一页 下一页
.