microstream icon indicating copy to clipboard operation
microstream copied to clipboard

java.util.EnumSet not persistable in java 11

Open hg-ms opened this issue 5 years ago • 1 comments

The java.util.EnumSet is not persisted correctly in java 11, using java 8 everthing is fine.

this issue may be related to our Forum: https://forum.microstream.one/?qa=215/enumset-of-supported

After comparing java sourcecode 1.8 and 11: Those funny JAVA Guys made all fields of the EnumSet transient...

hg-ms avatar Jan 12 '21 15:01 hg-ms

The java.util.EnumMap<K, V> most likely is affected too ...

hg-ms avatar Jan 12 '21 15:01 hg-ms