Spring Enforce Servlet 6.1 and WebSocket 2.2 baselines

Spring Framework 7.0 has a Jakarta EE 11 baseline, including Servlet 6.1 and WebSocket 2.2.This is an umbrella issue tha...

Spring Drop server-specific WebSocket RequestUpgradeStrategy implementations (except Jetty)

Our server-specific WebSocket RequestUpgradeStrategy implementations are effectively legacy already when running on Jaka...

Spring MockRestServiceServer to prevent override of ClientHttpRequestFactory in RestClient.Builder

One of the cases in #32338 relates to MockRestServiceServer setting a mock request factory on RestClient.Builder. If tha...

Spring Improve toString for reactive ScheduledTask

Hello,There were some improvements in the actuator/scheduledtasks endpoint in SpringBoot 3.4 which are great but when th...

Spring 5.2.x

Comment From: pivotal-cla@melelee Please sign the Contributor License Agreement!Click here to manually synchronize the s...

Spring @Bean method that declares @Autowired/@Qualifier use case no longer supported

OverviewVersion : 6.2.0Cause: #33051The change to prevent @Autowired on a @Bean method prevents the following use case. ...

Spring Add example using @NestedTestConfiguration

See https://github.com/spring-projects/spring-framework/issues/28611#issuecomment-1154708483 for background.Comment From...

Spring Provide guidance on using @Nested within test classes with complex inheritance and annotation arrangements

I've provided a minimal JUnit Jupiter test ConcreteServiceTest reproducing the problem. Please check the code first. The...

Spring Close all ApplicationContexts in the TestContext framework after all tests have been executed

When using @SpringBootTest with JUnit Jupiter a pitest user had a problem when executing tests with pitest (see https://...

Spring DefaultContextCache.remove() can drop database in tests

Christoph Dreis opened SPR-16462 and commentedHi,this week we discovered that our integration tests were failing with er...

Spring Introduce support for executing a test class with different sets of profiles [SPR-16302]

Manuel Jordan opened SPR-16302 and commentedHello Spring TeamConsider to add a new feature for Testing support with the ...

Spring Support @Sql annotations on test interfaces

Sam Brannen opened SPR-14255 and commentedStatus Quo18755 introduced support for declaring test annotations on test inte...

Spring Introduce annotation to disable test based on active Spring profile [SPR-11677]

Torsten Krah opened SPR-11677 and commentedI've looked at the @IfProfileValue and @ActiveProfiles annotations, but neit...

Spring Reconsider using soft references for ContextCache in the TestContext framework

The idea of using soft references to implement a memory-sensitive ContextCache already came up a while ago in #12343. It...

Spring Optimize context caching in the TestContext framework

The Spring TestContext Framework (TCF) uses a pretty convenient and flexible approach to create and subsequently reuse t...

Spring Improve support for @Nested and @NestedTestConfiguration in various test framework contracts

This is related to https://github.com/spring-projects/spring-framework/issues/31456.It's unclear to me exactly where sup...

Spring IOException occurs in Flux Emission When Client Disconnects in Spring Boot WebFlux (Tomcat Server)

DescriptionWhen using Spring Boot with WebFlux and returning a Flux from a REST controller, an IOException is thrown whe...

Spring Spring Boot 3.4.0 static files cannot be retrieved successfully.

I implemented the WebMvcConfigurer interface and configured the request path, but all resources return a 404 error. When...

Spring Improve exception message if unable to select a bean to wrap for @MockitoSpyBean

See GH-33935Comment From: sbrannenThanks for the PR, @quaff. 👍 However, if we're going to do this, we shouldn't do it on...

Spring Optimize sending requests without a body in RestClient and WebClient with Reactor Netty

The way we use Reactor Netty when there is no body makes it look to Reactor Netty as if we might send a body, and it cau...
上一页 下一页
.