Change in ovirt-engine[master]: core: Disable warnings about private modules

Martin Peřina has submitted this change and it was merged. Change subject: core: Disable warnings about private modules ...................................................................... core: Disable warnings about private modules The application server marks its modules as "private" using the "jaxb.api" property: <property name="jboss.api" value="private"/> When one of these "private" modules is used by an application the server issues the following warning during deployment of the application: JBAS018567: Deployment "deployment.myapp.ear" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice. We are well aware of this, and we don't consider it problematic. This patch modifies the configuration of the logging subsystem so that warnings issued for that category will be ignred. Change-Id: I28ba11f34f1864500cf9e6f69b6765c3049cdf3e Bug-Url: https://bugzilla.redhat.com/1269413 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M packaging/services/ovirt-engine/ovirt-engine.xml.in 1 file changed, 8 insertions(+), 0 deletions(-) Approvals: Sandro Bonazzola: Looks good to me, but someone else must approve Martin Peřina: Looks good to me, approved Juan Hernandez: Verified Jenkins CI: Passed CI tests Oved Ourfali: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/47111 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I28ba11f34f1864500cf9e6f69b6765c3049cdf3e Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
mperina@redhat.com