NEBA 5.1.1 released

NEBA 5.1.1 further improves the JSON views introduced with NEBA 5.1.0. The views now work with the Jackson libraries shipped out of the box with Sling Models and allow selectively overriding the default export servlet of the Sling Models Exporter framework where needed.

Furthermore, NEBA now also performs type derivation from wildcard types for resource-to-model mapping, like so:

@Children
List<? extends SomeType>

This is especially important when using Kotlin, where unmodifiable collections are automatically compiled from Collection<X> to Collection<? extends X>

Release notes

Improvements

    Fixed bugs

      Upgrading from 5.1.0

      Users of 5.1.0 can upgrade to 5.1.1 without code changes.

      Upgrading from previous versions

      Please use the below form to see the upgrade path from one version of NEBA to another.

      See changes required when upgrading