Nineya
Home
Blog
Spring Response writing fails to complete with WebFlux on Tomcat
2025-01-09 00:51:09
113547
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
2025-01-09 00:51:06
756
@Bean JdkClientHttpRequestFactory jdkClientHttpRequestFactory() { return new JdkClientHttpRequestFactory()...
Spring RestClient does not expose full URI template as attribute
2025-01-09 00:51:04
251
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()
2025-01-09 00:51:01
187
This PR replaces TestObservationRegistryAssert.assertThat() with Assertions.assertThat().See https://github.com/micromet...
Spring Treat numbers as separate elements in JdbcUtils.convertPropertyNameToUnderscoreName
2025-01-09 00:50:58
2185
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]
2025-01-09 00:50:56
2002
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
2025-01-09 00:50:53
4970
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
2025-01-09 00:50:51
737
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
2025-01-09 00:50:48
281
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()
2025-01-09 00:50:46
7370
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.
2025-01-09 00:50:43
1116
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
2025-01-09 00:50:41
2331
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()
2025-01-09 00:50:38
467
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
2025-01-09 00:50:35
6243
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
2025-01-09 00:50:33
2166
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
2025-01-09 00:50:30
335
It is currently unclear what the visibility requirements for bean overrides are – for @TestBean fields and factory metho...
Spring XML config ignores autowire="no"
2025-01-09 00:50:28
1787
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
2025-01-09 00:50:26
372
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
2025-01-09 00:50:24
1208
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
2025-01-09 00:50:22
315
This issue should upgrade the Tomcat version and update the Tomcat adapters for a Servlet 6.1 baseline.Comment From: bcl...
上一页
下一页
1
…
1128
1129
1130
1131
1132
…
2246
.