Spring Deserializing @RequestBody with invalid datatype of json payload ends with HTTP status 500 instead of HTTP status 400 (changed behaviour observed since spring-web:5.2.4.RELEASE)

I've observed change of processing invalid payloads when deserializing in controller between versions spring-web:5.2.4.R...

Spring Do not mention credentials as enabled by default in CorsRegistry

Credentials are not enabled by default contrary to the javadocs. The credentials support must be enabled via #allowCrede...

Spring Extract traceEnabled for reuse in RuleBasedTransactionAttribute

Fix logger.isTraceEnabled check before the last logger.trace.And extract an traceEnabled variable for reuse.Comment From...

Spring containsAny in CollectionUtils delegates to findFirstMatch

This method implementation named containsAny is redundant with that method implementation named findFirstMatch.Consider ...

Spring @DirtiesContext not honored in TestNG test suite

Affects: 5.2.4.RELEASE<spring.version>5.2.4.RELEASE</spring.version><testng.version>7.1.0</testng.v...

Spring Remove unnecessary setter in DefaultServerRequest

I propose to remove public void setStatus(int sc, String sm) setter method in class CheckNotModifiedResponse.Because set...

Spring Improve Javadoc in AutoProxyRegistrar

EnableAspectJAutoProxy doesn't have mode attribute, a bit mismatch with the logic of registerBeanDefinitions method in A...

Spring Fix exception message in getMergedBeanDefinition

From the context, it feels like it should be ConfigurableBeanFactory, not AbstractBeanFactory.Comment From: sbrannenThis...

Spring Specify MockHttpServletRequest object instance to use in MockMvc perform() method

Use case:say for instance i'm using mocking frameworks such as PowerMock, EasyMock and I have components within my contr...

Spring It is impossible to configure readTimeout and connectionTimeout for AccessTokenProvider in OAuth2RestTemplate

Affects: 5.1.10Hello,I needed to configure connectionTimeout and readTimeout for access token providers that are used in...

Spring java.lang.IllegalStateException: COMPLETED occur with non netty for proxy with WebClient

version: spring boot 2.1.4.RELEASEI use WebClient proxy the upstream , when server use non netty(undertow for example),c...

Spring Handling multiple @XXXMapping annotations on same handler method [SPR-17119]

László Stahorszki opened SPR-17119 and commentedWhen using the @GetMapping, @PostMapping, ... shorthand annotations, exc...

Spring STOMP endpoint / WebSocketHandler registration should fail if there's already a mapping on the same path [SPR-13469]

Sergi Almar opened SPR-13469 and commentedSTOMP endpoint / WebSocketHandler registration doesn't fail if there's already...

Spring Support for vararg message arguments in MessageSource [SPR-17600]

Ankur Pathak opened SPR-17600 and commentedCurrent message arguments are passed as Object Array and it is not elegant. S...

Spring added HttpHeaders.CONTENT_ID

Added HTTP Header Content-ID as per RFC 2392Comment From: pivotal-issuemaster@alan-czajkowski Please sign the Contributo...

Spring Ignore empty domain string in ResponseCookie

Affects v5.2.4.RELEASE, though I think response cookie validation was added in v5.2.x.We're calling a 3rd party service ...

Spring RSocket MetadataEncoder expands the routes incorrect

When using route("process.{id}.log", "deadbeef") I'd expect the route to be expanded to process.deadbeef.log but to my s...

Spring implements checkNotModified for ServerRequest

Hello.Can implements method the checkNotModified in org.springframework.web.servlet.function.ServerRequest?Thank you!Co...

Spring Optimize SimpleAliasRegistry hasAlias implementation

The purpose of this PR is to reduce the number of loops and recursions of SimpleAliasRegistry hasAlias implementationCom...

Spring addCandidateComponentsFromIndex should create ScannedGenericBeanDefinitions

Is there a special reason why ClassPathScanningCandidateComponentProvider.addCandidateComponentsFromIndex does create An...
上一页 下一页
.