You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/13 15:22:00 UTC

[jira] [Work logged] (ARTEMIS-2487) artemis-server-osgi references not-existing jctools:2.2.0

     [ https://issues.apache.org/jira/browse/ARTEMIS-2487?focusedWorklogId=312129&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-312129 ]

ASF GitHub Bot logged work on ARTEMIS-2487:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Sep/19 15:21
            Start Date: 13/Sep/19 15:21
    Worklog Time Spent: 10m 
      Work Description: MrEasy commented on pull request #2836: [ARTEMIS-2487] Updated to org.jctools:jctools-core:2.1.2
URL: https://github.com/apache/activemq-artemis/pull/2836
 
 
   To resolve wrong import range due to wrong declaration in
   jctools-core:2.1.1
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 312129)
    Remaining Estimate: 0h
            Time Spent: 10m

> artemis-server-osgi references not-existing jctools:2.2.0
> ---------------------------------------------------------
>
>                 Key: ARTEMIS-2487
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2487
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: osgi
>    Affects Versions: 2.10.0
>            Reporter: Rico Neubauer
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Have a look in released org.apache.activemq:artemis-server-osgi:2.10.0 ([https://search.maven.org/artifact/org.apache.activemq/artemis-server-osgi/2.10.0/bundle)]
> There is an import towards 
> {noformat}
> org.jctools.queues;version="[2.2,3)"{noformat}
>  
> No such version exists. Latest version existing is 2.1.2 and in Artemis' parent pom.xml version 2.1.1 is referenced.
> https://search.maven.org/search?q=a:jctools-core
> This obviously leads to being not deployable in an OSGi-container.
> So far did not see where that ghost version could come from.
> Error in Karaf:
>  
> {noformat}
> org.apache.felix.resolver.reason.ReasonException: Unable to resolve org.apache.activemq.artemis-server-osgi/2.10.0: missing requirement [org.apache.activemq.artemis-server-osgi/2.10.0] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.jctools.queues)(version>=2.2.0)(!(version>=3.0.0)))"{noformat}
>  
> Dependency itself was introduced with ARTEMIS-2399.
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)