oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

#669: minimal and pragmatic solution #675

Closed hohwille closed 5 years ago

hohwille commented 5 years ago

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.