Nineya
Home
Blog
Spring Validator resolution can no longer be lazy
2025-01-08 18:00:45
810
Affects: 6.1.0-SNAPSHOThttps://github.com/spring-projects/spring-framework/issues/28990 added support for configuring Me...
Spring Raise log level to warn when configuration class enhancement cannot apply due to circular reference
2025-01-08 18:00:43
580
Our existing log message for a circular reference to the configuration class is not ideally worded since it suggests tha...
Spring graalvm native image feature PreComputeFieldFeature disable all netty native transports
2025-01-08 18:00:41
5098
During the graalvm native compile, the Spring provided Feature org.springframework.aot.nativex.feature.PreComputeFieldFe...
Spring Optimize Hibernate native footprint by making ByteBuddy unreachable
2025-01-08 18:00:38
3149
As experimented on https://github.com/sdeleuze/spring-framework/commit/hibernate-custom-initiators, various optimization...
Spring WebFlux blocking configuration documentation fix
2025-01-08 18:00:36
194
The BlockingExecutionConfigurer.setExecutor takes an AsyncTaskExecutor not an Executor as the documentation states. With...
Spring JdbcClient: add varargs params method on StatementSpec
2025-01-08 18:00:33
556
JdbcClient sql method returns a StatementSpec which gives several options to set positional and named parameters values....
Spring Document purpose of name attribute in @PropertySource
2025-01-08 18:00:30
3363
In Spring Framework, for the @PropertySource, according with its API or javadoc it has the name attributeIndicate the na...
Spring Look up @Component stereotype names using @AliasFor semantics
2025-01-08 18:00:28
1449
OverviewAlthough #20615 introduced the use of @AliasFor for @Component(value) in stereotype annotations (@Service, @Cont...
Spring Spring Webflux: CoRouterFunctionDsl should expose the used CoroutineContext
2025-01-08 18:00:25
3561
Affects: 5.3.7I am using the CoRouterFunctionDsl to build a Spring Webflux application with suspend handlers in Kotlin. ...
Spring typo in "such as"
2025-01-08 18:00:22
571
Just a small typo, no more no less :)Comment From: pivotal-cla@Anton-Vasilev Please sign the Contributor License Agreeme...
Spring Prefer request hostName and hostPort in ReactorServerHttpRequest
2025-01-08 18:00:20
299
Prefer request hostName and hostPort in ReactorServerHttpRequest#resolveBaseUrlThe request hostName and hostPort are der...
Spring Missing Netty native image hints for SelectorProvider
2025-01-08 18:00:17
5965
After compiled application to graalvm native image, and set log level for io.netty to TRACE, such exception will show up...
Spring Attempt to reset Servlet response before calling ExceptionHandlers
2025-01-08 18:00:14
382
Fix #30702 If any other changes are needed, feel free to ask me. : )Comment From: bclozelThanks for your contribution @a...
Spring Support MultipartFile argument with HTTP interface client
2025-01-08 18:00:12
4163
When trying to send a multipart request over http interfaces, multipart is sent directly instead of resource and causin...
Spring Upgrade to commons-fileupload 1.5
2025-01-08 18:00:09
7571
fix https://security.snyk.io/vuln/SNYK-JAVA-COMMONSFILEUPLOAD-3326457potential DoS attackupgrade commons-fileupload to ...
Spring Avoid @Async create Future object when return value is not instance of Future type
2025-01-08 18:00:05
394
submit method return a value, but it is useless, and memory is added. execute method can avoid this scene.Comment From: ...
Spring Attempt to reset Servlet response before calling ExceptionHandlers
2025-01-08 18:00:02
14682
After the postgis package was introduced, an HttpMessageConversionException exception occurred in the business code. Aft...
Spring Add more tests to DefaultClientRequestObservationConvention
2025-01-08 17:59:52
613
Adding tests to increase coverage and test expected behavior for DefaultClientRequestObservationConventionclass. I would...
Spring Handle removal of query param when a single (null) value is sent to replaceQueryParam
2025-01-08 17:59:49
1204
The earlier definition of replaceQueryParam(String name, Object... values) didn't remove the query param if the passed ...
Spring Instrument EventListener-annotated methods for observability
2025-01-08 17:59:47
6866
This is analogous to #29883, just for @EventListener.Comment From: kubeheWould it be also possible to support propagatin...
上一页
下一页
1
…
1312
1313
1314
1315
1316
…
2246
.