Spring Add support for BeanRegistrar implementing RuntimeHintsRegistrar

Would be useful for native-compliant classpath checks described in https://github.com/spring-projects/spring-framework/i...

Spring HibernateJpaDialect exception translation misses concrete exceptions wrapped in Hibernate's ExecutionException

Currently, the spring-orm class org.springframework.orm.jpa.vendor.HibernateJpaDialect translates Hibernate exceptions t...

Spring Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType

Hi,DefaultListableBeanFactory#getBeansOfType catches and swallows BeanCreationException. The method documentation and na...

Spring Revise EnumToStringConverter to use Enum#toString instead of Enum#name

My problem with the current EnumToStringConverter is that it doesn't put in the hands of the coder the decision on how t...

Spring Add support for ImportAware in BeanRegistrar

BeanRegistrar could provide optional support for implementations implementing ImportAware. When used outside of an impor...

Spring Extract AnnotatedElementAdapter to public type

We currently have two private implementations that adapt an array of annotations to an AnnotatedElement: AnnotatedElemen...

Spring URITemplate in 6.2.x having behavioural change for URNs with slash

There is change in UriTemplate between spring-web 6.2.x and 6.1.x. Below urn template we are looking at urn:text:servic...

Spring MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers

In version 5.1.x, the ServletUriComponentsBuilder methods changed to remove the usage of forwarded headers:* code change...

Spring AbstractTestNGSpringContextTests only provides @BeforeClass support, need @BeforeSuite

Issue was opened on TestNG side, but this is a Spring specific issue (2019).https://github.com/testng-team/testng/issues...

Spring Introduce Checkstyle rule for separator symbol location

We have a longstanding rule in Spring Framework about where separator symbols are allowed to be located in the code.Spec...

Spring Remove BDDMockito Checkstyle rule

Although we have a Checkstyle rule which attempts to enforce the use of BDDMockito...https://github.com/spring-projects/...

Spring Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity

Hi, I had this annotation which worked with AspectJ, however stopped working after I migrated to spring-aspects + spring...

Spring PathMatchingResourcePatternResolver regression for jar root scanning in 6.2.4

Hi,We are heavily relying on the ResourceLoader and more specifically the org.springframework.core.io.support.PathMatchi...

Spring Inconsistent Query Parameter Conversion When Mapping Multiple Values to a Single Parameter

There is a significant inconsistency when converting a query parameter from a collection to a single value. In the follo...

Spring Make dependencies on AssertJ and JUnit in spring-core-test optional

OverviewThe spring-core-test artifact currently has required transitive dependencies on AssertJ and JUnit.https://github...

Spring Upgrade to spring-core-test 6.2.4 forces upgrade to JUnit 5.12

I manage several GitHub repositories, a multitude of which use Spring. One of these projects is our Spring AoT extension...

Spring Distinguish same-distanced annotations in MergedAnnotations

Spring Security does a search for annotations in a slightly different way than TYPE_HIERARCHY. It does the following:If ...

Spring Bean Overrides do not work reliably with @ContextHierarchy

Using @MockitoSpyBean in tests with parent-child contexts defined with @ContextHierarchy fails with an IllegalStateExce...

Spring Upgrade to AspectJ 1.9.23

AspectJ 1.9.23 has been released with support for JDK 23.Comment From: sbrannenTo test AspectJ 1.9.23, I ran full builds...

Spring Allow body access like RequestBodyAdvice/ResponseBodyAdvice in RestClient

** Enhancements requests **In Spring mvc, RequestBodyAdvice and ResponseBodyAdvice are provided to access and manipulate...

下一页
.