[GitHub] karaf pull request #304: Refactoring feature core

2017-05-16 Thread cschneider
GitHub user cschneider opened a pull request:

https://github.com/apache/karaf/pull/304

Refactoring feature core

Use simpler StaticInstallSupport, remove BundleContexts from 
FeatureServiceImpl
Use serviceBundle as variable


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cschneider/karaf refactoring2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/karaf/pull/304.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #304


commit cfc4b2589bf51178cf34d53228febca934d7ce2d
Author: Christian Schneider 
Date:   2017-05-16T19:54:23Z

Use simpler StaticInstallSupport, remove BundleContexts from 
FeatureServiceImpl

commit 8b75edad64a1f2f64012adf27f546e1cf66b3c2b
Author: Christian Schneider 
Date:   2017-05-16T19:55:32Z

Use serviceBundle as variable




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Apache jclouds needs your help

2017-05-16 Thread Andrew Phillips

I just wanted to say thanks for your quick and great support.


A big +1 to that - many thanks for helping out!

ap


Re: Apache jclouds needs your help

2017-05-16 Thread Ignasi Barrera
Hi!

I just wanted to say thanks for your quick and great support. We have
everything working again!
I'll start having a look at the new command API and start upgrading
our code to the new APIs. It will be a great opportunity to learn more
about Karaf and to get more familiar with it :)


Thank you all!

I.

On 10 May 2017 at 09:54, Guillaume Nodet  wrote:
> I've created a PR to add build time verification of all karaf features.
> Btw, if you're planning on requiring karaf >= 4, it would be interesting to
> switch to the new api instead of the deprecated one for commands.
>
> 2017-05-10 8:49 GMT+02:00 Ignasi Barrera :
>
>> Feel free to ping us here or on the #jclouds IRC channel.
>> Thank you very much!
>>
>> On 10 May 2017 at 06:01, Jean-Baptiste Onofré  wrote:
>> > Hi Ignasi,
>> >
>> > Thanks for the update. As I already worked on jclouds, I will help you on
>> > this.
>> >
>> > Let me take a look and I keep you posted.
>> >
>> > Regards
>> > JB
>> >
>> >
>> > On 05/09/2017 10:33 PM, Ignasi Barrera wrote:
>> >>
>> >> Hi!
>> >>
>> >> I'm Ignasi, from Apache jclouds. I'm cross-posting this to the
>> >> jclouds-dev list too since we are looking for help with an integration
>> >> we have with Karaf.
>> >>
>> >> We have the jclouds-karaf project [1] that hosts several features for
>> >> easy installation of jclouds in Karaf and provides custom commands to
>> >> manage the different cloud providers we support. We've recently
>> >> upgraded it from Karaf 2.3.11 to Karaf 4.0.8, and we've hit some
>> >> issues we have not been able to resolve yet.
>> >>
>> >> We have a CLI built on top of that [2], which is a branded Karaf that
>> >> already includes the jclouds features and a couple shell scripts to
>> >> expose the commands so they are easily scriptable. This CLI is what
>> >> we've not been able to fix.
>> >>
>> >> The CLI runner class [3] does not compile with Karaf 4.0.8, and we
>> >> haven't been able to find the right replacements to the classes in use
>> >> nor documentation we can follow to properly upgrade that class.
>> >>
>> >>
>> >> We would highly appreciate your help and pointers to upgrade the CLI
>> >> and have it working with Karaf 4.0.8. We're stuck there and need your
>> >> help so we can have it fixed for the next jclouds release.
>> >>
>> >>
>> >> Thank you very much!
>> >>
>> >> I.
>> >>
>> >>
>> >>
>> >> [1] https://github.com/jclouds/jclouds-karaf
>> >> [2] https://github.com/jclouds/jclouds-cli
>> >> [3]
>> >> https://github.com/jclouds/jclouds-cli/blob/master/
>> runner/src/main/java/org/jclouds/cli/runner/Main.java
>> >>
>> >
>> > --
>> > Jean-Baptiste Onofré
>> > jbono...@apache.org
>> > http://blog.nanthrax.net
>> > Talend - http://www.talend.com
>>
>
>
>
> --
> 
> Guillaume Nodet