Nineya
Home
Blog
Spring Support bean override features with AOT and native image
2025-01-09 00:36:29
4300
OverviewAlthough @MockitoBean and @MockitoSpyBean will not work out-of-the-box within a GraalVM native image due to thei...
Spring Introspect pre-registered singletons in preDetermineBeanTypes as well
2025-01-09 00:36:27
354
In 6.0/6.1, the preDetermineBeanTypes algorithm in GenericApplicationContext introspects bean definitions only. In case ...
Spring RestTemplate with interceptor calling response getBody() throws IOException even if BufferingClientHttpRequestFactory is set
2025-01-09 00:36:24
3138
Affects: at least 3.2.1 to 3.3.4The issue occurs when using RestTemplate to call another server as a client. There is a ...
Spring CODE_OF_CONDUCT references return 404
2025-01-09 00:36:21
334
References to this file point to https://github.com/spring-projects/spring-framework/blob/main/CODE_OF_CONDUCT.adoc whic...
Spring Handle X-Forwarded-Prefix parsed by Reactor-Netty in ReactorServerHttpRequest
2025-01-09 00:36:18
302
Following the Spring-Boot team's request in https://github.com/reactor/reactor-netty/issues/3432, reactor-netty starting...
Spring RestClient should auto-detect ReactorClientHttpRequestFactory
2025-01-09 00:36:16
166
Reactor Netty client support was added in #30835, but it looks like DefaultRestClientBuilder was never updated after tha...
Spring Document non-default candidate beans and Java-based configuration of non-autowire candidate beans
2025-01-09 00:36:14
554
Affects: 6.2As part of https://github.com/spring-projects/spring-boot/issues/22403, I'd like to link to some Spring Fram...
Spring Implement Eclipse Jetty core HTTP handler adapter
2025-01-09 00:36:12
11909
This provides an implementation of a HTTP Handler Adaptor that is coded directly to the Eclipse Jetty core API, bypassin...
Spring Add support for making MapAccessor read-only
2025-01-09 00:36:10
1176
Align to ReflectivePropertyAccessorComment From: snicollBefore we can consider this PR, we'd need to understand the use ...
Spring Add URL Parser for RFC 3986
2025-01-09 00:36:07
1579
Before 6.2, UriComponentsBuilder used regex expressions. Generally, they split on the main component delimiters, ":", "/...
Spring DelegatingFilterProxy Causes Pinned Virtual Threads
2025-01-09 00:36:05
11300
I have a Spring Boot 3.3.4 application running with Java 23. I am running my Spring Boot application with virtual thread...
Spring Spring MVC's locale resolver can no longer be customized in parent context
2025-01-09 00:36:02
24136
Affects: 5.3 snapshotsThe fix for #25209 appears to have removed or at least limited the ability to customize the locale...
Spring Polish CorsConfiguration
2025-01-09 00:35:59
1151
Changes & ConsiderationsThe * symbol was already handled as a constant, but the / symbol was not. Handling this as a...
Spring Refactor Locale logic and use Optional for null checks
2025-01-09 00:35:56
490
Extracted repeated Locale resolution logic into a private method to reduce duplication.Replaced traditional null checks ...
Spring Remove unnecessary array length check
2025-01-09 00:35:54
206
This is why I opened PR.ClassUtils.getAllInterfacesForClass does not return null.Even if the length of proxyInterfaces i...
Spring Spring webflux - ServerWebExchangeDecorator code is not executed when an exception is thrown
2025-01-09 00:35:52
6899
I have a Webflux application, where I have a ServerWebExchangeDecorator that decorates the request and responses. I have...
Spring Add unit tests for StringUtils.hasLength()
2025-01-09 00:35:49
250
HI 🙋🏻♀️I noticed that there were no test cases for StringUtils's hasLength() method, so I added them.Please review the ...
Spring Remove Javadoc @since tag from MapAccessor default constructor
2025-01-09 00:35:46
414
OverviewThis PR removes Javadoc @since tag from MapAccessor() as it seems to have been added accidentally.Related Issues...
Spring Simplify BeanOverrideTestExecutionListener
2025-01-09 00:35:44
232
The current implementation of BeanOverrideTestExecutionListener is more complex than it needs to be, with duplicated cod...
Spring My debug commit
2025-01-09 00:35:42
205
My debug commitComment From: pivotal-cla@lxcecho Please sign the Contributor License Agreement!Click here to manually sy...
上一页
下一页
1
…
1143
1144
1145
1146
1147
…
2246
.