Nineya
Home
Blog
Spring run CglibProxyControllerTests have NullPointerException
2025-01-08 03:25:16
1972
logger is null when run if (logger.isTraceEnabled()) { logger.trace("Mapped to " + handler); } ...
Spring ExchangeStrategies custom codec's reader & writer are not registered
2025-01-08 03:25:14
111
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]
2025-01-08 03:25:10
7621
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
2025-01-08 03:25:07
1544
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
2025-01-08 03:25:04
2029
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
2025-01-08 03:25:02
1747
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
2025-01-08 03:24:59
7425
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
2025-01-08 03:24:55
173
Between subscription and completion in publishErrorSimilar to https://github.com/spring-projects/spring-framework/pull/2...
Spring Optimize initialization of empty request mapping conditions
2025-01-08 03:24:53
281
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
2025-01-08 03:24:51
482
Comment From: pivotal-issuemaster@limo520 Please sign the Contributor License Agreement!Click here to manually synchroni...
Spring QueryDslPredicateExecutor should support deleting by predicate
2025-01-08 03:24:49
415
Affects: \5.2.6.RELEASEQueryDslPredicateExecutor supports querying by a QueryDsl predicate but does not support deletin...
Spring ConstructorResolver.resolveConstructorArguments() return value issue
2025-01-08 03:24:46
2535
In ConstructorResolver:private int resolveConstructorArguments(String beanName, RootBeanDefinition mbd, BeanWrapper bw, ...
Spring Avoid need for default constructor in ContextAnnotationAutowireCandidateResolver subclasses
2025-01-08 03:24:43
622
As reported here, it seems that under certain circumstances, the BeanFactory expects ContextAnnotationAutowireCandidateR...
Spring InvocableHandlerMethod incorrectly resolves arguments by type
2025-01-08 03:24:40
4472
getMethodArgumentValues() performs early argument resolution by type; even when parameters are annotated and should be r...
Spring Polish StringHttpMessageConverter.getContentTypeCharset()
2025-01-08 03:24:38
709
Bug: Possible null pointer dereference in org.springframework.http.converter.StringHttpMessageConverter.getContentTypeCh...
Spring @TransactionalEventListener cannot work with TaskExecutor
2025-01-08 03:24:35
7762
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
2025-01-08 03:24:33
3196
static { primitiveWrapperTypeMap.put(Boolean.class, boolean.class); primitiveWrapperTypeMap.put(Byte.class...
Spring spring启动实例
2025-01-08 03:24:30
257
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.
2025-01-08 03:24:28
660
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
2025-01-08 03:24:25
1254
When using Kotlin /BOOT-INF/classes/META-INF/spring.components is not generated when annotationProcessor context-indexer...
上一页
下一页
1
…
1349
1350
1351
1352
1353
…
2025
.