Rework infra logic onto IntegrationProperties (#3881)

* Rework infra logic onto IntegrationProperties

The `Properties` bean has been deprecated since `5.5`

* Register a default `integrationGlobalProperties` as a `IntegrationProperties`
* Fix respective usages from the `Properties`

* * Remove unused constant from the `IntegrationContextUtils`

* * Fix language in the `whats-new.adoc`

Co-authored-by: Gary Russell <grussell@vmware.com>

Co-authored-by: Gary Russell <grussell@vmware.com>
This commit is contained in:
Artem Bilan
2022-09-06 10:50:34 -04:00
committed by GitHub
parent 8d241c60d2
commit 15e89c3b62
14 changed files with 105 additions and 156 deletions

View File

@@ -60,6 +60,8 @@ All Spring Integration async API has been migrated to the `CompletableFuture`.
See <<./gateway.adoc#gw-completable-future, CompletableFuture support>> for more information.
The `integrationGlobalProperties` bean is now declared by the framework as an instance of `org.springframework.integration.context.IntegrationProperties` instead of the previously deprecated `java.util.Properties`.
[[x6.0-http]]
=== HTTP Changes