Spring run CglibProxyControllerTests have NullPointerException

logger is null when run if (logger.isTraceEnabled()) { logger.trace("Mapped to " + handler); } ...

Spring ExchangeStrategies custom codec's reader & writer are not registered

Resolves #25146 Comment From: sbrannenThis has been merged into 5.2.x and master and backported to 5.1.x.Thanks

Spring MockRestServiceServer should allow for an expectation to occur multiple times. [SPR-11365]

John Mark opened SPR-11365 and commentedCurrently, the MockRestServiceServer requires that each expectation only be exec...

Spring ExchangeStrategies custom codec's reader and writer are not registered

Affects: 5.2.6.RELEASEI added my custom encoder and decoder like following.ExchangeStrategies .empty() .codecs(con...

Spring RestTemplate Timeout is not working over 30 seconds

Hi,I am trying to set my rest template timeout over 120 seconds. But it is not working. It is keep timing out around 30 ...

Spring Custom HTTP Method on MockServerHttpRequest

In some cases we'd like to use MockServerHttpRequest with methods not in Spring's HttpMethod enum (for testing corner ca...

Spring Update Server Requesters IAW observed behavior

In spring-messaging-5.2.5-RELEASE, I observed in the debugger that to successfully complete the connection setup after i...

Spring Fix race condition in WriteResultPublisher between subscription and error in publishError

Between subscription and completion in publishErrorSimilar to https://github.com/spring-projects/spring-framework/pull/2...

Spring Optimize initialization of empty request mapping conditions

This isn't very optimal currently in terms of object creation. A new instance is created for every empty condition. Inte...

Spring Fix URI pattern example in webflux.adoc

Comment From: pivotal-issuemaster@limo520 Please sign the Contributor License Agreement!Click here to manually synchroni...

Spring QueryDslPredicateExecutor should support deleting by predicate

Affects: \5.2.6.RELEASEQueryDslPredicateExecutor supports querying by a QueryDsl predicate but does not support deletin...

Spring ConstructorResolver.resolveConstructorArguments() return value issue

In ConstructorResolver:private int resolveConstructorArguments(String beanName, RootBeanDefinition mbd, BeanWrapper bw, ...

Spring Avoid need for default constructor in ContextAnnotationAutowireCandidateResolver subclasses

As reported here, it seems that under certain circumstances, the BeanFactory expects ContextAnnotationAutowireCandidateR...

Spring InvocableHandlerMethod incorrectly resolves arguments by type

getMethodArgumentValues() performs early argument resolution by type; even when parameters are annotated and should be r...

Spring Polish StringHttpMessageConverter.getContentTypeCharset()

Bug: Possible null pointer dereference in org.springframework.http.converter.StringHttpMessageConverter.getContentTypeCh...

Spring @TransactionalEventListener cannot work with TaskExecutor

Affects: Spring 4.2I came to believe that a @TransactionalEventListener cannot work with a applicationEventMulticaster b...

Spring Avoid duplicate addition of void.class in ClassUtils static initialization

static { primitiveWrapperTypeMap.put(Boolean.class, boolean.class); primitiveWrapperTypeMap.put(Byte.class...

Spring spring启动实例

Comment From: pivotal-issuemaster@yanghuaiGit Please sign the Contributor License Agreement!Click here to manually synch...

Spring MonoToListenableFutureAdapter should not be in the package:org.springframework.util.

The package {@code org.springframework.util} is the lowest-level abstraction for jdk。I think the package should not be ...

Spring spring-context-indexer does not produce spring.components with Kotlin

When using Kotlin /BOOT-INF/classes/META-INF/spring.components is not generated when annotationProcessor context-indexer...
上一页 下一页
.