Redesign allowDiskUse attribute of Meta annotation. #4667
Labels
has: breaking-change
An issue that is associated with a breaking change.
status: pending-design-work
Needs design work before any code can be developed
type: enhancement
A general enhancement
This actually a follow up on #4666 to allow users to leverage the MongoDB disk usage defaults when working with the
@Meta
annotation which defaultsallowDiskUse
tofalse
.With the current arrangement we cannot simply change the attribute as this would require a type switch (to
String
maybe as outlined below) and come with a behaviour change if we switch the default.The text was updated successfully, but these errors were encountered: