Spring NullPointerException on timeout in HttpComponentsClientHttpConnector when using Apache HttpComponents

Receiving a NullPointerException on timeout in HttpComponentsClientHttpConnector when using Apache HttpComponents.HttpCo...

Spring Refine generic type management in AbstractMessageWriterResultHandler

From @sdeleuze on slack:Looks like there is a bug in AbstractMessageWriterResultHandler#writeBody for those use cases wi...

Spring Destroy method not found in native image if concrete bean type is not exposed

I have a spring boot 3 snapshots app with nothing on the classpath save spring-boot-starter with spring boot 3 aot and g...

Spring Some built-in beans do not configure constructors in reflection configuration

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.anno...

Spring Contribute init/destroy lifecycle introspection hints for registered beans

Once #29205 is applied, several tests will start failing as Framework consistently uses ReflectionUtils#findMethod on re...

Spring MultipartBodyBuilder requires parts to be named

Affects: 5.13.15``` public PartBuilder part(String name, Object part, @Nullable MediaType contentType) { Asse...

Spring lettuce trace how to ignore ping hello command

l don`t show ping hello command . set observationPredicate interceptor avalCould you tell me where I can filterComment F...

Spring Order metric labels in ObservationConventions

I was using my stress test with actuator to do some QA-ing of https://github.com/spring-projects/spring-framework/pull/3...

Spring Use ByteArrayDecoder in DefaultClientResponse::createException

In DefaultClientResponse::createException, instead of "converting" the response body into DataBuffers and turning those ...

Spring Add an error handler and an interceptor for RestTemplate

Why Have This PR?In daily development, functions are quite common. It's a default implementation also an example.Do not ...

Spring Remove String.formatter() from DefaultServerRequestObservationConvention

The formatter is overkill since it has to parse the format string each time and we are only doing concatenation here. I ...

Spring No more information about error in response to request in controller (after updated spring)

Hello.I updated to spring boot v3.0.4 from 2.7.And I began to differ in the answers in the controller routes in some cas...

Spring MvcUriComponentsBuilder.fromMethodCall breaks for controller with CharSequence return type

I am currently trying to upgrade to upgrade to Spring 5.3.26 (from 5.3.26, via Spring Boot 2.7.10) and encounter an erro...

Spring I don't want option request going trace

l useing tracing time Map the interface of option to it l need I want to provide a way to ignore interface types without...

Spring Spring Webfilters and Kotlin Coroutines

Hello and thanks for the great work. I am heavily using Spring Boot Webflux together with Kotlin and Coroutines. I wante...

Spring Optimize array creation in SpEL ConstructorReference

Create primitive arrays directly instead of using Array#newInstanceReplace if-else blocks with enhanced switch statement...

Spring Number of uri tags in MeterFilter for Webflux WebClient reduced by 1 in Spring 6

Affects: 6.0.5When using WebClient with micrometer-observability (1.10.4), MeterFilter.maximumAllowableTags saves "none"...

Spring Support coroutines suspending in @HttpExchange interface

Usage example:interface SuspendService { @GetExchange suspend fun execute()}Comment From: rstoyanchevThis is a dup...

Spring Exception is thrown in AsyncTaskExecutor, and the result is returned twice

Affects: \<5.3.23>I customized AsyncTaskExecutor to throw RejectedExecutionException when the queue is full, but I...

Spring RestTemplate.exchange issue

I am an advanced C# developer who is learning Java via Spring. Most of my coding uses generics for algorithm processing...
上一页 下一页
.