Change in ovirt-engine[master]: core: StorageDomainDaoImpl streaming API

Allon Mureinik has submitted this change and it was merged. Change subject: core: StorageDomainDaoImpl streaming API ...................................................................... core: StorageDomainDaoImpl streaming API With the upgrade of the Spring framework to 4.2.4 (in commit 38d542e9b170bda3966d58a283ffb96014d666d1), the DAO tests now support Java 8 bytecode, allowing us to remove the ugly hack introduced in patch 2371f34b0904041e8c1a14ba4157d4c7f162a09d and replace it with a clean, readable, usage of the streaming API. Change-Id: Iae6ab3c499dd31d4be66fcf697c4857a83ae75b8 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/StorageDomainDaoImpl.java 1 file changed, 1 insertion(+), 6 deletions(-) Approvals: Tal Nisan: Looks good to me, approved Allon Mureinik: Verified; Passed CI tests -- To view, visit https://gerrit.ovirt.org/52958 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iae6ab3c499dd31d4be66fcf697c4857a83ae75b8 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Martin Sivák <msivak@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
amureini@redhat.com