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

ASF GitHub Bot logged work on CURATOR-464:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Apr/20 18:23
            Start Date: 19/Apr/20 18:23
    Worklog Time Spent: 10m 
      Work Description: Randgalt commented on pull request #360: CURATOR-464 - 
make unshaded JAR classifier 'osgi' instead of 'original'
URL: https://github.com/apache/curator/pull/360
 
 
   Attn @bigmarvin - I think `osgi` is better classifier for the unshaded JAR. 
The only reason we're producing it is for OSGI.
 
----------------------------------------------------------------
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:
[email protected]


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

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

> Unable to instantiate client in OSGi
> ------------------------------------
>
>                 Key: CURATOR-464
>                 URL: https://issues.apache.org/jira/browse/CURATOR-464
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 2.12.0
>            Reporter: Alexey Markevich
>            Priority: Major
>             Fix For: 5.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {quote}
> 112 | Active  |  80 | 2.12.0         | Curator Client
> 113 | Active  |  80 | 2.12.0         | Curator Framework
> 114 | Active  |  80 | 2.12.0         | Curator Recipes
> {quote}
> {code}
> CuratorFramework client = CuratorFrameworkFactory.newClient("localhost:2181", 
> new RetryOneTime(1000));
> {code}
> {noformat}
> Caused by: java.lang.NoClassDefFoundError: 
> org/apache/curator/shaded/com/google/common/cache/CacheBuilder
>       at 
> org.apache.curator.framework.imps.NamespaceWatcherMap.<init>(NamespaceWatcherMap.java:31)
>  ~[?:?]
>       at 
> org.apache.curator.framework.imps.CuratorFrameworkImpl.<init>(CuratorFrameworkImpl.java:81)
>  ~[?:?]
>       at 
> org.apache.curator.framework.CuratorFrameworkFactory$Builder.build(CuratorFrameworkFactory.java:145)
>  ~[?:?]
>       at 
> org.apache.curator.framework.CuratorFrameworkFactory.newClient(CuratorFrameworkFactory.java:100)
>  ~[?:?]
>       at 
> org.apache.curator.framework.CuratorFrameworkFactory.newClient(CuratorFrameworkFactory.java:81)
>  ~[?:?]
> {noformat}
> curator-framework sources
> {code}
> import com.google.common.cache.CacheBuilder;
> {code}
> but jar contains
> {code}
> import org.apache.curator.shaded.com.google.common.cache.CacheBuilder;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to