From dev-return-6417-archive-asf-public=cust-asf.ponee.io@any23.apache.org Thu Nov 8 18:55:04 2018 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 8BEF518067E for ; Thu, 8 Nov 2018 18:55:03 +0100 (CET) Received: (qmail 99428 invoked by uid 500); 8 Nov 2018 17:55:02 -0000 Mailing-List: contact dev-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@any23.apache.org Delivered-To: mailing list dev@any23.apache.org Received: (qmail 99417 invoked by uid 99); 8 Nov 2018 17:55:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2018 17:55:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 5827BC0528 for ; Thu, 8 Nov 2018 17:55:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.801 X-Spam-Level: X-Spam-Status: No, score=-109.801 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id JIs_Oxc8psVz for ; Thu, 8 Nov 2018 17:55:00 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id AE85A76C4F for ; Thu, 8 Nov 2018 15:24:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CE805E2618 for ; Thu, 8 Nov 2018 15:24:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4C0FD266C1 for ; Thu, 8 Nov 2018 15:24:00 +0000 (UTC) Date: Thu, 8 Nov 2018 15:24:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@any23.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ANY23-419) Add J2EE depednencies such that service runs under JDK11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ANY23-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16679903#comment-16679903 ] ASF GitHub Bot commented on ANY23-419: -------------------------------------- Github user HansBrende commented on the issue: https://github.com/apache/any23/pull/132 @lewismc FYI, I believe that some of these dependencies are already pulled in by Tika. Running `mvn dependency:tree` on the service module, I see: - `javax.xml.bind:jaxb-api:jar:2.3.0` is pulled in by tika-parsers - `org.glassfish.jaxb:jaxb-core:jar:2.3.0.1` is pulled in by tika-parsers - `javax.activation:activation:jar:1.1.1` is pulled in by tika-parsers leaving (I believe) the only library not already pulled in by Tika to be the `jaxws-api`. Out of curiosity though, where are these libraries actually used by the service? Are they required by jetty? > Add J2EE depednencies such that service runs under JDK11 > -------------------------------------------------------- > > Key: ANY23-419 > URL: https://issues.apache.org/jira/browse/ANY23-419 > Project: Apache Any23 > Issue Type: Improvement > Components: build, service > Affects Versions: 2.3 > Reporter: Lewis John McGibbney > Assignee: Lewis John McGibbney > Priority: Critical > Fix For: 2.3 > > > As JDK11 drops support for shipping with various J2EE artifacts it is necessary for us to add them manually in service pom.xml > PR coming up. -- This message was sent by Atlassian JIRA (v7.6.3#76005)