hg-ms

Results 16 issues of hg-ms

Currently a storage cannot be started in an read only mode. If a user wants to start a storage e.g. for debugging purposes it is up to the user to...

enhancement

If legacy type mapping is applied to enumerations in a specific way the storage may get corrupted without warning. The corrupted storage is no more loadable, it throws an exception...

bug

Trying to load an existing storage with a missing PersistenceTypeDictionary.ptd causes an unclear exception. Maybe the exception could be improved or the storage initialization could handle the case that storage...

enhancement

Importing a root into a new storage requires the storage to be restarted. Otherwise the storage root stays null. Steps to reproduce: 1. create or start a storage with a...

enhancement

The Manual and JavaDoc related to the method storageManager.storeRoot() may be misleading regarding its usage. We should explicitly state that multiple calls of “storeRoot()” won’t update the whole object graph...

documentation

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...

Our Helidon-MP example currently uses Helidon 2.3.2. When updating to Helidon version 2.5.2 the example will build throw an exception at startup: ``` Exception in thread "main" java.util.ServiceConfigurationError: org.eclipse.microprofile.config.spi.Converter: Provider...

Prevent storage corruption as described in #381 and #432 by throwing an exception in case of enum ordianl changes by automatic legacy type mappings.

A strict read only storage mode that can be enabled/disabled and does not allow any write actions