From commits-return-18340-archive-asf-public=cust-asf.ponee.io@struts.apache.org Thu Feb 14 06:21:16 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4F8C6180626 for ; Thu, 14 Feb 2019 07:21:16 +0100 (CET) Received: (qmail 5724 invoked by uid 500); 14 Feb 2019 06:21:15 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 5715 invoked by uid 99); 14 Feb 2019 06:21:15 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2019 06:21:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BA09D82E1D; Thu, 14 Feb 2019 06:21:14 +0000 (UTC) Date: Thu, 14 Feb 2019 06:21:14 +0000 To: "commits@struts.apache.org" Subject: [struts] branch master updated: 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). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155012527449.19778.4985804857900351271@gitbox.apache.org> From: lukaszlenart@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: struts X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9a14323a6a6414f845f240c8463503e0c940cec6 X-Git-Newrev: a2ba5a0e62e6daec6db07ec4f9162debe4a7e8ac X-Git-Rev: a2ba5a0e62e6daec6db07ec4f9162debe4a7e8ac X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git The following commit(s) were added to refs/heads/master by this push: new a2ba5a0 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). new 3ee47f1 Merge pull request #335 from JCgH4164838Gh792C124B5/localS2_26x_Appfix2 a2ba5a0 is described below commit a2ba5a0e62e6daec6db07ec4f9162debe4a7e8ac Author: JCgH4164838Gh792C124B5 <43964333+JCgH4164838Gh792C124B5@users.noreply.github.com> AuthorDate: Thu Feb 14 01:03:44 2019 -0500 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 a3c8341..c0b9023 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