Nineya
Home
Blog
Spring the issue of doCreateBean
2025-01-08 20:24:14
1849
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory#doCreateBeanif (earlySingletonExposure) { ...
Spring Issue with suppressed exception handling in DefaultSingletonBeanRegistry#getSingleton(String,ObjectFactory)
2025-01-08 20:24:11
889
Affects: 5.2.xFor bugs ,I found an invalid code from DefaultSingletonBeanRegistry#getSingleton(String, ObjectFactory<...
Spring StreamingResponseBody endpoint returns an invalid object in case of 500 error code.
2025-01-08 20:24:05
2344
Affects: 5.3.8When a StreamingResponseBody endpoint throws an exception, and it's handled by the RestControllerAdvice wh...
Spring Blocking calls detected by Blockhound when using bean validation
2025-01-08 20:24:02
27530
Affects: 5.3.4Blockhound detects a blocking call inside bean validation.Stacktrace below:reactor.blockhound.BlockingOper...
Spring Support java8 optional retrieval and growing in SpEL
2025-01-08 20:23:59
2878
we are using SpEL to set some values to a DTO and i have grow null references set to true, and hoping SpEL has support t...
Spring Not able to use java.util.Duration as @Value configuration [SPR-16283]
2025-01-08 20:23:55
4978
Constantin Muraru opened SPR-16283 and commentedWe are not able to use java.util.Duration as @Value configuration in Spr...
Spring Make it easier to set the the default transaction timeout
2025-01-08 20:23:52
1597
Currently it is, somewhat, hard to set the default transaction timeout in Spring. It requires the configuration of a Pla...
Spring Introduce supports() method in BeanPostProcessor
2025-01-08 20:23:49
1638
When writing an implementation class for the BeanPostProcessor interface, you usually have the following code:@Overridep...
Spring Provide a method to get the list of scheduled tasks and cancel instead of destroying all tasks in ScheduledTaskRegistrar
2025-01-08 20:23:46
1045
Recently I used SchedulingConfigurer to schedule same task for multiple cron expressions. And one more requirement is th...
Spring Update signature of MessageSource.getMessage() methods
2025-01-08 20:23:43
1119
The methods getMessage() in MessageSource.java accept their arguments as an array of Objects:https://github.com/spring-p...
Spring @DirtiesContext does not work when running Spring integration tests in parallel
2025-01-08 20:23:40
6289
JUnit5 introduced the support for parallel test execution as described here.When running parallel tests with the @Spring...
Spring Spring Framework 6.1.x:
2025-01-08 20:23:36
1676
How to download Spring Framework 6.1 I am using windowsComment From: KatakamChandraManoharI could install springboot not...
Spring spring-bean:5.1.3 compatibility with spring-webmvc-portlet:4.3.18 and Liferay 7.1
2025-01-08 20:23:33
6712
Affects: 5.1.3I am encountering a weird issue with spring bean, trying to work with the libraries in the title.I am tryi...
Spring ResponseBodyAdvice If you capture everything
2025-01-08 20:23:30
428
Returning null in version 5.1.6 can't be captured. How can I get all the information correctly?Comment From: rstoyanchev...
Spring WebClient's Uri Builder is not encoding "+" in query parameter.
2025-01-08 20:23:27
2072
I am using below code snippet to re-produce this issue.final MultiValueMap<String, String> queryParams = new Linke...
Spring Use Collections.addAll() where feasible
2025-01-08 20:23:24
621
I found that some code can be replaced with a lambda expression when using IDEA for inspect the code.so submit a PR here...
Spring Getting 500 instead of 406 when upgraded to Spring 5.0.7
2025-01-08 20:23:21
1440
I have my controller configured with this and both have differrent implementations as 1 returns json and other returns z...
Spring Make org.springframework.web.multipart.MultipartFileResource Public
2025-01-08 20:23:18
528
I don't see anypoint in makeing this class org.springframework.web.multipart.MultipartFileResource Package scoped. This ...
Spring Support Forwarded with fallback to X-Forwarded-Host
2025-01-08 20:23:15
3438
The ForwardedHeaderFilter supports already Forwarded headers as defined in: https://tools.ietf.org/html/rfc7239#section-...
Spring Polish ResolvableType equals implementation
2025-01-08 20:23:12
903
Please See the following code snippet of methodorg.springframework.core.ResolvableType#forType(Type, TypeProvider, Varia...
上一页
下一页
1
…
1287
1288
1289
1290
1291
…
2246
.