Nineya
Home
Blog
Spring Enforce Servlet 6.1 and WebSocket 2.2 baselines
2025-01-09 00:55:40
271
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)
2025-01-09 00:55:38
248
Our server-specific WebSocket RequestUpgradeStrategy implementations are effectively legacy already when running on Jaka...
Spring MockRestServiceServer to prevent override of ClientHttpRequestFactory in RestClient.Builder
2025-01-09 00:55:36
481
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
2025-01-09 00:55:34
1692
Hello,There were some improvements in the actuator/scheduledtasks endpoint in SpringBoot 3.4 which are great but when th...
Spring 5.2.x
2025-01-09 00:55:32
190
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
2025-01-09 00:55:29
3274
OverviewVersion : 6.2.0Cause: #33051The change to prevent @Autowired on a @Bean method prevents the following use case. ...
Spring Add example using @NestedTestConfiguration
2025-01-09 00:55:25
750
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
2025-01-09 00:55:22
9073
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
2025-01-09 00:55:19
5040
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
2025-01-09 00:55:17
15743
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]
2025-01-09 00:55:14
1187
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
2025-01-09 00:55:11
1471
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]
2025-01-09 00:55:09
10382
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
2025-01-09 00:55:06
585
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
2025-01-09 00:55:04
8900
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
2025-01-09 00:54:49
1208
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)
2025-01-09 00:54:46
22233
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.
2025-01-09 00:54:43
3137
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
2025-01-09 00:54:34
699
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
2025-01-09 00:54:30
577
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...
上一页
下一页
1
…
1124
1125
1126
1127
1128
…
2246
.