You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: