玖涯软件开发
Home
Blog
Spring Potential Refactoring Estimate
2025-01-08 05:49:07
789
SummaryI have identified a few classes with refactoring potential along with its estimated time to refactor, specificall...
Spring Remove code duplication in AopUtils.isAopProxy() to improve readability
2025-01-08 05:49:04
195
Comment From: sbrannenThanks for the suggestion.However, the current arrangement is intentional and optimized for perfor...
Spring Regression in resolving merged annotation attributes in multi-level annotation hierarchy
2025-01-08 05:49:02
2104
d6768ccc1852f4720781d490e13529e0283d9d63 seems to have introduced a regression when resolving merged annotation values.T...
Spring PathResourceResolver leaks URI paths
2025-01-08 05:48:58
5102
SummaryWhen resolving a resource path Spring creates a class path resource for the URI path. In use cases where the appl...
Spring Add Javadoc @since tag for CannotGetJdbcConnectionException(String, IllegalStateException)
2025-01-08 05:48:54
181
This PR adds Javadoc @since tag for CannotGetJdbcConnectionException(String, IllegalStateException).See gh-28669Comment ...
Spring Use putAll in WebFlux for possibly better performance
2025-01-08 05:48:51
2325
Comment From: bclozel@sbrannen Could you elaborate on why this is in the triage queue? Is there something to be discusse...
Spring Avoid parsing request body in DispatcherServlet for "parameters={masked}" log message
2025-01-08 05:48:48
2261
Affects: spring-webmvc-5.3.20 and possibly many moreWhen having trace logging enabled... e.g.logging: level: org.spr...
Spring native-image: Support for MethodValidationPostProcessor
2025-01-08 05:48:46
5773
When running the native-image from the spring-native sample cloud-config/configserver on the sb-3.0.x branch, i get the ...
Spring Async can't be used in EndpointInterceptor
2025-01-08 05:48:44
834
I have a web service, and want to log the SOAP request and response messages. I am attempting to do this in a EndpointIn...
Spring kotlin @ComponentScan annotation cannot scanning ApplicationEventPublisherAware implementation
2025-01-08 05:48:41
417
example:https://github.com/SchroedingersGitHub/Example-ApplicationEventPublisherAware/tree/mainComment From: sbrannenYou...
Spring Provide testing infrastructure for RuntimeHints
2025-01-08 05:48:39
546
27829 introduced RuntimeHints - a new infrastructure to register the need for runtime reflection, resources, proxying, a...
Spring MockHttpServletResponse addHeader does not allow Comment part with Set-Cookie header
2025-01-08 05:48:37
1741
I'm using the following dependency for using MockHttpServletResponse for unit tests.<dependency> <groupId>...
Spring Add runtime hints for AbstractHandshakeHandler
2025-01-08 05:48:34
5859
When running the native-image from the spring-native sample websocket on the sb-3.0.x branch, i get the following except...
Spring Jackson well-known module support in native image
2025-01-08 05:48:32
6706
When running the binary from the webflux-kotlin sample from spring-native, I get the following exception:org.springframe...
Spring suggestion for Aop
2025-01-08 05:48:29
844
When we use aop to catch one function, offering a paramsMap for the method is very useful ! because we can not find any ...
Spring Upgrade to Gradle Enterprise Conventions 0.0.10
2025-01-08 05:48:27
170
This PR upgrades to Gradle Enterprise Conventions 0.0.10.Comment From: sbrannenThis has been merged into 5.3.x and main ...
Spring spring-flex 1.0.3.RELEASE issue with spring 5.3.20
2025-01-08 05:48:23
1907
Currently using spring-flex 1.0.0.M2, As part of spring upgrade to 5.3.20, upgraded spring-flex to 1.5.2.RELEASE.I'm get...
Spring Move BindingReflectionHintsRegistrar to spring-context
2025-01-08 05:48:20
332
Move BindingReflectionHintsRegistrar to spring-context module in org.springframework.context.aot package because: - Othe...
Spring Add support for records in BindingReflectionHintsRegistrar
2025-01-08 05:48:18
1344
Using BindingReflectionHintsRegistrar with records lead to this Jackson exception on native image runtime:Exception in t...
Spring Open GraalVM internals to the ConstantFieldFeature
2025-01-08 05:48:17
1662
This is needed as GraalVM 22.2 enabled the module system when buildingnative-images and all plugins have to participate ...
上一页
下一页
1
…
1423
1424
1425
1426
1427
…
2246
.