Norbert Hartl

Results 48 issues of Norbert Hartl

Currently we have persistent dictionary and skip list as data structure. We need a structure that can have multiple indexes. So on creation there is a default index structure and...

Skip list should be usable without keys, just for indexed access which saves a lot of space

The behavior registry now loads all versions for the internal chain. But when writing this chain is not used but the latest entry loaded again from disk. This way it...

JSON schema defines properties for type and some value formats. The code should be flexible enough so it is possible to define custom constraints and add it to a property....

At the moment we only have JSON schema type and value constraints per property. An additional checking of constraints for the resulting object is needed

Since the separation of JSON schema and OpenAPI the exception handling is not working as expected. There are new exception from JSON schema that should be caught as well. Most...