Spring Reactive WebSocket Client terminate connection invoking .doOnTerminate() which doesn't send Mono<Void> back to client

I'm using reactive websockets and when the client app just closes/disconnect, the server executes the flow .doOnTerminat...

Spring Issue #26985 change date time default formate

Link of issue: https://github.com/spring-projects/spring-framework/issues/26985Issue: DateTimeFormatterRegistrar should ...

Spring fix: Correct the condition about isEnforceReadOnly

Although isEnforceReadOly is true, Statement might be not READ ONLY if definition.isReadOnly is not true.So I replaced &...

Spring Support $$ quotes in JDBC ScriptUtils

This is an attempt to support $$ quote as mentioned in this issue: https://github.com/spring-projects/spring-framework/i...

Spring Incorrect calculation with CronExpression 0 0 0 1 * *

https://github.com/spring-projects/spring-framework/blob/b595dc1dfad9db534ca7b9e8f46bb9926b88ab5a/spring-context/src/mai...

Spring spring-framework-main-code attribute has not been expanded in docs

@abelsromero spotted that https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html#webflux ...

Spring Blocking call according to BlockHound in spring-tx

Summary: When making some transactional insert/update/delete to database I get a blocking call issue (Tracked by Block H...

Spring MultipartHttpMessageWriter in WebClient doesn't use custom Jackson Encoder since 5.3.3

Before v5.3.3, when configuring a custom jackson object mapper in WebClient with: ObjectMapper mapper = insta...

Spring Switch back to parallel thread after WebSession id is generated

It would be nice if there were a way to request the session without creating an instance of one, similar conceptually to...

Spring Default value of StandaloneMockMvcBuilder.useSuffixPatternMatch differs from the same property in RequestMappingHandlerMapping

After upgrading to spring framework 5.3(5.3.7) the useSuffixPatternMatch default value in RequestMappingHandlerMapping w...

Spring Document that class-level @ResponseStatus is inherited by @ExceptionHandler methods

The Javadoc of @ResponseStatus doesn't mention that when @ResponseStatus is applied to a class then it is inherited also...

Spring Cross reference additional Aware interfaces from BeanFactory Javadoc

Add BeanFactory commentComment From: pivotal-cla@Beca-se Please sign the Contributor License Agreement!Click here to man...

Spring Revisit fix for gh-26905 in UriComponentsBuilder

The fix for gh-26905 introduced an unintended behavior change for some ambiguous URL patterns:URI uri = UriComponentsBui...

Spring Update WebMvcConfigurationSupport javadoc for HandlerFunctionAdapter

The Java Doc for org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport doesn't contain complete i...

Spring Add awaitExchangeOrNull extension function to reactive webclient

BackgroundWhen using the awaitExchange extension function on a Kotlin project, I've missed the presence of a awaitExchan...

Spring Remove jackson-module-kotlin warning

The Apollo GraphQL client depends on OkHttp 3 which depends on Kotlin. In a Java-based application, this results in the ...

Spring Support RSS in Spring WebFlux [SPR-15224]

Sébastien Deleuze opened SPR-15224 and commentedNo further details from SPR-15224Comment From: spring-projects-issuesSéb...

Spring spring aop advise not applied for methods invoked from same class

Affects: \2.0.5.RELEASEIssueWhen a method is annotated for Spring AOP, if the method is invoked from the spring bean, th...

Spring Allow logging REST endpoint mappings independent of other log categories

Affects: Spring Web MVC 5.3.3After upgrading from Spring4 to Spring5.3 we face a problem: there is no easy way to log ju...

Spring Create scala.yml

[ #27017 Comment From: pivotal-cla@Yodag7354 Please sign the Contributor License Agreement!Click here to manually synchr...
上一页 下一页
.