
Allon Mureinik has submitted this change and it was merged. Change subject: core: Removed JDK7 ConfigurationException ctor ...................................................................... core: Removed JDK7 ConfigurationException ctor Removed ConfigurationException(String, Throwable, boolean, boolean). This constructor was introduced to RuntimeException in JDK7, and having it in the common project breaks JDK6 compatibility[1] required for GWT compilation. [1] http://jenkins.ovirt.org/job/ovirt_engine_animal_sniffer_check/5926/console Change-Id: I057c641a8f05b789bb69e15d524588ba3f0f42fd Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/authentication/ConfigurationException.java 1 file changed, 0 insertions(+), 4 deletions(-) Approvals: Tal Nisan: Looks good to me, approved Juan Hernandez: Looks good to me, but someone else must approve Allon Mureinik: Verified -- To view, visit http://gerrit.ovirt.org/23355 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I057c641a8f05b789bb69e15d524588ba3f0f42fd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Eyal Edri <eedri@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com>