Nineya
Home
Blog
软著申请
Spring Recompile spring-web with Maven
2025-01-08 03:10:48
621
Is there a way we can download spring-web source and compile with Maven? If yes, could you please let me know the steps...
Spring Remove incorrect @Nullable in DynamicPropertiesContextCustomizer
2025-01-08 03:10:45
605
Hello~This PR contains the following points:* Remove incorrect @Nullable annotation in buildDynamicPropertiesMap, this m...
Spring Set initialValue of NamedThreadLocal in XmlBeanDefinitionReader
2025-01-08 03:10:43
285
Implement initialValue method of NamedThreadLocal to lazy init set in XmlBeanDefinitionReader.This will look more concis...
Spring Remove the wrong @Nullable annotation in DynamicPropertiesContextCustomizer
2025-01-08 03:10:40
149
The buildDynamicPropertiesMap method may return an empty unmodifiableMap, but not null.Comment From: chenqimiaoThis PR i...
Spring TransactionalTestExecutionListener Hotspot
2025-01-08 03:10:37
14536
Affects: Spring 5.2.4We have a relatively large, monolithic Spring Boot application and I have been doing some profiling...
Spring What is the use of resolvableDependencies collection
2025-01-08 03:10:28
955
org.springframework.context.support.AbstractApplicationContext#prepareBeanFactorybeanFactory.registerResolvableDependenc...
Spring Support conversion from multiple source objects to a single target object in Converter API
2025-01-08 03:10:23
2991
Spring Boot 2.2.5.RELEASEInterfaces:- org.springframework.core.convert.converter.Converter- org.springframework.core.con...
Spring Remove unnecessary mem alloc in CollectingReaderEventListener
2025-01-08 03:10:20
202
The parameter of collection.toArray() method only need to express the type convert to , no need to specify the length of...
Spring Simplify conversion of DataBuffer to String
2025-01-08 03:10:18
888
This PR is similar to https://github.com/spring-projects/spring-framework/pull/24785Also there's one more place about wh...
Spring Fix broken link in Javadoc for DynamicPropertySource
2025-01-08 03:10:14
325
The {@link Supplier} can not be referenced, because there is no import java.util.function.Supplier; So suggest introduci...
Spring Add support for using colon as a separator for custom methods
2025-01-08 03:10:11
3151
Affects: 5.1.7Google's API Design Guide has the concept of a custom method which is identified by using the colon chara...
Spring Simplify conversion of ByteArrayOutputStream to String
2025-01-08 03:10:08
2030
Currently we often convert BAOS to String asString contents = new String(baos.toByteArray(), StandardCharsets.ISO_8859_1...
Spring Using UriComponentsBuilder.cloneBuilder does not copy uriVariables
2025-01-08 03:10:05
390
I took the liberty of adding a dedicated test which checks if all properties are properly copied when UriComponentsBuild...
Spring Optimize sortPostProcessors() in PostProcessorRegistrationDelegate
2025-01-08 03:10:00
754
Size equal to 0 or 1 can return directlyprivate static void sortPostProcessors(List<?> postProcessors, Configurabl...
Spring Illegal reflective access warning for interface-based lookup method injection
2025-01-08 03:09:57
5926
Java: 11.0.6Spring Framework: 5.2.4.RELEASEIn our Spring-based application we use lookup method injection. After switchi...
Spring Using UriComponentsBuilder.cloneBuilder does not copy uriVariables
2025-01-08 03:09:55
2575
According to the docs, when you do UriComponentsBuilder.cloneBuilder (v5.2.5.RELEASE) it should create a deep clone: htt...
Spring Connection leak with WebClient retrieve().toBodilessEntity()
2025-01-08 03:09:52
326
As part of investigation for https://github.com/reactor/reactor-netty/issues/1041, it was uncovered that retrieve().toBo...
Spring Upgrade to Gradle Build Scan Plugin 3.2
2025-01-08 03:09:50
116
Here's a scan from a local build using the new version.Comment From: sbrannenThis has been merged into master.Thanks
Spring Remove obsolete comment in BeanDefinitionParserDelegate
2025-01-08 03:09:48
181
Comment From: sbrannenThis has been merged in a modified form into master.See https://github.com/spring-projects/spring-...
Spring Fix typos and improve readability in Webflux documentation
2025-01-08 03:09:45
372
I'm currently reading through the webflux documentation and decided to just edit typos and change some sentences for the...
上一页
下一页
1
…
1584
1585
1586
1587
1588
…
2246
.