elide
elide copied to clipboard
ElideSettings should include all the properties from Spring/Standalone startup.
Currently, ElideSettings only expose a limited set of properties. It will be nice to include all the settings that were provided during application startup through Standalone Setting or Spring Application Properties/YAML.
Expected Behavior
Include all settings/properties.
Current Behavior
Only a limited set of properties are exposed.
Context
For example: TableExportHook has access to Elide and ElideSettings object but a particular validation needs access to enableExport flag.