microstream-one / microstream

High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High Throughput. Minimum of Latencies. Create Ultra-Fast In-Memory Database Applications & Microservices.
https://microstream.one/
Eclipse Public License 2.0
560 stars 44 forks source link

java.util.EnumSet not persistable in java 11 #204

Open hg-ms opened 3 years ago

hg-ms commented 3 years ago

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 commented 3 years ago

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