Spring Recompile spring-web with Maven

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

Hello~This PR contains the following points:* Remove incorrect @Nullable annotation in buildDynamicPropertiesMap, this m...

Spring Set initialValue of NamedThreadLocal in XmlBeanDefinitionReader

Implement initialValue method of NamedThreadLocal to lazy init set in XmlBeanDefinitionReader.This will look more concis...

Spring Remove the wrong @Nullable annotation in DynamicPropertiesContextCustomizer

The buildDynamicPropertiesMap method may return an empty unmodifiableMap, but not null.Comment From: chenqimiaoThis PR i...

Spring TransactionalTestExecutionListener Hotspot

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

org.springframework.context.support.AbstractApplicationContext#prepareBeanFactorybeanFactory.registerResolvableDependenc...

Spring Support conversion from multiple source objects to a single target object in Converter API

Spring Boot 2.2.5.RELEASEInterfaces:- org.springframework.core.convert.converter.Converter- org.springframework.core.con...

Spring Remove unnecessary mem alloc in CollectingReaderEventListener

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

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

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

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

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

I took the liberty of adding a dedicated test which checks if all properties are properly copied when UriComponentsBuild...

Spring Optimize sortPostProcessors() in PostProcessorRegistrationDelegate

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

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

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()

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

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

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

I'm currently reading through the webflux documentation and decided to just edit typos and change some sentences for the...
上一页 下一页
.