Minimal solution by making LegacyDaoQuerySupport an interface with default methods. Then the legacy feature can be weaved into ApplicationDaoImpl (resp. ApplicationRevisionedDaoImpl). Just an alternative option for #669. Please note that we will have multiple PRs as alternative and have to choose which one to merge and close all others.
Minimal solution by making
LegacyDaoQuerySupport
an interface with default methods. Then the legacy feature can be weaved intoApplicationDaoImpl
(resp.ApplicationRevisionedDaoImpl
). Just an alternative option for #669. Please note that we will have multiple PRs as alternative and have to choose which one to merge and close all others.