Spring Clarify documentation for the default uri client request observation metric

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

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

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

(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

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

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

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

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

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

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

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

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

Hi Spring Team,I would like to propose making org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder no...

Spring Support HTTP trailer fields

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

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)

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

OverviewWhile working on #33925, I noticed that the search algorithm for @BeanOverride-annotated fields registers bean o...

Spring ByteBuffer with null hb array

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.

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

We have seen a certain log which is not formatted according to our logback appender, which formats our logs in json in o...
上一页 下一页
.