diff Engine
@ConfigurationValue(path = "botcommands.application.diffEngine", defaultValue = "new" )
@DeprecatedValue(reason = "Moved to the 'cache' prefix", replacement = "botcommands.application.cache.diffEngine" )
Deprecated
Moved to 'diffEngine' of the 'cache' property
Replace with
cache?.diffEngine
Content copied to clipboard
The diff engine to use when comparing old and new application commands, to determine if commands needs to be updated.
Only change this if necessary.
Default: DiffEngine.NEW
Spring property: botcommands.application.diffEngine