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

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

                Author: ASF GitHub Bot
            Created on: 13/May/19 18:19
            Start Date: 13/May/19 18:19
    Worklog Time Spent: 10m 
      Work Description: shayshim commented on pull request #311: [CURATOR-429] 
Make Curator 4.x compatible with Zookeeper 3.4.x in OSGi too
URL: https://github.com/apache/curator/pull/311#discussion_r283473432
 
 

 ##########
 File path: curator-client/pom.xml
 ##########
 @@ -36,7 +36,7 @@
 
     <properties>
         <osgi.import.package>
-            *
+            org.apache.zookeeper.*;version="[3.4,4.0)", *
 
 Review comment:
   I have no background with OSGi. Could you explain this change? I mean, why 
"osgi.import.package" with '*' didn't do what you need and this change fixes 
it? Usually '*' is most general. 
 
----------------------------------------------------------------
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 241218)
    Time Spent: 0.5h  (was: 20m)

> Make Curator 4.x compatible with Zookeeper 3.4.x in OSGi too
> ------------------------------------------------------------
>
>                 Key: CURATOR-429
>                 URL: https://issues.apache.org/jira/browse/CURATOR-429
>             Project: Apache Curator
>          Issue Type: Improvement
>    Affects Versions: 4.0.0
>            Reporter: Andrea Cosentino
>            Assignee: Jordan Zimmerman
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently in OSGi curator need Zookeeper >= 3.5 to work. Maybe you can think 
> of relaxing this constraint by adding a version range.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to