Closed
Description
Starting with version 6.2
, Spring Integration provides a global configuration property spring.integration.endpoints.defaultTimeout
: https://docs.spring.io/spring-integration/reference/configuration/global-properties.html.
Looks like we are missing to cover it in the IntegrationProperties.Endpoint
and in the IntegrationPropertiesEnvironmentPostProcessor.IntegrationPropertiesPropertySource
.
This is an original issue where we have introduced that property, and we even discuss that a Spring Boot improvement: spring-projects/spring-integration#8704
Let me know and I'll be glad to contribute the fix!
Thanks