Spring Response writing fails to complete with WebFlux on Tomcat

Affects: \v5.3.3The symptom of this issue is similar to previous issue https://github.com/spring-projects/spring-framewo...

Spring symmetry in the way we specify request factories

@Bean JdkClientHttpRequestFactory jdkClientHttpRequestFactory() { return new JdkClientHttpRequestFactory()...

Spring RestClient does not expose full URI template as attribute

This PR closes #33927 by using the same fix that has been applied to the WebClient in 2e07f9ab33d882876f46912fcea08030b2...

Spring Replace TestObservationRegistryAssert.assertThat() with Assertions.assertThat()

This PR replaces TestObservationRegistryAssert.assertThat() with Assertions.assertThat().See https://github.com/micromet...

Spring Treat numbers as separate elements in JdbcUtils.convertPropertyNameToUnderscoreName

Hello!While using JdbcClient, I have encountered a specific case while querying a column containing a digit. The mapping...

Spring Spring 3.0.1 cannot concatenate String with SpEL expression in debug mode [SPR-6924]

Liu, Yinwei David opened SPR-6924 and commentedHi,Spring 3.0.1 cannot process the SpEL expression if SpEL is concatenate...

Spring Explore how to pre-compile SpEL expressions during AOT processing

The purpose of this issue is to explore if it is possible to remove SpEL implementation from the reachable code path by ...

Spring RestClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE

When using the RestClient with specifiying a baseUrl containing a path, this path is not present at the observation uri ...

Spring Honor @Fallback semantics for Test Bean Overrides

OverviewBean Overrides for tests (@TestBean, @MockitoBean, etc.) honor @Primary semantics but do not yet honor @Fallback...

Spring When I upgrade the version of spring-boot-starter-webflux from 3.2.2 to 3.2.6, there is a problem with retryWhen() and block()

Hello team,I find that when I upgrade the version of spring-boot-starter-webflux from 3.2.2 to 3.2.6, there is a proble...

Spring Issue happens when using retryWhen() and block() at the same time.

Hello team,When I use Webclient to call a non-existent URI and an 404 error occurs, block() and retryWhen() will asynchr...

Spring [Bug] NettyHeadersAdapter duplicates values when header case is mixed

Hello Spring maintainers,I've found a bug in the NettyHeadersAdapter that causes it to duplicate header values when the ...

Spring DefaultListableBeanFactory.registerBeanDefinition() does not respect isPrimary()

6.1.13Comment From: bclozelThis is not a valid bug report.We can reopen this if you provide a clear description of the p...

Spring Provide a safe way to override and mock beans in the TestContext framework

Overriding beans in testing is commonly needed yet current approach is unnecessarily complicated and at the same time li...

Spring Make it easier to execute a method on a particular type of thread

Affects: 6.1With the introduction of virtual thread support, I anticipate that there will be an increased need for execu...

Spring Document visibility requirements for Bean Overrides

It is currently unclear what the visibility requirements for bean overrides are – for @TestBean fields and factory metho...

Spring XML config ignores autowire="no"

We've got an application that uses a lot of XML wiring - since it dates back to before Java config was a thing.We've rec...

Spring Bean Overrides like @MockitoBean and @TestBean should not be allowed on static fields

It's currently possible to declare a bean override field as static.For example, the following currently works in a test ...

Spring Regression in duplicate beans with @Primary in Spring Boot 3.4 RC #43222

Observed IssueIn Spring boot 3.3, duplicate named beans can be defined where @Primary can be used as the default. In Spr...

Spring Upgrade to Tomcat 11.0

This issue should upgrade the Tomcat version and update the Tomcat adapters for a Servlet 6.1 baseline.Comment From: bcl...
上一页 下一页
.