Nineya
Home
Blog
Spring StompBrokerRelay doesn't send heartbeats to broker when @MessageMapping handles received messages
2025-01-08 22:39:46
16654
I discovered that StompBrokerRelayMessageHandler just forwards all messages from webscoket connection. This includes hea...
Spring Make use of JSONAssert in public API optional
2025-01-08 22:39:44
2162
See https://github.com/spring-projects/spring-boot/issues/15967#issuecomment-2025990588 for details.The user is suggesti...
Spring try to solve issue # 32043
2025-01-08 22:39:41
857
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
2025-01-08 22:39:38
882
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
2025-01-08 22:39:36
6467
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
2025-01-08 22:39:33
924
I'd likenew HttpComponentsClientHttpRequestFactory(HttpClients.custom().disableRedirectHandling().build());instead of ...
Spring Revisit validation documentation to better explain when method validation is invoked
2025-01-08 22:39:30
4412
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
2025-01-08 22:39:28
2204
Use package.json so dependabot can automatically update JS dependenciesUse @springio/antora-extensions (automatically ap...
Spring http trace logging settings adapter
2025-01-08 22:39:25
844
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
2025-01-08 22:39:23
8561
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
2025-01-08 22:39:17
137
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
2025-01-08 22:39:15
519
OverviewAs a result of commit 6cdb34410bf14aacb08bf9d3b47d22daed821824, the DynamicValuesPropertySource is now eagerly r...
Spring Modernize Antora Build
2025-01-08 22:39:13
327
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
2025-01-08 22:39:08
1763
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
2025-01-08 22:39:03
1569
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
2025-01-08 22:39:01
7085
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
2025-01-08 22:38:58
3378
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
2025-01-08 22:38:51
18567
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
2025-01-08 22:38:49
12690
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
2025-01-08 22:38:46
12254
Affects: >=5.3.3Consider a Spring Boot application with the following websocket configuration class:@Configuration@En...
上一页
下一页
1
…
1186
1187
1188
1189
1190
…
2246
.