From d0781606a139f2581e0cbea5bc41744f997b5ee0 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Wed, 13 Apr 2022 11:22:47 -0400 Subject: [PATCH] Update config metadata for polling sources Fixes #247 --- .../dataflow-configuration-metadata-whitelist.properties | 2 +- .../META-INF/dataflow-configuration-metadata.properties | 2 +- .../dataflow-configuration-metadata-whitelist.properties | 2 +- .../META-INF/dataflow-configuration-metadata.properties | 2 +- .../dataflow-configuration-metadata-whitelist.properties | 2 +- .../META-INF/dataflow-configuration-metadata.properties | 2 +- .../dataflow-configuration-metadata-whitelist.properties | 2 +- .../META-INF/dataflow-configuration-metadata.properties | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/applications/source/jdbc-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties b/applications/source/jdbc-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties index 2e085abb..0fbe08c3 100644 --- a/applications/source/jdbc-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties +++ b/applications/source/jdbc-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties @@ -1,5 +1,5 @@ configuration-properties.classes=org.springframework.cloud.fn.supplier.jdbc.JdbcSupplierProperties,\ - org.springframework.cloud.stream.config.DefaultPollerProperties + org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller configuration-properties.names=\ spring.datasource.url,\ spring.datasource.driver-class-name,\ diff --git a/applications/source/jdbc-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties b/applications/source/jdbc-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties index 2e085abb..0fbe08c3 100644 --- a/applications/source/jdbc-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties +++ b/applications/source/jdbc-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties @@ -1,5 +1,5 @@ configuration-properties.classes=org.springframework.cloud.fn.supplier.jdbc.JdbcSupplierProperties,\ - org.springframework.cloud.stream.config.DefaultPollerProperties + org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller configuration-properties.names=\ spring.datasource.url,\ spring.datasource.driver-class-name,\ diff --git a/applications/source/time-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties b/applications/source/time-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties index f62956c8..00b95605 100644 --- a/applications/source/time-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties +++ b/applications/source/time-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties @@ -1,2 +1,2 @@ configuration-properties.classes=org.springframework.cloud.fn.supplier.time.TimeSupplierProperties,\ - org.springframework.cloud.stream.config.DefaultPollerProperties + org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller diff --git a/applications/source/time-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties b/applications/source/time-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties index f62956c8..00b95605 100644 --- a/applications/source/time-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties +++ b/applications/source/time-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties @@ -1,2 +1,2 @@ configuration-properties.classes=org.springframework.cloud.fn.supplier.time.TimeSupplierProperties,\ - org.springframework.cloud.stream.config.DefaultPollerProperties + org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller diff --git a/applications/source/twitter-message-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties b/applications/source/twitter-message-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties index cd892a8b..4614731b 100644 --- a/applications/source/twitter-message-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties +++ b/applications/source/twitter-message-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties @@ -1,4 +1,4 @@ configuration-properties.classes=org.springframework.cloud.fn.common.twitter.TwitterConnectionProperties,\ org.springframework.cloud.fn.supplier.twitter.message.TwitterMessageSupplierProperties, \ - org.springframework.cloud.stream.config.DefaultPollerProperties + org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller diff --git a/applications/source/twitter-message-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties b/applications/source/twitter-message-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties index cd892a8b..4614731b 100644 --- a/applications/source/twitter-message-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties +++ b/applications/source/twitter-message-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties @@ -1,4 +1,4 @@ configuration-properties.classes=org.springframework.cloud.fn.common.twitter.TwitterConnectionProperties,\ org.springframework.cloud.fn.supplier.twitter.message.TwitterMessageSupplierProperties, \ - org.springframework.cloud.stream.config.DefaultPollerProperties + org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller diff --git a/applications/source/twitter-search-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties b/applications/source/twitter-search-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties index 5a241b23..0afc4cd5 100644 --- a/applications/source/twitter-search-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties +++ b/applications/source/twitter-search-source/src/main/resources/META-INF/dataflow-configuration-metadata-whitelist.properties @@ -1,5 +1,5 @@ configuration-properties.classes=org.springframework.cloud.fn.common.twitter.TwitterConnectionProperties,\ org.springframework.cloud.fn.supplier.twitter.status.search.TwitterSearchSupplierProperties, \ org.springframework.cloud.fn.supplier.twitter.status.search.TwitterSearchSupplierProperties$Geocode, \ - org.springframework.cloud.stream.config.DefaultPollerProperties + org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller diff --git a/applications/source/twitter-search-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties b/applications/source/twitter-search-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties index 5a241b23..0afc4cd5 100644 --- a/applications/source/twitter-search-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties +++ b/applications/source/twitter-search-source/src/main/resources/META-INF/dataflow-configuration-metadata.properties @@ -1,5 +1,5 @@ configuration-properties.classes=org.springframework.cloud.fn.common.twitter.TwitterConnectionProperties,\ org.springframework.cloud.fn.supplier.twitter.status.search.TwitterSearchSupplierProperties, \ org.springframework.cloud.fn.supplier.twitter.status.search.TwitterSearchSupplierProperties$Geocode, \ - org.springframework.cloud.stream.config.DefaultPollerProperties + org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller