Spring Merge pull request #1 from spring-projects/master

mergeComment From: pivotal-issuemaster@DahuaChan Please sign the Contributor License Agreement!Click here to manually sy...

Spring Why PropertyValue needs to extends AttributeAccessor

In spring-bean, PropertyValue now extends AttributeAccessor, so it holds "attributes" in bean object. But since Proper...

Spring I create Bean Son which needs the Bean Father, and the bean father created on missingBean Enemy, the result is

there is no bean Father, but there is Bean Son, is this a bug?ConfigurableApplicationContext context = SpringApplication...

Spring Introduce createContext() factory method in AbstractGenericContextLoader

We have customized DefaultListableBeanFactory and are using it already in AnnotationConfigWebApplicationContext for prod...

Spring Error import for test class

Jaxb2MarshallerTests and Jaxb2UnmarshallerTests can not import org.springframework.oxm.jaxb.test.FlightType and org.spri...

Spring 2020_8_17_spring_framework_study

基于spring5.0,系统学习spring framework.Comment From: pivotal-issuemaster@lengweijian Please sign the Contributor License Agree...

Spring Inconsistent log level in @Bean javadoc and ConfigurationClassEnhancer

@Bean javadoc states when BFPP is defined with non-static method, it writes a WARN-level log message.This works out in B...

Spring Add method for INSERT INTO w/o UPDATE to JpaRepository

Affects: 3.3.3.RELEASECurrently, Spring Data JPA Repositories do not provide a method which corresponds to the single st...

Spring 1 update query takes 3-4 minutes at DB2

pom file looks like this; (spring boot version 2.1.8)<dependency> <groupId>com.ibm.db2.jcc</groupId&gt...

Spring Add decodeDataBuffer to Decoder and encodeValue to Encoder

In some protocols (HTTP, TCP) the stream of bytes needs to be parsed to be decoded and likewise chunks of encoded conten...

Spring Support filename hint for client side use of ResourceDecoder

With #22267 the ResourceDecoder was extended to support a filename hint that allows setting the filename of the Resource...

Spring Fix Reactor deprecations in MonoToListenableFutureAdapter

Since reactor/reactor-core#1053, the MonoToListenableFutureAdapter is using deprecated APIs.This might be an opportunity...

Spring Eliminate unnecessary word in core-bean.adoc that causes repetition

This is the orginal "A bean is an object that is instantiated, assembled, and otherwise managed by a Spring IoC containe...

Spring Request: WebClient URI spec to support publishers

I'm using a WebClient in a Spring Reactive application and need to make several calls as part of the steps the publisher...

Spring Reactor's withVirtualTime breaks cached contexts in tests

Spring Boot 2.2.5JUnit 5.6.2In my codebase I have:Tests using @SpringBootTest, leveraging it's context caching for test ...

Spring Using RestTemplate to submit the data to the rest endpoint throwing StackOverflow Error

Using RestTemplate to submit the data to the rest endpoint throwing below error Caused by: java.lang.StackOverflowError:...

Spring HttpComponentsHttpInvokerRequestExecutor shouldn't throw NoHttpResponseException

https://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache/http/NoHttpResponseException.htmlSignals that t...

Spring Change in the order between interceptors and mapped interceptors in Spring 5

When a handler mapping creates a HandlerExecutionChain, Spring 4.1.x added adaptedInterceptors first and then added mapp...

Spring RestTemplate cannot use streaming and interceptors

Affects: 5.2.8.RELEASEHello,I have an application that can send very large files over HTTPS with RestTemplate but I cann...

Spring @Value

When I set the parameters to 01, 02, 03, 04, 05, 06, 07, 09, the program will work normally, but when I set it to 08, an...
上一页 下一页
.