Allon Mureinik has submitted this change and it was merged.
Change subject: core: GlusterGeoRepUtil predicates
......................................................................
core: GlusterGeoRepUtil predicates
Replaced the usage of org.ovirt.engine.core.utils.linq.Predicate with
the modern java.util.function.Predicate.
This patch is a minimalistic in-place replacement of two similar
interfaces. Following patches will update, clean up and modernize the
code where possible.
Change-Id: I83101d123e74b21afa6cf7f76b1d1e05294fc423
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GetGlusterGeoReplicationEligibleVolumesQuery.java
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GetNonEligibilityReasonsOfVolumeForGeoRepSessionQuery.java
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/utils/GlusterGeoRepUtil.java
3 files changed, 16 insertions(+), 16 deletions(-)
Approvals:
Tal Nisan: Looks good to me, approved
anmolbabu: Looks good to me, but someone else must approve
Allon Mureinik: Verified; Passed CI tests
Sahina Bose: Looks good to me, but someone else must approve
--
To view, visit
https://gerrit.ovirt.org/48948
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I83101d123e74b21afa6cf7f76b1d1e05294fc423
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sahina Bose <sabose(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: anmolbabu <anbabu(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>