Nineya
Home
Blog
Spring The parent factory has been short circuited
2025-01-08 20:28:43
4102
Affects: \First of all, I'm sorry for my poor English. The following is a software translation. Please forgive me;As sho...
Spring @EnableAspectJAutoProxy(proxyTargetClass = true) not working on @Async and @Scheduled bean that implements an interface
2025-01-08 20:28:26
5141
Affects: 5.3.3I have a @Bean class with a public method "void schedule()", that is annotated with both @Async and @Sched...
Spring Query Parameters Not Recognized by Spring in Certain Cases
2025-01-08 20:28:23
5960
I am experiencing an issue where query parameters are not being recognized by Spring in certain cases. Despite seeing th...
Spring The OkHttp3ClientHttpRequestFactory caches the request body. When the request body is too large, an OOM occurs.
2025-01-08 20:28:20
1386
The OkHttp3ClientHttpRequestFactory caches the request body. When the request body is too large, an OOM occurs.The RestT...
Spring Inconsistency in handling beans of type Map
2025-01-08 20:28:17
2364
@Configurationpublic class Config { @Bean Object mapConfigDemo1(@Qualifier("sampleMap1") HashMap<String, ...
Spring Implement Micrometer TCK for RestTemplate and WebClient metrics
2025-01-08 20:28:14
325
See https://github.com/spring-projects/spring-boot/issues/31774.We've decided not to do this in Boot because 2.7 in EOL,...
Spring SimpleJdbcCall and Oracle's PLS_INTEGER return type
2025-01-08 20:28:11
1502
Hello,I am using spring boot 2.7.4. I'm trying to call this Oracle function:FUNCTION GetKey( p_table VARCHAR2) RETURN P...
Spring Consider to indicate explicitly that DataAccessException's hierarchy applies to NoSQL too
2025-01-08 20:28:08
1120
About Spring Data, mostly for some projects under the umbrella of NoSQL, in the overview tab exists any of the two follo...
Spring Add support for mapping "-to-many" relationship request parameters with property paths
2025-01-08 20:28:05
5456
In Spring MVC, it is currently possible to map a many-to-one relationship property using the autoGrowNestedPaths feature...
Spring Inconsistent nullability annotations on MessagingException
2025-01-08 20:28:01
1149
Class MessagingException has a private field failedMessage annotated as @Nullable, however some of its constructors, e.g...
Spring MockHttpServletRequest attributes map not thread safe
2025-01-08 20:27:59
1235
Hello,We encountered random failures in our integration tests.We are implementing a custom ThreadPoolTaskExecutor, to ru...
Spring NullPointerException: Cannot invoke org.hibernate.boot.spi.MetadataImplementor.getEntityBindings()
2025-01-08 20:27:56
3252
Affects: 6.1.0-M4Upgrade Hibernate to 6.3.0.Final, and got the exception like this."org.hibernate.boot.spi.Metadata...
Spring Alllow @Primary to specify a list of interface/class on which it applies to limit his scope
2025-01-08 20:27:52
2182
Hello,First of all thanks for this magnificent framework.Now let's get to the point with a sample.Let's say we have 3 in...
Spring SpringFW 6 / SpringBoot 3.1.4 http_server_requests_seconds_count metrics incorrectly reports outcome=UNKNOWN for success requests and not reporting exception/errors for client cancel
2025-01-08 20:27:49
12884
Current situation:There are 3 main issues in http_server_requests_seconds_count/sum/max/bucket metrics in SpringBoot 3.x...
Spring AnnotationUtils::findAnnotation no longer finds annotations on anonymous classes in Spring 6
2025-01-08 20:27:46
494
In Spring 5, AnnotationUtils.findAnnotation(Class<?>, Class<A>) would find the annotation on the following ...
Spring InstantiationAwareBeanPostProcessor - Public usage and discoverability
2025-01-08 20:27:43
4374
I have an application that imports a @Configuration from an external dependency, a configuration I cannot modify. This c...
Spring Documentation: ServletUriComponentsBuilder returns encoded UCBs
2025-01-08 20:27:40
468
Affects: 5.3.27The methods in ServletUriComponentsBuilder return UriComponentsBuilder objects that are already encoded. ...
Spring Cannot remove the "charset=UTF-8" from Content-type application/x-www-form-urlencoded
2025-01-08 20:27:37
286
Comment From: snicollSorry but an issue without a description is not actionable. If you believe you've found a bug, you'...
Spring ThreadPoolTaskExecutor should have some way of specifying UncaughtExceptionHandler
2025-01-08 20:27:35
956
I use ThreadPoolTaskExecutor as thread pool, and want to set the UncaughtExceptionHandler for new threads created, but i...
Spring Improved documentation for MethodParameter#getAnnotatedElement
2025-01-08 20:27:31
1172
Affects: 5.3.27The Javadoc for MethodParameter#getAnnotatedElement() reads Return the wrapped annotated element. Presuma...
上一页
下一页
1
…
1283
1284
1285
1286
1287
…
2246
.