From a2ba5a0e62e6daec6db07ec4f9162debe4a7e8ac Mon Sep 17 00:00:00 2001 From: JCgH4164838Gh792C124B5 <43964333+JCgH4164838Gh792C124B5@users.noreply.github.com> Date: Thu, 14 Feb 2019 01:03:44 -0500 Subject: [PATCH] Fix 2.6 Showcase bean-validator Java 11 failures. The 2.6 Showcase application is throwing JAXB-classloading-related failures when deployed to a container running Java 11. The stacktrace indicates the issues relate to the bean-validator and Hibernate-Validator (but no issues with Java 8). Proposed fix: 1) Upgrade Showcase from 5.1.3.Final to 5.4.3.Final (most recent available). 2) Upgrade bean-validator from 5.4.1-Final to 5.4.3.Final (to match versions). --- apps/showcase/pom.xml | 2 +- plugins/bean-validation/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index a3c83414d..c0b902366 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -158,7 +158,7 @@ org.hibernate hibernate-validator - 5.1.3.Final + 5.4.3.Final