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:
@@ -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
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.filter.FilterFunctionProperties
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.stream.app.processor.groovy.GroovyProcessorProperties
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.header.enricher.HeaderEnricherFunctionProperties
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.header.filter.HeaderFilterFunctionProperties
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties,\
|
||||
org.springframework.boot.autoconfigure.codec.CodecProperties
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=\
|
||||
org.springframework.cloud.stream.app.processor.image.recognition.ImageRecognitionProcessorProperties
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=\
|
||||
org.springframework.cloud.stream.app.processor.object.detection.ObjectDetectionProcessorProperties
|
||||
@@ -1,4 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.stream.app.processor.script.ScriptProcessorProperties
|
||||
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=\
|
||||
org.springframework.cloud.stream.app.processor.semantic.segmentation.SemanticSegmentationProcessorProperties
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.splitter.SplitterFunctionProperties
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.spel.SpelFunctionProperties
|
||||
@@ -1,3 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties, \
|
||||
org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties$Closest
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.analytics.AnalyticsConsumerProperties, \
|
||||
org.springframework.cloud.fn.consumer.analytics.AnalyticsConsumerProperties$MetricsTag
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
configuration-properties.classes=CassandraConsumerProperties, \
|
||||
CassandraClusterProperties, \
|
||||
org.springframework.boot.autoconfigure.cassandra.CassandraProperties
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.elasticsearch.ElasticsearchConsumerProperties, \
|
||||
org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.file.FileConsumerProperties
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.ftp.FtpConsumerProperties, \
|
||||
org.springframework.cloud.fn.common.ftp.FtpSessionFactoryProperties
|
||||
@@ -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
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.log.LogConsumerProperties
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.mongo.MongoDbConsumerProperties,\
|
||||
org.springframework.boot.autoconfigure.mongo.MongoProperties
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.mqtt.MqttConsumerProperties,\
|
||||
org.springframework.cloud.fn.common.mqtt.MqttProperties
|
||||
@@ -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
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.rabbit.RabbitConsumerProperties, \
|
||||
org.springframework.boot.autoconfigure.amqp.RabbitProperties
|
||||
@@ -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
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.stream.app.sink.router.RouterSinkProperties
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.rsocket.RsocketConsumerProperties
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.s3.AwsS3ConsumerProperties,\
|
||||
org.springframework.cloud.fn.common.aws.s3.AmazonS3Properties
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.sftp.SftpConsumerProperties, \
|
||||
org.springframework.cloud.fn.consumer.sftp.SftpConsumerProperties$Factory
|
||||
@@ -1,3 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.tcp.TcpConsumerProperties,\
|
||||
org.springframework.cloud.fn.common.tcp.TcpConnectionFactoryProperties
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.stream.app.sink.throughput.ThroughputSinkProperties
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.twitter.message.TwitterMessageConsumerProperties
|
||||
|
||||
@@ -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
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.wavefront.WavefrontConsumerProperties
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.websocket.WebsocketConsumerProperties
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.xmpp.XmppConsumerProperties,org.springframework.cloud.fn.common.xmpp.XmppConnectionFactoryProperties
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.consumer.zeromq.ZeroMqConsumerProperties
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.common.debezium.DebeziumProperties,org.springframework.cloud.fn.supplier.debezium.DebeziumSupplierProperties
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.stream.app.source.load.generator.LoadGeneratorSourceProperties
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.supplier.mail.MailSupplierProperties
|
||||
@@ -1,3 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.supplier.mongo.MongodbSupplierProperties,\
|
||||
org.springframework.boot.autoconfigure.mongo.MongoProperties
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.supplier.mqtt.MqttSupplierProperties,\
|
||||
org.springframework.cloud.fn.common.mqtt.MqttProperties
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.supplier.rabbit.RabbitSupplierProperties, \
|
||||
org.springframework.boot.autoconfigure.amqp.RabbitProperties
|
||||
@@ -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 \
|
||||
@@ -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 \
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.supplier.syslog.SyslogSupplierProperties
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.supplier.tcp.TcpSupplierProperties,\
|
||||
org.springframework.cloud.fn.common.tcp.TcpConnectionFactoryProperties
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.supplier.time.TimeSupplierProperties,\
|
||||
org.springframework.boot.autoconfigure.integration.IntegrationProperties$Poller
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -1,2 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.supplier.websocket.WebsocketSupplierProperties,\
|
||||
org.springframework.cloud.fn.supplier.websocket.WebsocketSupplierProperties$SockJs
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.supplier.xmpp.XmppSupplierProperties,org.springframework.cloud.fn.common.xmpp.XmppConnectionFactoryProperties
|
||||
@@ -1 +0,0 @@
|
||||
configuration-properties.classes=org.springframework.cloud.fn.supplier.zeromq.ZeroMqSupplierProperties
|
||||
Reference in New Issue
Block a user