Spring 4.1.3 introduced support for EnumSet and EnumMap in CollectionFactory. So once we upgrade to the 4.1.x line we could drop our custom implementation that currently handles this
Issue Links:
DATAMONGO-1192 Switch back to Spring 4.1's CollectionFactory
SPR-12483 Default conversion support for EnumSet / EnumMap
Oliver Drotbohm opened DATACMNS-613 and commented
Spring 4.1.3 introduced support for
EnumSet
andEnumMap
inCollectionFactory
. So once we upgrade to the 4.1.x line we could drop our custom implementation that currently handles thisIssue Links:
DATAMONGO-1192 Switch back to Spring 4.1's CollectionFactory
SPR-12483 Default conversion support for EnumSet / EnumMap
Referenced from: commits ffbaedd
The text was updated successfully, but these errors were encountered: