Spring Update StandardReflectionParameterNameDiscoverer to recognize @ConstructorProperties

Affects: 6.1.5I have a third party library that compiled without -parameters flag, but I know it has more or less stand...

Spring When compiling the spring-5.2.x version source code on mac, it prompts "Base: GRADLE_USER_HOME is unkown"

I encountered a problem when compiling the source code of the spring 5.2.x version. I am unable to determine whether it ...

Spring Support ordering of AOP advice annotations at the method level

AOP advice annotations sorting is more flexibleComment From: snicollThanks for the suggestion but please consider raisin...

Spring Add create ClientHttpRequestFactory documentation

This is a proposal to add an explanation on how to create a ClientHttpRequestFactory with settings (connect and read tim...

Spring FormHttpMessageConverter does not append "=" to key in x-www-form-urlencoded when value is null

In FormHttpMessageConverter:I found the method:protected String serializeForm(MultiValueMap<String, Object> formDa...

Spring Support ordering of AOP advice annotations at the method level

AOP advice annotations sorting is more flexibleComment From: pivotal-cla@cbxbj Please sign the Contributor License Agree...

Spring Metaspace out of memory when combining AOP and prototype

Spring Boot version: 2.3.12.RELEASE, 2.7.8I've tried to apply AOP ( cglib ) on prototype Bean. Since cglib generates new...

Spring Allow custom ScheduledTaskObservationConvention in ScheduledMethodRunnable

Currently a custom convention can be achieved only by going through the micrometer global conventions: SomeCustom implem...

Spring Support new Hooking Point.

Hi, Spring Team. This is chickenchickenlove, huge fan of you all.I suggest adding a new Hooking point.How about adding a...

Spring @ContextConfiguration does not merge duplicate sets of locations or classes within a test class hierarchy

In our efforts to get rid of bean overriding in the core framework, I've found that test classes using @ContextConfigura...

Spring Make use of bean definition overriding more visible

With errors that are hard to track, and with XML bean definitions taking always precedence over Java config (which can b...

Spring Prevent package summaries from being truncated due to incorrect sentence detection

Javadoc doesn't seem to like having e.g. as it thinks the sentence ends there which is usually incorrect and results in ...

Spring Fix typos and improve wording in reference documentation

Hi team!Open this PR for fix typo in framework-docs/modules/ROOT/pages/web. Feel free to contact me if there is anything...

Spring Implicitly introduced beans and explicitly introduced beans coexist, and the implicitly introduced beans are deleted.

Hello! As the title suggests, i have found a confusing question and look forward to an official answertestPopulateBean.x...

Spring hibernate isolation property release_mode -> on_close not working

plugins { id 'java' id 'org.springframework.boot' version '3.2.4' id 'io.spring.dependency-management' version ...

Spring Refactor AcceptHeaderLocaleResolver to implement LocaleContextResolver

This PR wraps up efforts to improve org.springframework.web.servlet.LocaleResolver hierarchy started in:https://github.c...

Spring Transactional annotation breaks AOT for native image

Latest Spring Boot (3.2.4) and Spring (6.1.5) AOT doesn't work for native image.Config:1. Spring Boot 3.2.42. Spring 6.1...

Spring The parameter validation of the PropertyAccessiorFactory.forBeanPropertyAccess method is incomplete.

Hello, I noticed that I am using the PropertyAccessiorFactory.forBeanPropertyAccess method,Use it this way BeanWr...

Spring Remove link to unrelated method in javadoc of AnnotatedBeanDefinitionReader

It should link doRegisterBean(Class<T> beanClass, String name, Class<? extends Annotation>[] qualifiers, Sup...

Spring Trace lost in error log

Affects: 6.0.9Let's say we have the following code:@RestController@SpringBootApplicationpublic class WebTracingLogDemoAp...
上一页 下一页
.