Nineya
Home
Blog
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...
2025-03-22 14:01:41
490
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...
2025-03-22 14:01:11
1269
Spring Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType
Hi,DefaultListableBeanFactory#getBeansOfType catches and swallows BeanCreationException. The method documentation and na...
2025-03-22 14:00:25
2233
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...
2025-03-22 14:00:14
1438
Spring Add support for ImportAware in BeanRegistrar
BeanRegistrar could provide optional support for implementations implementing ImportAware. When used outside of an impor...
2025-03-21 14:00:31
228
Spring Extract AnnotatedElementAdapter to public type
We currently have two private implementations that adapt an array of annotations to an AnnotatedElement: AnnotatedElemen...
2025-03-21 14:00:23
443
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...
2025-03-21 14:00:13
591
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...
2025-03-20 14:01:33
1927
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...
2025-03-20 14:01:15
623
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...
2025-03-20 14:00:55
675
Spring Remove BDDMockito Checkstyle rule
Although we have a Checkstyle rule which attempts to enforce the use of BDDMockito...https://github.com/spring-projects/...
2025-03-19 14:00:31
1150
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...
2025-03-18 14:00:58
3959
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...
2025-03-18 14:00:49
5427
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...
2025-03-18 14:00:41
2636
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...
2025-03-18 14:00:32
610
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...
2025-03-18 14:00:22
8385
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 ...
2025-03-18 14:00:11
1142
Spring Bean Overrides do not work reliably with @ContextHierarchy
Using @MockitoSpyBean in tests with parent-child contexts defined with @ContextHierarchy fails with an IllegalStateExce...
2025-03-17 14:00:14
1647
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...
2025-03-17 14:00:10
406
Spring Allow body access like RequestBodyAdvice/ResponseBodyAdvice in RestClient
** Enhancements requests **In Spring mvc, RequestBodyAdvice and ResponseBodyAdvice are provided to access and manipulate...
2025-03-16 14:00:23
515
上一页
下一页
1
2
3
4
5
6
7
…
502
.