Spring Document that http.client.requests measure the entire HTTP exchange

Hello! 👋 Contexthttps://docs.spring.io/spring-boot/reference/actuator/metrics.html#actuator.metrics.supported.http-clien...

Spring Optimization by caching the map of cache key and shouldSkip

I add the cache for method AspectJAwareAdvisorAutoProxyCreator#shouldSkip:- the key of cache: the cache key for the give...

Spring Getting GCP secrets is not working properly with upgrade to 3.4.0

After upgrade to the 3.4.0 version of spring boot, resolving of GCP secrets from secret manager stopped working in appli...

Spring Refine location checks for PathResource

Hi,I have currently have a Spring Boot application using Spring Framework 6.1. I tried to upgrade to the newest Spring B...

Spring Jackson ArrayNode cannot be cast to java.util.Collection in KotlinSerializationJsonHttpMessageConverter

While using kotlin-serialization-json-jvm:1.7.3 with com.fasterxml.jackson.core:jackson-datebind:2.15.3 in spring-web:5....

Spring HttpStatusCodeException - remove HttpStatusCode from message details

In terms of DRY (don't repeat yourself), I often feel that Spring adding the StatusCode in front of a HttpStatusCodeExce...

Spring Java 21 required for Spring 6.2.1

Spring Boot 3.4.1 documentation says it requires Java 17. However, when I upgraded from 2.7.12, Gradle is reporting Unsu...

Spring CoExchangeFilterFunction introduces potential memory leak if coroutine is cancelled

We are seeing leak logs similar to the below on a regular basis in a production application which uses a number of WebCl...

Spring Inconsistencies in MockMvc's file() and part() handling and their impact on functional endpoints

Spring REST Docs was the first to identify this issue: https://github.com/spring-projects/spring-restdocs/issues/953Curr...

Spring Refine default filtered headers for web data binding

Here's a minimal reproducible example of, what I believe is, a bug in Spring Boot 3.4.0.I have a Spring Boot web app wit...

Spring STOMP Connection Closes Due to Missing Heartbeats Despite Frontend Showing Ping-Pongs

I’m experiencing a connection issue with WebSocket STOMP in Spring Boot using ActiveMQ Artemis. Despite proper heartbeat...

Spring org.springframework.http.HttpRequest backwards compatibility

We recently tried to upgrade our application to Spring Boot 3.4, but encountered an incompatibility with a third party l...

Spring Skip runtime hint registration for validation constraint with missing dependencies

Prior to this commit, AOT processing for bean validation failed with NoClassDefFoundError for constraints with missing d...

Spring Support Versioning in Request Mappings

Expected effectRoute URLs to different methods based on some characteristics of the URI, request parameter, request head...

Spring @TestBean factory method resolution is incorrect within class hierarchy

OverviewWhile working on #33925 and #34194, I noticed inconsistencies and peculiarities in the search algorithm for @Tes...

Spring Deprecate PathResource variant in favor of FileSystemResource

This implementation was already pointing to FileSystemResource as of Spring Framework 5.1 and we now consider this varia...

Spring properties bound from request header to data class

I found that when using Spring Boot 3.4.1, this version places the properties from the header into the request when hand...

Spring Discover annotations on interface methods for AspectJ annotation pointcuts

Affects: spring-aop:5.0.9.RELEASE, spring-boot-starter-aop:2.0.5.RELEASEpublic interface FooService { @MyAnnotation v...

Spring Bug in Spring JDBC Parameter Mapping in Spring Boot 3.4.x

We have encountered an issue with parameter mapping in Spring JDBC when upgrading from Spring Boot 3.3.7 to 3.4.x. The b...

Spring Restore support for Freemarker request parameters and taglibs now that it supports Jakarta

I just upgraded my app to Spring Boot 3.0.5 (and consequently Spring 6.0.7) and there seems to be something broken with ...
上一页 下一页
.