Nineya
Home
Blog
Spring Document that TestContextAnnotationUtils is required for proper @Nested test class support
2025-01-09 00:27:41
444
OverviewAs @artembilan mentioned in https://github.com/spring-projects/spring-integration/pull/9506#pullrequestreview-23...
Spring Proxy bean can't get the property
2025-01-09 00:27:39
1828
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
2025-01-09 00:27:14
17713
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
2025-01-09 00:27:11
167
Comment From: sbrannenThis has been merged into main in c85050eb43c37f084ae5bd31a708d0e2825ea43c.Thanksp.s. please note ...
Spring Improve toString() for AbstractBeanDefinition and BeanMetadataAttribute
2025-01-09 00:27:09
900
To improve diagnostics, we should improve the String representations of bean definitions and bean metadata attributes.Th...
Spring Introduce TaskDecorator variant for Context Propagation
2025-01-09 00:27:07
2517
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]
2025-01-09 00:27:04
2606
Mohammad opened SPR-12560 and commentedException thrown in TransactionSynchronization's afterComplete method doesn't be ...
Spring Store non-empty bean names in ConcurrentMapCacheFactoryBean
2025-01-09 00:27:01
775
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
2025-01-09 00:26:59
13655
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
2025-01-09 00:26:56
3450
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
2025-01-09 00:26:53
455
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
2025-01-09 00:26:50
323
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
2025-01-09 00:26:48
9538
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
2025-01-09 00:26:44
1046
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
2025-01-09 00:26:42
1682
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]
2025-01-09 00:26:39
6764
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.
2025-01-09 00:26:36
4439
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
2025-01-09 00:26:34
395
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
2025-01-09 00:26:31
155
This PR fixes Javadoc @since tags in the JettyCoreRequestUpgradeStrategy.See gh-32097Comment From: sbrannenGood catch!Th...
Spring Polish
2025-01-09 00:26:28
742
Use constant for empty string like as ""Comment From: pivotal-cla@nastae Please sign the Contributor License Agreement!C...
上一页
下一页
1
…
1152
1153
1154
1155
1156
…
2246
.