You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out Antora build fails on `grgit.status()`
therefore we have to defer its evaluation until the
`updateCopyrights` is called
* Fix some typos in `whats-new.adoc`
Copy file name to clipboardExpand all lines: src/reference/antora/modules/ROOT/pages/whats-new.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ See, for example, `transformWith()`, `splitWith()` in xref:dsl.adoc#java-dsl[ Ja
37
37
See xref:configuration/global-properties.adoc[Global Properties] for more information.
38
38
39
39
- The `@MessagingGateway` and `GatewayEndpointSpec` provided by the Java DSL now expose the `errorOnTimeout` property of the internal `MethodInvocationGateway` extension of the `MessagingGatewaySupport`.
40
-
See xref:gateway.adoc#gateway-no-response[ Gateway Behavior When No response Arrives] for more information.
40
+
See xref:gateway.adoc#gateway-no-response[Gateway Behavior When No response Arrives] for more information.
41
+
41
42
[[x6.2-websockets]]
42
43
=== WebSockets Changes
43
44
44
45
- For the server and client WebSocket containers, the send buffer overflow strategy is now configurable in `IntegrationWebSocketContainer` and in XML via `send-buffer-overflow-strategy`.
45
46
This strategy determines the behavior when a session's outbound message buffer has reached the configured limit.
46
47
See xref:web-sockets.adoc#websocket-client-container-attributes[WebSockets Support] for more information.
0 commit comments