config-metadata.json
lacks configKey for ConfiguredProviders
#8776
Labels
config-metadata.json
lacks configKey for ConfiguredProviders
#8776
Environment Details
Problem Description
ConfiguredProvider defines a method
configKey()
. This key is not reflected anywhere inconfig-metadata.json
For example Http1ProtocolConfigProvider has a configKey of
http_1_1
. But the corresponding entry in config-metadata.json lacks that information:Background
My assumption is that
config-metadata.json
provides the schema for module configuration. It should be possible to derive a skeletonapplication.yaml
using only the information provided inconfig-metadata.json
files. Currently that is not possible due to missingconfigKey
The text was updated successfully, but these errors were encountered: