Spring StompBrokerRelay doesn't send heartbeats to broker when @MessageMapping handles received messages

I discovered that StompBrokerRelayMessageHandler just forwards all messages from webscoket connection. This includes hea...

Spring Make use of JSONAssert in public API optional

See https://github.com/spring-projects/spring-boot/issues/15967#issuecomment-2025990588 for details.The user is suggesti...

Spring try to solve issue # 32043

Comment From: pivotal-cla@lchwork Please sign the Contributor License Agreement!Click here to manually synchronize the s...

Spring Use Threadlocal.remove() instead of .set(null) in documentation

Hi Team,This PR updates the Spring Framework documentation to recommend using ThreadLocal.remove() instead of ThreadLoca...

Spring Introduce support to return operands and operator of a SpEL expression

Affects: 4.3Introduce support to return operands and operator of a SpEL expression.For example SpEL provides a function ...

Spring HttpComponentsClientHttpRequestFactory add constructor that takes HttpClient

I'd likenew HttpComponentsClientHttpRequestFactory(HttpClients.custom().disableRedirectHandling().build());instead of ...

Spring Revisit validation documentation to better explain when method validation is invoked

Affects: spring-web-6.1.6Hi,I encountered some unexpected behavior with the new built-in handler method validation.In my...

Spring Modernize Antora Build

Use package.json so dependabot can automatically update JS dependenciesUse @springio/antora-extensions (automatically ap...

Spring http trace logging settings adapter

as far as I know one doesn't exist... it's really annoying remembering and figuring out how to do this right for every s...

Spring Use JDBC driver-provided named prepared statements if available

This is to discuss an enhancement.ProblemPostgreSQL JDBC driver team discusses an enhancement so the driver could suppor...

Spring Review Javadoc links in build configuration

Looking at our build config, there are a number of links that we should no longer use as the related feature has changed...

Spring Lazily register DynamicValuesPropertySource in the TestContext framework

OverviewAs a result of commit 6cdb34410bf14aacb08bf9d3b47d22daed821824, the DynamicValuesPropertySource is now eagerly r...

Spring Modernize Antora Build

Use same playbook as docs-buildUse Env Variables to cause partial build (same as docs-build)Use package.json so that dep...

Spring Overridden aspect method runs twice

Affects: 6.1.6If you extend an aspect class and override its method, then this method will be called twice.Example in ko...

Spring Add new method to set default headers in RestClient

MotivationThe RestClient.Builder has a method that takes a parameter of type Consumer<HttpHeaders> to set the defa...

Spring Introduce API for not following redirects in RestClient

I don't see a simple way to tell rest client to not automatically follow redirects, either on a per request way or globa...

Spring Allow ServerHttpObservationFilter to be extended

Spring (Boot) with micrometer(-tracing) nicely propagate traceparent from an HTTP request header into traceId/spanId wit...

Spring @DateTimeFormat(iso = DateTimeFormat.ISO.DATE_TIME) cannot convert UTC without milliseconds to java.util.Date

Affects: 3.1.2@DateTimeFormat(iso = DateTimeFormat.ISO.DATE_TIME) cannot convert ISO date strings to a Date object if th...

Spring IllegalArgumentException: error Type referred to is not an annotation type: Configurable

Affects: 6.1.7We are getting AOP related exception at the start of the Spring Boot application after updating to 6.1.7 f...

Spring Change default phase for STOMP message handling components to be ahead of Boot's WebServerStartStopLifecycle default phase

Affects: >=5.3.3Consider a Spring Boot application with the following websocket configuration class:@Configuration@En...
上一页 下一页
.