GH-252: Remove legacy config properties metadata files

This commit removes all legacy config props metadata files
named `dataflow-configuration-metadata-whitelist.properties`.

This is safe with respect to SCDF because stream apps 4.x
require SCDF 2.11.x to launch the apps. Therefore, no existing
SCDF customers on an older SCDF version (that only supports
the legacy file) will be impacted - the users will all be on
the latest version of SCDF.

Fixes #252

* Renamed spring-configuration-metadata-whitelist.properties (removed "-whitelist")

* Renamed spring-configuration-metadata.properties to
dataflow-configuration-metadata.properties

* Fix rsocket

* Rsocket props now added back in

* Rename rsocket-sink metadate file to non-legacy format
This commit is contained in:
Chris Bono
2023-06-05 13:35:43 -05:00
committed by GitHub
parent 11be59afd1
commit d7ba24fa01
60 changed files with 0 additions and 179 deletions

View File

@@ -1,4 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.aggregator.AggregatorFunctionProperties,\
org.springframework.boot.autoconfigure.mongo.MongoProperties,\
org.springframework.boot.autoconfigure.data.redis.RedisProperties,\
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.filter.FilterFunctionProperties

View File

@@ -1,3 +0,0 @@
configuration-properties.classes=org.springframework.cloud.stream.app.processor.groovy.GroovyProcessorProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.header.enricher.HeaderEnricherFunctionProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.header.filter.HeaderFilterFunctionProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties,\
org.springframework.boot.autoconfigure.codec.CodecProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=\
org.springframework.cloud.stream.app.processor.image.recognition.ImageRecognitionProcessorProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=\
org.springframework.cloud.stream.app.processor.object.detection.ObjectDetectionProcessorProperties

View File

@@ -1,4 +0,0 @@
configuration-properties.classes=org.springframework.cloud.stream.app.processor.script.ScriptProcessorProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=\
org.springframework.cloud.stream.app.processor.semantic.segmentation.SemanticSegmentationProcessorProperties

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.splitter.SplitterFunctionProperties

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.spel.SpelFunctionProperties

View File

@@ -1,3 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties, \
org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties$Closest

View File

@@ -1,3 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.analytics.AnalyticsConsumerProperties, \
org.springframework.cloud.fn.consumer.analytics.AnalyticsConsumerProperties$MetricsTag

View File

@@ -1,3 +0,0 @@
configuration-properties.classes=CassandraConsumerProperties, \
CassandraClusterProperties, \
org.springframework.boot.autoconfigure.cassandra.CassandraProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.elasticsearch.ElasticsearchConsumerProperties, \
org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.file.FileConsumerProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.ftp.FtpConsumerProperties, \
org.springframework.cloud.fn.common.ftp.FtpSessionFactoryProperties

View File

@@ -1,9 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.jdbc.JdbcConsumerProperties
configuration-properties.names=\
spring.datasource.url,\
spring.datasource.driver-class-name,\
spring.datasource.username,\
spring.datasource.password,\
spring.datasource.schema,\
spring.datasource.data,\
spring.datasource.initialization-mode

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.log.LogConsumerProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.mongo.MongoDbConsumerProperties,\
org.springframework.boot.autoconfigure.mongo.MongoProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.mqtt.MqttConsumerProperties,\
org.springframework.cloud.fn.common.mqtt.MqttProperties

View File

@@ -1,6 +0,0 @@
configuration-properties.classes=org.springframework.cloud.stream.app.pgcopy.sink.PgcopySinkProperties
configuration-properties.names=\
spring.datasource.url,\
spring.datasource.driver-class-name,\
spring.datasource.username,\
spring.datasource.password

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.rabbit.RabbitConsumerProperties, \
org.springframework.boot.autoconfigure.amqp.RabbitProperties

View File

@@ -1,5 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.redis.RedisConsumerProperties, \
org.springframework.boot.autoconfigure.data.redis.RedisProperties, \
org.springframework.boot.autoconfigure.data.redis.RedisProperties$Pool, \
org.springframework.boot.autoconfigure.data.redis.RedisProperties$Sentinel

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.stream.app.sink.router.RouterSinkProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.s3.AwsS3ConsumerProperties,\
org.springframework.cloud.fn.common.aws.s3.AmazonS3Properties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.sftp.SftpConsumerProperties, \
org.springframework.cloud.fn.consumer.sftp.SftpConsumerProperties$Factory

View File

@@ -1,3 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.tcp.TcpConsumerProperties,\
org.springframework.cloud.fn.common.tcp.TcpConnectionFactoryProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.stream.app.sink.throughput.ThroughputSinkProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.twitter.message.TwitterMessageConsumerProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.twitter.status.update.TwitterUpdateConsumerProperties, \
org.springframework.cloud.fn.consumer.twitter.status.update.TwitterUpdateConsumerProperties$Location

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.wavefront.WavefrontConsumerProperties

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.websocket.WebsocketConsumerProperties

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.xmpp.XmppConsumerProperties,org.springframework.cloud.fn.common.xmpp.XmppConnectionFactoryProperties

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.zeromq.ZeroMqConsumerProperties

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.common.debezium.DebeziumProperties,org.springframework.cloud.fn.supplier.debezium.DebeziumSupplierProperties

View File

@@ -1,10 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.file.FileSupplierProperties,\
org.springframework.cloud.fn.common.file.FileConsumerProperties, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Gemfire, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Redis, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$DynamoDb, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Jdbc, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Zookeeper, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Mongo

View File

@@ -1,10 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.ftp.FtpSupplierProperties, \
org.springframework.cloud.fn.common.ftp.FtpSessionFactoryProperties, \
org.springframework.cloud.fn.common.file.FileConsumerProperties, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Gemfire, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Redis, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$DynamoDb, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Jdbc, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Zookeeper, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Mongo \

View File

@@ -1,3 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.http.HttpSupplierProperties,\
org.springframework.cloud.fn.supplier.http.HttpSupplierProperties$Cors
configuration-properties.names=server.port

View File

@@ -1,10 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.jdbc.JdbcSupplierProperties,\
org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller
configuration-properties.names=\
spring.datasource.url,\
spring.datasource.driver-class-name,\
spring.datasource.username,\
spring.datasource.password,\
spring.datasource.schema,\
spring.datasource.data,\
spring.datasource.initialization-mode

View File

@@ -1,3 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.jms.JmsSupplierProperties,\
org.springframework.boot.autoconfigure.jms.JmsProperties,\
org.springframework.boot.autoconfigure.jms.JmsProperties$Listener

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.stream.app.source.load.generator.LoadGeneratorSourceProperties

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.mail.MailSupplierProperties

View File

@@ -1,3 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.mongo.MongodbSupplierProperties,\
org.springframework.boot.autoconfigure.mongo.MongoProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.mqtt.MqttSupplierProperties,\
org.springframework.cloud.fn.common.mqtt.MqttProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.rabbit.RabbitSupplierProperties, \
org.springframework.boot.autoconfigure.amqp.RabbitProperties

View File

@@ -1,10 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.s3.AwsS3SupplierProperties,\
org.springframework.cloud.fn.common.file.FileConsumerProperties,\
org.springframework.cloud.fn.common.aws.s3.AmazonS3Properties, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Gemfire, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Redis, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$DynamoDb, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Jdbc, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Zookeeper, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Mongo \

View File

@@ -1,11 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.sftp.SftpSupplierProperties, \
org.springframework.cloud.fn.supplier.sftp.SftpSupplierProperties$Factory, \
org.springframework.cloud.fn.supplier.sftp.SftpSupplierProperties$SortSpec, \
org.springframework.cloud.fn.common.file.FileConsumerProperties, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Gemfire, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Redis, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$DynamoDb, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Jdbc, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Zookeeper, \
org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Mongo \

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.syslog.SyslogSupplierProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.tcp.TcpSupplierProperties,\
org.springframework.cloud.fn.common.tcp.TcpConnectionFactoryProperties

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.time.TimeSupplierProperties,\
org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller

View File

@@ -1,4 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.common.twitter.TwitterConnectionProperties,\
org.springframework.cloud.fn.supplier.twitter.message.TwitterMessageSupplierProperties, \
org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller

View File

@@ -1,5 +0,0 @@
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.boot.autoconfigure.integration.IntegrationProperties$Poller

View File

@@ -1,5 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.common.twitter.TwitterConnectionProperties,\
org.springframework.cloud.fn.supplier.twitter.status.stream.TwitterStreamSupplierProperties, \
org.springframework.cloud.fn.supplier.twitter.status.stream.TwitterStreamSupplierProperties$Filter, \
org.springframework.cloud.fn.supplier.twitter.status.stream.TwitterStreamSupplierProperties$Filter$BoundingBox, \
org.springframework.cloud.fn.supplier.twitter.status.stream.TwitterStreamSupplierProperties$Filter$Geocode

View File

@@ -1,2 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.websocket.WebsocketSupplierProperties,\
org.springframework.cloud.fn.supplier.websocket.WebsocketSupplierProperties$SockJs

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.xmpp.XmppSupplierProperties,org.springframework.cloud.fn.common.xmpp.XmppConnectionFactoryProperties

View File

@@ -1 +0,0 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.zeromq.ZeroMqSupplierProperties