Lightning
Lightning copied to clipboard
Lightning fast Java Serialization
Bumps [jgroups](https://github.com/belaban/JGroups) from 3.0.4.Final to 4.0.0.Final. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 2.5.6 to 5.3.18. Release notes Sourced from spring-beans's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...
Bumps [junit](https://github.com/junit-team/junit4) from 4.9 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
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...
Adding support for (de-)serialization in BigMemory like directly allocated memory. This could be used as fast and No-GC valueobject only cache.