Skip to content

Bump the Librador version in Labracore

Chris Lemaire requested to merge bump-librador-for-performance into development

This bump gets rid of horrrible performance issues we were suffering due to the creation of many many ModelMappers through ModelMapper building. This MR also sets the ModelMapper to map through exact or 'strict' matching, this causes it to only map fields to other fields if said fields have exactly the same name, rather than a similar name.

Merge request reports

Loading