Change in ovirt-engine[master]: dao: Avoid Java 8 constructs in VmDynamicDaoImpl

Arik Hadas has submitted this change and it was merged. Change subject: dao: Avoid Java 8 constructs in VmDynamicDaoImpl ...................................................................... dao: Avoid Java 8 constructs in VmDynamicDaoImpl Removing Java 8 constructs from VmDynamicDaoImpl, because they are not currently supported in DAOs and cause DAO tests to fail. Change-Id: I64a396986c98ddf7640737bf4b5b9b25ad84874c Signed-off-by: Shmuel Melamud <smelamud@redhat.com> --- M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VmDynamicDaoImpl.java 1 file changed, 15 insertions(+), 4 deletions(-) Approvals: Eli Mesika: Looks good to me, approved Jenkins CI: Passed CI tests Shmuel Leib Melamud: Verified Arik Hadas: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/52809 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I64a396986c98ddf7640737bf4b5b9b25ad84874c Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shmuel Leib Melamud <smelamud@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Shmuel Leib Melamud <smelamud@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
ahadas@redhat.com