-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
has: breaking-changeAn issue that is associated with a breaking change.An issue that is associated with a breaking change.status: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedtype: enhancementA general enhancementA general enhancement
Description
This actually a follow up on #4666 to allow users to leverage the MongoDB disk usage defaults when working with the @Meta
annotation which defaults allowDiskUse
to false
.
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.
String allowDiskUse() default "";
Metadata
Metadata
Assignees
Labels
has: breaking-changeAn issue that is associated with a breaking change.An issue that is associated with a breaking change.status: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedtype: enhancementA general enhancementA general enhancement