MT
MT
Instead of a wrapping CachedStore that will hold all objects in memory over time, this uses a configurable Cache, for resolved ids. Further changes: - Removed NsIdRef-annotation because it hinders...
This pr makes the CentralRegistry obsolete, by resolving ids directly from the storage. Before, the CentralResgistry held all objects in Memory so no memory optimized caching is possible. Removing the...
Adds a customizable caching layer in front of the serializing store. Before only a load-everything-into-ram-once layer existed. Todo: - Test - Configuration documentation - CentralRegistry rewrite (register stores instead of...
Currently the admin servlet does not really support a configuration like this: ```json "server": { "adminContextPath": "/test", "applicationContextPath": "/test" } ``` where the wohle servlet is mounted under a subpath....
Adds a test that reconnects a shard. Currently the problem ist, that we cannot easily verify that a connected Shard is a new one or a reconnected one.