玖涯软件开发
Home
Blog
Spring How to make @Exceptionhandler execute without sorting by Map
2025-01-08 05:54:51
1526
Recently, I want to use @Exceptionhandler to handle different exceptions, but I found that HttpMediaTypeException and Un...
Spring Class Proxy not working with native-image
2025-01-08 05:54:42
12103
I am adding support for the @PreAuthorize, @PreFilter, @PostAuthorize, and @PostFilter annotations from Spring Security....
Spring CompileWithTargetClassAccessExtension fails to select overloaded test methods
2025-01-08 05:54:39
380
The method lookup algorithm in CompileWithTargetClassAccessExtension is based solely on the class name and method name. ...
Spring Ensure CompileWithTargetClassAccessExtension only uses the Jupiter TestEngine
2025-01-08 05:54:37
500
Commit 9dd7f5412aa72efdeb1ba15b2cd86c6391540b61 addressed the issue of having the TestNG TestEngine for the JUnit Platfo...
Spring Why in ConfigurationClassPostProcessor.processConfigBeanDefinitions need if (registry.getBeanDefinitionCount() > candidateNames.length) {} judge
2025-01-08 05:54:36
1968
@Import({SimpleStart.MemberClass.class})public class SimpleStart { public SimpleStart(ExampleBean exampleBean) { }...
Spring spring start question
2025-01-08 05:54:32
1079
I think here no need to traverse no singleton bean names.for (String beanName : beanNames) { Object singletonInstance...
Spring Incorrect handling of annotation attached to interface method [SPR-7664]
2025-01-08 05:54:29
7885
Eugene Rozov opened SPR-7664 and commentedAccording to reference (paragraph 10.5.6), annotation may be placed on an inte...
Spring Include shadow jar source in published source jars
2025-01-08 05:54:26
210
Shadowed jars do not currently include their source code in our published source jars. This can make debugging and devel...
Spring Make BootstrapUtils.resolveTestContextBootstrapper() public
2025-01-08 05:54:25
246
In order to create a TestContextBootstrapper outside the org.springframework.test.context package using the default look...
Spring Clarify docs on JNDI properties in Servlet environment
2025-01-08 05:54:23
700
Clarified that JndiPropertySource is always enabled. Previous statement "can optionally enable" might have been before #...
Spring Add a devcontainer for VSCode and Github Codespaces
2025-01-08 05:54:20
476
With this change user can start a container locally withVSCode remote, or open an IDE from Github in the browser.VSCode ...
Spring Improve documentation of Caching annotations
2025-01-08 05:54:17
250
There was missing basic information for conditional attribute of Cacheable annotation. Perhaps something similar should ...
Spring Documentation updated with instructions for STOMP Client
2025-01-08 05:54:15
1060
Hello, this pr may update the issue https://github.com/spring-projects/spring-framework/issues/28409Comment From: linghe...
Spring ResponseCookie does not declare nullability annotations consistently for domain and path
2025-01-08 05:54:12
195
Both domain and path are nullable but ResponseCookieBuilder#path and ResponseCookieBuilder#domain arguments do not expre...
Spring Improve test coverage of RdbmsOperation
2025-01-08 05:54:10
457
getSql()tooManyMapParameters()Comment From: snicollThank you for making your first contribution to Spring Framework, @Ji...
Spring add two more test cases for jdbc
2025-01-08 05:54:07
151
I add test case for getting ket with different key rows in KeyHolderTests.javaI add test case for testing query for list...
Spring Introduce RuntimeHintsUtils#registerComposableAnnotation
2025-01-08 05:54:05
511
Working on #28767 and the use case in Spring Boot revealed that we could use an explicit method to register a composable...
Spring Avoid IllegalArgumentException when setting WebSocket error status
2025-01-08 05:54:03
6915
Fixing internal error, when the message of an exception doesn't contain any text.In my application, this probably caused...
Spring RuntimeHintsUtils#registerAnnotation fails to register SynthesizedAnnotation proxy
2025-01-08 05:54:00
7227
I've encountered a use-case in which RuntimeHintsUtils.registerAnnotation isn't enough to work with the annotation in a ...
Spring Allow @Qualifier to enjoy the same level of support of @Resource for resolving properties placeholder
2025-01-08 05:53:57
1180
Didn't know that @Qualifier annotation didn't support the properties placeholder, which @Resource support it out of the ...
上一页
下一页
1
…
1417
1418
1419
1420
1421
…
2246
.