Re: [DISCUSS] Release new gogo runtime / jline bundles

2016-10-04 Thread David Bosschaert
Hi Guillaume, Does gogo-runtime have a dependency on gogo-jline or will it work without? Just trying to understand what Java 7 users will be able to do/are missing without gogo-jline... On the version number, if the refactoring was just a change of internal implementation details without any API

Re: [DISCUSS] Release new gogo runtime / jline bundles

2016-10-04 Thread Guillaume Nodet
2016-10-04 9:16 GMT+02:00 David Bosschaert : > Hi Guillaume, > > Does gogo-runtime have a dependency on gogo-jline or will it work without? > Just trying to understand what Java 7 users will be able to do/are missing > without gogo-jline... > No, the dependency is from gogo-jline to gogo-runtime.

[jira] [Commented] (FELIX-5261) FileInstall: allow comments in *.config files

2016-10-04 Thread Ferry Huberts (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15544990#comment-15544990 ] Ferry Huberts commented on FELIX-5261: -- Ok, investigated these changes: org.osgi.ser

Re: [DISCUSS] Release new gogo runtime / jline bundles

2016-10-04 Thread Richard S. Hall
On 10/4/16 04:13 , Guillaume Nodet wrote: 2016-10-04 9:16 GMT+02:00 David Bosschaert : Hi Guillaume, Does gogo-runtime have a dependency on gogo-jline or will it work without? Just trying to understand what Java 7 users will be able to do/are missing without gogo-jline... No, the dependenc

[jira] [Commented] (FELIX-5247) Reduce number of threads created by Resolver during a startup of OSGi-based applications

2016-10-04 Thread Fabian Lange (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15545246#comment-15545246 ] Fabian Lange commented on FELIX-5247: - actually I might be mistaken, because the chang

[jira] [Commented] (FELIX-5247) Reduce number of threads created by Resolver during a startup of OSGi-based applications

2016-10-04 Thread Dmitry Konstantinov (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15545586#comment-15545586 ] Dmitry Konstantinov commented on FELIX-5247: yes, I think changes are related

[jira] [Commented] (FELIX-5247) Reduce number of threads created by Resolver during a startup of OSGi-based applications

2016-10-04 Thread Fabian Lange (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15547748#comment-15547748 ] Fabian Lange commented on FELIX-5247: - you are correct, the org.apache.felix.resolver.

[jira] [Commented] (FELIX-5247) Reduce number of threads created by Resolver during a startup of OSGi-based applications

2016-10-04 Thread Fabian Lange (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15547797#comment-15547797 ] Fabian Lange commented on FELIX-5247: - actually there is another resolver created here

Re: [DISCUSS] Persistent wiring framework

2016-10-04 Thread Guillaume Nodet
I came up with the following extension: https://github.com/apache/karaf/blob/master/features/extension/src/main/java/org/apache/karaf/features/extension/Activator.java It seems to work correctly so far. I suppose it would be even faster to have it in the framework to avoid going through the reso

Re: [VOTE] Release Apache Felix Http Base 3.0.14, Http Bridge 3.0.14, and Http Jetty 3.3.0

2016-10-04 Thread Carsten Ziegeler
Karl Pauls wrote > Hm, I think we are running into on of the NOTICE in the root of the bundle > svn issues again. > > Both, Bridge and Jetty do not get their NOTICE copied into their binary jar > causing the somewhat awkward situation that the source artifacts have a > NOTICE claiming they contain

[jira] [Commented] (FELIX-5247) Reduce number of threads created by Resolver during a startup of OSGi-based applications

2016-10-04 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15547843#comment-15547843 ] Guillaume Nodet commented on FELIX-5247: One simple way would be to add a configur

[jira] [Commented] (FELIX-5247) Reduce number of threads created by Resolver during a startup of OSGi-based applications

2016-10-04 Thread Fabian Lange (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15547851#comment-15547851 ] Fabian Lange commented on FELIX-5247: - yes that would be the ideal situation, but I fe