Spring The parent factory has been short circuited

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

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

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.

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

@Configurationpublic class Config { @Bean Object mapConfigDemo1(@Qualifier("sampleMap1") HashMap<String, ...

Spring Implement Micrometer TCK for RestTemplate and WebClient metrics

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

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

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

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

Class MessagingException has a private field failedMessage annotated as @Nullable, however some of its constructors, e.g...

Spring MockHttpServletRequest attributes map not thread safe

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

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

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

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

In Spring 5, AnnotationUtils.findAnnotation(Class<?>, Class<A>) would find the annotation on the following ...

Spring InstantiationAwareBeanPostProcessor - Public usage and discoverability

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

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

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

I use ThreadPoolTaskExecutor as thread pool, and want to set the UncaughtExceptionHandler for new threads created, but i...

Spring Improved documentation for MethodParameter#getAnnotatedElement

Affects: 5.3.27The Javadoc for MethodParameter#getAnnotatedElement() reads Return the wrapped annotated element. Presuma...
上一页 下一页
.