You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/01 16:58:00 UTC

[jira] [Commented] (CAMEL-11209) camel-core-starter - Should not have caffeine dependency

    [ 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 <al...@gmail.com>
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)