Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BEF062004F5 for ; Fri, 1 Sep 2017 18:58:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BD59416D5DA; Fri, 1 Sep 2017 16:58:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1003016D5D9 for ; Fri, 1 Sep 2017 18:58:07 +0200 (CEST) Received: (qmail 93626 invoked by uid 500); 1 Sep 2017 16:58:06 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 93617 invoked by uid 99); 1 Sep 2017 16:58:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2017 16:58:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3A2BB1A17EA for ; Fri, 1 Sep 2017 16:58:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id YaLkB3GRB0Rc for ; Fri, 1 Sep 2017 16:58:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5062D5FC6C for ; Fri, 1 Sep 2017 16:58: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 DEB03E0D4A for ; Fri, 1 Sep 2017 16:58: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 632FD2414B for ; Fri, 1 Sep 2017 16:58:00 +0000 (UTC) Date: Fri, 1 Sep 2017 16:58:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-11209) camel-core-starter - Should not have caffeine dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 01 Sep 2017 16:58:08 -0000 [ https://issues.apache.org/jira/browse/CAMEL-11209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16150828#comment-16150828 ] ASF GitHub Bot commented on CAMEL-11209: ---------------------------------------- GitHub user aldettinger opened a pull request: https://github.com/apache/camel/pull/1913 CAMEL-11209: Removed the additional dependency to caffeine Please find a proposal concerning [CAMEL-11209](https://issues.apache.org/jira/browse/CAMEL-11209). My understanding is that camel-core has its own private copy of caffeine packages. Would another component/starter depends upon caffeine, I think it should explicitly state this on its own. On my machine, `mvn clean install` succeeded in `platforms/spring-boot`. Please, let me know if more checks are needed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/aldettinger/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1913.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1913 ---- commit fe43f4863413015f06395fb83b08fc9a30292120 Author: aldettinger Date: 2017-09-01T13:15:04Z CAMEL-11209: Removed the additional dependency to caffeine ---- > camel-core-starter - Should not have caffeine dependency > -------------------------------------------------------- > > Key: CAMEL-11209 > URL: https://issues.apache.org/jira/browse/CAMEL-11209 > Project: Camel > Issue Type: Task > Components: camel-spring-boot-starters > Affects Versions: 2.19.0 > Reporter: Claus Ibsen > Fix For: 2.20.0 > > > [INFO] | \- org.apache.camel:camel-core-starter:jar:2.20.0-SNAPSHOT:compile > [INFO] | \- com.github.ben-manes.caffeine:caffeine:jar:2.4.0:compile > That is shaded in camel-core and should not be in the dependency tree. > [~nferraro] can you look and fix this. Would be good to get done soon. -- This message was sent by Atlassian JIRA (v6.4.14#64029)