elide icon indicating copy to clipboard operation
elide copied to clipboard

ElideSettings should include all the properties from Spring/Standalone startup.

Open moizarafat opened this issue 4 years ago • 0 comments

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.

moizarafat avatar Jan 28 '21 04:01 moizarafat