You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/08/21 09:46:00 UTC

[jira] [Work logged] (CURATOR-581) Possible malformed OSGi export pattern

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

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

                Author: ASF GitHub Bot
            Created on: 21/Aug/20 09:45
            Start Date: 21/Aug/20 09:45
    Worklog Time Spent: 10m 
      Work Description: TisonKun opened a new pull request #373:
URL: https://github.com/apache/curator/pull/373


   According to https://access.redhat.com/documentation/en-us/red_hat_fuse/7.2/html/deploying_into_apache_karaf/buildbundle this is the correct pattern for wildcard in export package config. Also it fixes the problem that IDEA complains with `The package 'org.apache.curator.framework.api' is not exported by the bundle dependencies`
   
   cc @Randgalt @eolivelli @cammckenzie 


----------------------------------------------------------------
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: 473264)
    Remaining Estimate: 0h
            Time Spent: 10m

> Possible malformed OSGi export pattern
> --------------------------------------
>
>                 Key: CURATOR-581
>                 URL: https://issues.apache.org/jira/browse/CURATOR-581
>             Project: Apache Curator
>          Issue Type: Improvement
>            Reporter: Zili Chen
>            Assignee: Jordan Zimmerman
>            Priority: Major
>         Attachments: patch1.diff
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Every time when I open Curator in IDEA it complains with
> {quote}The package 'org.apache.curator.framework.api' is not exported by the bundle dependencies
> {quote}
> and so on if the code refers a class/method outside its module.
> I can "fix" the warnings if the patch attached applied. But I'm not an expert of OSGi so I don't know if it is a valid "fix".



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