Nineya
Home
Blog
Spring Clarify documentation for the default uri client request observation metric
2025-01-09 01:06:17
1723
Change the description for the uri client request observation metric to clarify that only the protocol, host and port pa...
Spring PathMatchingResourcePatternResolver throws FileNotFoundException caused by wrong cache path
2025-01-09 01:06:12
2194
getResources("jar:file:/Users/xxxxx/.gradle/caches/modules-2/files-2.1/com.example1/example1/1.0.0/92cc99358ea6b25f5b998...
Spring Add API counterpart for handling Fallback and 'defaultCandidate=false' beans
2025-01-09 01:06:09
740
Spring Framework 6.2 has introduced a new type of beans using @Fallback, which complements the existing @Bean(defaultCan...
Spring Placeholder resolution no longer considers exact match before resolving the placeholder key
2025-01-09 01:06:07
8549
(Originally posted in https://github.com/spring-projects/spring-boot/issues/43579)OverviewHello, I'm a maintainer of the...
Spring Support dynamic default uri variables for RestClient
2025-01-09 01:06:02
578
It would be nice that defaultUriVariables() could accept Supplier/Function as value of Map.MDC.put("partition"...
Spring Support dynamic default uri variables for RestClient
2025-01-09 01:06:00
5343
Closes GH-34189Comment From: bclozelI'm declining this PR because I don't think we should take this approach to solve th...
Spring Add CONNECT constant to HttpMethod
2025-01-09 01:05:57
1937
While reviewing issue #34044, I noticed that the HttpMethod class does not include a constant for the HTTP method CONNEC...
Spring Multiple executions in ClientHttpRequestInterceptor cause next interceptors in chain not being called
2025-01-09 01:05:54
2486
Affects: 6.1.3In a couple of ClientHttpRequestInterceptor I made I needed to potentially execute given request more than...
Spring Allow multiple executions of ClientHttpRequestInterceptors
2025-01-09 01:05:51
8718
org.springframework.http.client.ClientHttpRequestInterceptor javadoc describes the interceptor as a "chain", and I assum...
Spring MethodInvokingFactoryBean fails to invoke publicly exported methods overridden by internal classes when using JPMS
2025-01-09 01:05:48
14428
DescriptionWe encountered an issue while using Spring Framework (v5.3.29) in a Java 17 modular application. The problem ...
Spring Introduce an alternative to WebTestClient based on RestClient
2025-01-09 01:05:46
5528
Hi, I searched the other issues discussing the introduction of RestClient but i couldn't find anything regarding this to...
Spring Ensure AsyncListener#onError does not return until dispatch completes
2025-01-09 01:05:42
1151
When a controller returns Flux<ServerSentEvent>, SseEmitter is used to write events. If the connection drops, the ...
Spring Consider making HttpServiceProxyFactory.Builder extensible for custom configuration tracking
2025-01-09 01:05:40
2709
Hi Spring Team,I would like to propose making org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder no...
Spring Support HTTP trailer fields
2025-01-09 01:05:37
4107
The HTTP protocol supports, in some situation, the addition of "trailer fields" after the entity body. They're often use...
Spring Support @MockitoBean at the type level on test classes
2025-01-09 01:05:34
14410
MockitoBean is designed to replace the now-deprecated MockBean annotation. MockBean could target either a field or a typ...
Spring Release connection after transaction if using Hibernate and open-in-view is on (turned off by default)
2025-01-09 01:05:31
1823
One of the issues with open-in-view is that connections are not released for a long time, which can lead to connection p...
Spring Bean Override in superclass takes precedence over Bean Override in subclass
2025-01-09 01:05:29
1229
OverviewWhile working on #33925, I noticed that the search algorithm for @BeanOverride-annotated fields registers bean o...
Spring ByteBuffer with null hb array
2025-01-09 01:05:27
779
Hi,I am using the spring-websocket library and I just upgraded my service to version 6.2.0. The issue I am seeing is tha...
Spring SpEL ternary expression is missing fallback part during parsing.
2025-01-09 01:05:21
2817
Having a Spring ternary expression "Did he win the race? ${['win'] ? 'Yes.' : "No.'}", PlaceholderParser will break it i...
Spring Log format not applied with logback to java.lang.IllegalStateException: A non-container (application) thread attempted to use the AsyncContext... log
2025-01-09 01:05:18
3727
We have seen a certain log which is not formatted according to our logback appender, which formats our logs in json in o...
上一页
下一页
1
…
1113
1114
1115
1116
1117
…
2246
.