Add new visible properties metadata file

This commit is contained in:
David Turanski
2020-07-29 14:41:27 -04:00
committed by Soby Chacko
parent 7d4e5a9ea0
commit a68c7c96f6
51 changed files with 144 additions and 2 deletions

View File

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

View File

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

View File

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

View File

@@ -0,0 +1 @@
configuration-properties.classes=org.springframework.cloud.stream.app.processor.http.request.HttpRequestProcessorProperties

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,5 @@
configuration-properties.classes=org.springframework.cloud.fn.consumer.geode.GeodeConsumerProperties,\
org.springframework.cloud.fn.common.geode.GeodeRegionProperties,\
org.springframework.cloud.fn.common.geode.GeodePoolProperties,\
org.springframework.cloud.fn.common.geode.GeodeSecurityProperties,\
org.springframework.cloud.fn.common.geode.GeodeSslProperties

View File

@@ -0,0 +1,9 @@
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

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,5 @@
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

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

View File

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

View File

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

View File

@@ -0,0 +1,9 @@
configuration-properties.classes=org.springframework.cloud.fn.tasklauncher.TaskLauncherFunctionProperties,\
org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties,\
org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties$Authentication,\
org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties$Authentication$Basic,\
org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties$Authentication$Oauth2,\
org.springframework.cloud.stream.app.tasklauncher.sink.TriggerProperties

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,2 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.file.FileSupplierProperties,\
org.springframework.cloud.fn.common.file.FileConsumerProperties

View File

@@ -0,0 +1,3 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.ftp.FtpSupplierProperties, \
org.springframework.cloud.fn.common.ftp.FtpSessionFactoryProperties, \
org.springframework.cloud.fn.common.file.FileConsumerProperties

View File

@@ -0,0 +1,6 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.geode.GeodeSupplierProperties,\
org.springframework.cloud.fn.common.geode.GeodeClientCacheProperties,\
org.springframework.cloud.fn.common.geode.GeodeRegionProperties,\
org.springframework.cloud.fn.common.geode.GeodePoolProperties,\
org.springframework.cloud.fn.common.geode.GeodeSecurityProperties,\
org.springframework.cloud.fn.common.geode.GeodeSslProperties

View File

@@ -0,0 +1,3 @@
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

@@ -0,0 +1,10 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.jdbc.JdbcSupplierProperties,\
org.springframework.cloud.stream.config.DefaultPollerProperties
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

@@ -0,0 +1,3 @@
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

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
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

View File

@@ -0,0 +1,3 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.sftp.SftpSupplierProperties, \
org.springframework.cloud.fn.supplier.sftp.SftpSupplierProperties$Factory,\
org.springframework.cloud.fn.common.file.FileConsumerProperties

View File

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

View File

@@ -0,0 +1,2 @@
configuration-properties.classes=org.springframework.cloud.fn.supplier.time.TimeSupplierProperties,\
org.springframework.cloud.stream.config.DefaultPollerProperties

View File

@@ -0,0 +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

View File

@@ -0,0 +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

View File

@@ -0,0 +1,5 @@
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

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

View File

@@ -22,8 +22,8 @@
<stream-apps-core.version>${project.version}</stream-apps-core.version>
<java-functions.version>1.0.0-SNAPSHOT</java-functions.version>
<scst-app-maven-plugin.version>2.0.0.BUILD-SNAPSHOT</scst-app-maven-plugin.version>
<app-metadata-maven-plugin-version>2.0.1.RELEASE</app-metadata-maven-plugin-version>
<stream-apps-docs-plugin.version>3.0.0.M1</stream-apps-docs-plugin.version>
<app-metadata-maven-plugin-version>2.0.1.BUILD-SNAPSHOT</app-metadata-maven-plugin-version>
<stream-apps-docs-plugin.version>3.0.0.BUILD-SNAPSHOT</stream-apps-docs-plugin.version>
<spring-cloud-stream.version>3.0.2.RELEASE</spring-cloud-stream.version>
<spring-cloud-function-dependencies.version>3.0.9.RELEASE</spring-cloud-function-dependencies.version>
<spring-cloud-dependencies.version>Hoxton.SR7</spring-cloud-dependencies.version>