Nineya
Home
Blog
Spring Update StandardReflectionParameterNameDiscoverer to recognize @ConstructorProperties
2025-01-08 22:21:28
3768
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"
2025-01-08 22:21:25
1823
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
2025-01-08 22:21:22
322
AOP advice annotations sorting is more flexibleComment From: snicollThanks for the suggestion but please consider raisin...
Spring Add create ClientHttpRequestFactory documentation
2025-01-08 22:21:19
370
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
2025-01-08 22:21:17
1351
In FormHttpMessageConverter:I found the method:protected String serializeForm(MultiValueMap<String, Object> formDa...
Spring Support ordering of AOP advice annotations at the method level
2025-01-08 22:21:14
350
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
2025-01-08 22:21:11
8141
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
2025-01-08 22:21:05
6748
Currently a custom convention can be achieved only by going through the micrometer global conventions: SomeCustom implem...
Spring Support new Hooking Point.
2025-01-08 22:21:00
1563
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
2025-01-08 22:20:58
2875
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
2025-01-08 22:20:55
2978
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
2025-01-08 22:20:52
1090
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
2025-01-08 22:20:49
188
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.
2025-01-08 22:20:47
2045
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
2025-01-08 22:20:44
5033
plugins { id 'java' id 'org.springframework.boot' version '3.2.4' id 'io.spring.dependency-management' version ...
Spring Refactor AcceptHeaderLocaleResolver to implement LocaleContextResolver
2025-01-08 22:20:42
2073
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
2025-01-08 22:20:39
3021
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.
2025-01-08 22:20:36
996
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
2025-01-08 22:20:33
431
It should link doRegisterBean(Class<T> beanClass, String name, Class<? extends Annotation>[] qualifiers, Sup...
Spring Trace lost in error log
2025-01-08 22:20:31
7043
Affects: 6.0.9Let's say we have the following code:@RestController@SpringBootApplicationpublic class WebTracingLogDemoAp...
上一页
下一页
1
…
1200
1201
1202
1203
1204
…
2246
.