Nineya
Home
Blog
Spring Document that http.client.requests measure the entire HTTP exchange
2025-01-09 01:07:18
2772
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
2025-01-09 01:07:15
456
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
2025-01-09 01:07:12
438
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
2025-01-09 01:07:10
4392
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
2025-01-09 01:07:06
674
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
2025-01-09 01:07:03
1402
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
2025-01-09 01:07:00
3677
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
2025-01-09 01:06:58
11577
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
2025-01-09 01:06:56
5959
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
2025-01-09 01:06:54
3881
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
2025-01-09 01:06:51
9266
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
2025-01-09 01:06:48
2865
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
2025-01-09 01:06:46
19887
Prior to this commit, AOT processing for bean validation failed with NoClassDefFoundError for constraints with missing d...
Spring Support Versioning in Request Mappings
2025-01-09 01:06:43
2900
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
2025-01-09 01:06:40
3440
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
2025-01-09 01:06:37
137
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
2025-01-09 01:06:35
3268
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
2025-01-09 01:06:25
3871
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
2025-01-09 01:06:22
2942
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
2025-01-09 01:06:19
10307
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 ...
上一页
下一页
1
…
1112
1113
1114
1115
1116
…
2246
.