Bring back provider for modifiedFiles

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`
This commit is contained in:
Artem Bilan
2023-08-28 16:11:31 -04:00
parent 205a6dcd43
commit 3f5f32b1e0
2 changed files with 24 additions and 22 deletions

View File

@@ -37,7 +37,8 @@ See, for example, `transformWith()`, `splitWith()` in xref:dsl.adoc#java-dsl[ Ja
See xref:configuration/global-properties.adoc[Global Properties] for more information.
- The `@MessagingGateway` and `GatewayEndpointSpec` provided by the Java DSL now expose the `errorOnTimeout` property of the internal `MethodInvocationGateway` extension of the `MessagingGatewaySupport`.
See xref:gateway.adoc#gateway-no-response[ Gateway Behavior When No response Arrives] for more information.
See xref:gateway.adoc#gateway-no-response[Gateway Behavior When No response Arrives] for more information.
[[x6.2-websockets]]
=== WebSockets Changes
@@ -45,7 +46,6 @@ See xref:gateway.adoc#gateway-no-response[ Gateway Behavior When No response Arr
This strategy determines the behavior when a session's outbound message buffer has reached the configured limit.
See xref:web-sockets.adoc#websocket-client-container-attributes[WebSockets Support] for more information.
[[x6.2-kafka]]
=== Apache Kafka Support Changes