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
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
We've recently upgraded from 6.0.x to 6.1.2, and were surprised that the server wouldn't start because of a missing configuration key. We use a custom configuration file that was sufficient for 6.0.x.
Our error:
Error: Configuration property "Cache.options.processor" is not defined
We added Cache.options.processor.putWhitelist to our configuration file and everything is working fine. Perhaps a better workaround for us would be to stop using a configuration file, and switch to using command line flags.
I'm creating a bug because this was a surprise, and if the config key has a valid default value, then we shouldn't be required to explicitly put it into our configuration.