Change in ovirt-engine[master]: restapi: Replace JAXB version provided by JBoss

juan.hernandez at redhat.com juan.hernandez at redhat.com
Thu Aug 21 09:12:55 UTC 2014


Juan Hernandez has submitted this change and it was merged.

Change subject: restapi: Replace JAXB version provided by JBoss
......................................................................


restapi: Replace JAXB version provided by JBoss

The version of the JAXB implementation provided by the application
server is 2.2.4, and it contains a bug that can cause a NPE:

  https://java.net/jira/browse/JAXB-860

Luckily this bug isn't currently triggered by the engine, but it will be
once the following patch is merged:

  http://gerrit.ovirt.org/30189

To avoid this issue this patch upgrades the version used by the engine
and adds a module that replaces the one provided by the application
server with a newer version of JAXB that isn't affected by the bug.

Change-Id: I3780ed6f54316482eb5e4cb77fd58b3ec2f59847
Signed-off-by: Juan Hernandez <juan.hernandez at redhat.com>
---
M backend/manager/dependencies/pom.xml
A backend/manager/dependencies/src/main/modules/com/sun/xml/bind/main/module.xml
M backend/manager/modules/restapi/jaxrs/pom.xml
M pom.xml
4 files changed, 85 insertions(+), 1 deletion(-)

Approvals:
  Juan Hernandez: Verified; Looks good to me, approved



-- 
To view, visit http://gerrit.ovirt.org/30713
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3780ed6f54316482eb5e4cb77fd58b3ec2f59847
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Eyal Edri <eedri at redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Martin Betak <mbetak at redhat.com>
Gerrit-Reviewer: Ori Liel <oliel at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the Engine-commits mailing list