Spring How to make @Exceptionhandler execute without sorting by Map

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

I am adding support for the @PreAuthorize, @PreFilter, @PostAuthorize, and @PostFilter annotations from Spring Security....

Spring CompileWithTargetClassAccessExtension fails to select overloaded test methods

The method lookup algorithm in CompileWithTargetClassAccessExtension is based solely on the class name and method name. ...

Spring Ensure CompileWithTargetClassAccessExtension only uses the Jupiter TestEngine

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

@Import({SimpleStart.MemberClass.class})public class SimpleStart { public SimpleStart(ExampleBean exampleBean) { }...

Spring spring start question

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]

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

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

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

Clarified that JndiPropertySource is always enabled. Previous statement "can optionally enable" might have been before #...

Spring Add a devcontainer for VSCode and Github Codespaces

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

There was missing basic information for conditional attribute of Cacheable annotation. Perhaps something similar should ...

Spring Documentation updated with instructions for STOMP Client

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

Both domain and path are nullable but ResponseCookieBuilder#path and ResponseCookieBuilder#domain arguments do not expre...

Spring Improve test coverage of RdbmsOperation

getSql()tooManyMapParameters()Comment From: snicollThank you for making your first contribution to Spring Framework, @Ji...

Spring add two more test cases for jdbc

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

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

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

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

Didn't know that @Qualifier annotation didn't support the properties placeholder, which @Resource support it out of the ...
上一页 下一页
.