[jira] [Commented] (LUCENE-7522) Make the Lucene jar an OSGi bundle

2016-10-26 Thread Dawid Weiss (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-7522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15607733#comment-15607733
 ] 

Dawid Weiss commented on LUCENE-7522:
-

>From the latest discussion on the mailing list I don't think even the jigsaw 
>folks know how modules fit together with the OSGi classloader isolation model.

> Make the Lucene jar an OSGi bundle
> --
>
> Key: LUCENE-7522
> URL: https://issues.apache.org/jira/browse/LUCENE-7522
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: general/build
>Affects Versions: 6.2.1
>Reporter: Michal Hlavac
>
> Add support for OSGi. LUCENE-1344 added this feature to previous versions, 
> but now lucene jars are not OSGi bundles. There are OSGi bundles from 
> Servicemix, but I think lucene should add this feature.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-7522) Make the Lucene jar an OSGi bundle

2016-10-26 Thread Michal Hlavac (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-7522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15607724#comment-15607724
 ] 

Michal Hlavac commented on LUCENE-7522:
---

Ok, thanks for clarification. It will be good to think also about OSGi when you 
will be working on jigsaw issues. Maybe I can help with something. Is there any 
jira issue about jigsaw problems?

> Make the Lucene jar an OSGi bundle
> --
>
> Key: LUCENE-7522
> URL: https://issues.apache.org/jira/browse/LUCENE-7522
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: general/build
>Affects Versions: 6.2.1
>Reporter: Michal Hlavac
>
> Add support for OSGi. LUCENE-1344 added this feature to previous versions, 
> but now lucene jars are not OSGi bundles. There are OSGi bundles from 
> Servicemix, but I think lucene should add this feature.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-7522) Make the Lucene jar an OSGi bundle

2016-10-25 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-7522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15606270#comment-15606270
 ] 

Uwe Schindler commented on LUCENE-7522:
---

LUCENE-1344 was closed in the wrong way. I reopened and fixed the status to 
"Won't fix". This was an issue of bulk-closing issues.

> Make the Lucene jar an OSGi bundle
> --
>
> Key: LUCENE-7522
> URL: https://issues.apache.org/jira/browse/LUCENE-7522
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: general/build
>Affects Versions: 6.2.1
>Reporter: Michal Hlavac
>
> Add support for OSGi. LUCENE-1344 added this feature to previous versions, 
> but now lucene jars are not OSGi bundles. There are OSGi bundles from 
> Servicemix, but I think lucene should add this feature.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-7522) Make the Lucene jar an OSGi bundle

2016-10-25 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-7522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15606262#comment-15606262
 ] 

Uwe Schindler commented on LUCENE-7522:
---

In addition the current structure of packages inside those JARS is incompatible 
with OSGI (duplicate package names). This will be an issue with the module 
system of Java 9, but we are focusing on that instead of OSGI.

> Make the Lucene jar an OSGi bundle
> --
>
> Key: LUCENE-7522
> URL: https://issues.apache.org/jira/browse/LUCENE-7522
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: general/build
>Affects Versions: 6.2.1
>Reporter: Michal Hlavac
>
> Add support for OSGi. LUCENE-1344 added this feature to previous versions, 
> but now lucene jars are not OSGi bundles. There are OSGi bundles from 
> Servicemix, but I think lucene should add this feature.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-7522) Make the Lucene jar an OSGi bundle

2016-10-25 Thread Dawid Weiss (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-7522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15606240#comment-15606240
 ] 

Dawid Weiss commented on LUCENE-7522:
-

If you search the mailing list I think the last consensus was that we simple 
are not enough of OSGi experts to maintain the metadata in a reasonable way, so 
instead the plan was to release plain JARs and leave OSGi (and any other 
packaging) for downstream maintainers.

> Make the Lucene jar an OSGi bundle
> --
>
> Key: LUCENE-7522
> URL: https://issues.apache.org/jira/browse/LUCENE-7522
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: general/build
>Affects Versions: 6.2.1
>Reporter: Michal Hlavac
>
> Add support for OSGi. LUCENE-1344 added this feature to previous versions, 
> but now lucene jars are not OSGi bundles. There are OSGi bundles from 
> Servicemix, but I think lucene should add this feature.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org