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

mperina at redhat.com mperina at redhat.com
Thu Oct 8 11:15:31 UTC 2015


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 at 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 at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Martin Peřina <mperina at redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali at redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo at redhat.com>
Gerrit-Reviewer: automation at ovirt.org



More information about the Engine-commits mailing list