noctarius aka Christoph Engelbert

Results 18 issues of noctarius aka Christoph Engelbert

This contribution adds a support wrapper for pgxpool. Two different execution models are supported. Pool is a direct wrapper of the underlying pgxpool Pool instance and just captures the query...

After upgrading the firmware to 3.1.0.764 (Reolink RLC-510WA) logging in seems to fail. Maybe the login url changed? Happy to help out. Here's the error: ``` Reconnect: Door: Reconnecting in...

Integrate with Hibernate to use snowcast as the generator for entity IDs on first save.

new feature

The internal configuration API for SerializerDefinitions need to be cleaned up and normalized to be easier understandable and intuitive.

Add support to implement custom type introspection algorithms. This could be useful when standard introspection, attribute introspection or manual property assignment seems to be the wrong or difficult way.

Supprot to explicitly choose an implementation of the field accessors. So that if someone wants to force accessing fields by using reflection he can do so.

Add interfaces to make output format customizable (for example xml, json, ...)

When serializing or deserializing an valueobject it should be possible to add pre- and posthooks in form of annotated methods to handle additional behavior. Annotations could be in form of...

Add schema evolution support by either provide "EvolutionProviders" which handle the evolution by some "versioning" or by supporting default values for non existing properties. This will need additional support in...

enhancement