This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 8c33b7beb1a CAMEL-18380: camel-kafka: Support using TypeConverter as a
fallback in the header serializer (#8146)
new f2d2db87219 CAMEL-15520: removed the deprecated option
connectTimeoutMillis from camel-consul
new 4c5e57c9d6e CAMEL-15520: removed the deprecated option
readTimeoutMillis from camel-consul
new e6558c05796 CAMEL-15520: removed the deprecated option
writeTimeoutMillis from camel-consul
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/camel/catalog/components/consul.json | 6 -
.../consul/ConsulComponentConfigurer.java | 18 --
.../component/consul/ConsulEndpointConfigurer.java | 18 --
.../component/consul/ConsulEndpointUriFactory.java | 5 +-
.../ConsulServiceDiscoveryFactoryConfigurer.java | 36 +--
.../org/apache/camel/component/consul/consul.json | 6 -
.../consul/ConsulClientConfiguration.java | 60 +---
.../cloud/ConsulServiceDiscoveryFactory.java | 26 +-
.../consul/cloud/ConsulServiceRegistry.java | 25 +-
.../consul/cluster/ConsulClusterService.java | 26 +-
.../ROOT/pages/camel-3x-upgrade-guide-3_19.adoc | 19 ++
.../dsl/ConsulComponentBuilderFactory.java | 54 ----
.../endpoint/dsl/ConsulEndpointBuilderFactory.java | 312 ---------------------
13 files changed, 81 insertions(+), 530 deletions(-)