Skip to content

Refactor all usages of Librador 1.0.2-SNAPSHOT7

Chris Lemaire requested to merge update-librador-1.0.2-SNAPSHOT7 into development

Librador 1.0.2-SNAPSHOT7 contains a number of pressing changes that require large refactorings.

Main change is that ApplicationContext, Errors, etc. no longer need to be wired by us. These can now be wired by Librador.

Another important change is that we no longer need to register ID Mappings individually in the patches/creates they are used in. These can now all be globally declared in an IdMapperBuilder bean.

Edited by Chris Lemaire

Merge request reports