This property has been deprecated and will be removed in a future version.
Use spring.autoconfigure.exclude instead.
Reason:
The property was removed due to changes in the implementation. The
metadata schema is now auto configured by
'com.coremedia.caas.web.metadata.MetadataAutoConfiguration' and is
enabled by default. To disabled it, add the auto configuration class
to the corresponding Spring property.
caas.metadata.property-mapping-default-filename
Type
String
Default
propertyMapping.json
Description
Name of the default property mapping definition file
To disable the feature 'metadata-query-root' add the class
'com.coremedia.caas.web.metadata.MetadataAutoConfiguration' to
'spring.autoconfigure.exclude'.