Re: missing camel-azure features

2022-03-24 Thread Jean-Baptiste Onofré
Hi

For the SMX bundles (update or new ones) you have to create a Jira at
ServiceMix with bundle component.

FYI we will have a couple of new SMX bundles releases and then I will start
to promote the new style with descriptors. I will share details about that
soon.

Regards
JB

Le jeu. 24 mars 2022 à 09:46, Jörg Jansen 
a écrit :

> Dear all,
>
> as already registered with Ticket CAMEL-17600, azure features are missing
> in camel-karaf implementation.
> Now I have implemented a solution, which works for me (connecting to
> azure-servicebus), and I would like to provide this to experts who know
> what to do .
>
> My question is, as I have done also some version upgrades in the used
> servicemix-bundles, or created a new bundle (for azure-identity) I would
> like to know how this should be provided.
> Should I sent PR to each repository by referencing to the same JIRA-Ticket
> or do I have to create a ticket for each repository?
>
> Thanks for your help,
> Joerg
>
>


RE: Logback Support

2022-03-24 Thread Siano, Stephan
Hi Matthias,

I am not sure what exactly you mean with LogServiceImpl does not support 
logback. If you build a custom distribution of karaf (with framework-logback 
instead of the default framework feature), logging via logback will work (also 
for the OSGi logging service), however the log:… commands will not work. This 
may or may not fulfill your requirements (I can do everything that could be 
done via the commands also by other means (e.g. setting log levels via editing 
the logback configuration file or setting the logback loggers via the MBean 
tree).

Best regards
Stephan

From: Matthias Leinweber 
Sent: Wednesday, 23 March 2022 15:49
To: user@karaf.apache.org
Subject: Logback Support

Hello karafers,

i try to get logback working, and also log:display but LogServiceImpl does not 
seem to support logback, right?

br
Matthias


Re: karaf-maven-plugin and version ranges

2022-03-24 Thread Bengt Rodehav
OK - thanks,

/Bengt

Den ons 23 mars 2022 kl 07:19 skrev Jean-Baptiste Onofré :

> Hi
>
> Not yet, I will as part of 4.4.0 release preparation.
> I will keep you posted soon.
>
> Regards
> JB
>
> On Tue, Mar 22, 2022 at 5:30 PM Bengt Rodehav  wrote:
> >
> > Did you have a chance to test this on Windows JB?
> >
> > /Bengt
> >
> > Den fre 11 mars 2022 kl 17:17 skrev Bengt Rodehav :
> >>
> >> OK - thanks.
> >>
> >> /Bengt
> >>
> >> Den fre 11 mars 2022 kl 15:53 skrev Jean-Baptiste Onofré <
> j...@nanthrax.net>:
> >>>
> >>> Hi
> >>>
> >>> I think it’s more Karaf-maven-plugin issue/use on windows.
> >>>
> >>> We don’t have such issue on Unix. Let me try on Windows vm.
> >>>
> >>> Regards
> >>> JB
> >>>
> >>> Le ven. 11 mars 2022 à 15:38, Bengt Rodehav  a
> écrit :
> 
>  Do you think this is a Camel problem? The more I think about it I
> wonder how it could ever work having a version range in the repository tag
> like that. Doesn't it have to be a specific version since it identifies a
> repository to be searched for artifacts?
> 
>  /Bengt
> 
>  Den fre 11 mars 2022 kl 09:23 skrev Bengt Rodehav  >:
> >
> > Yes, that's correct.
> >
> > /Bengt
> >
> > Den tors 10 mars 2022 kl 18:55 skrev Jean-Baptiste Onofré <
> j...@nanthrax.net>:
> >>
> >> Hi Bengt,
> >>
> >> I guess you are on Windows right ?
> >>
> >> Regards
> >> JB
> >>
> >> On Thu, Mar 10, 2022 at 3:56 PM Bengt Rodehav 
> wrote:
> >>>
> >>> I use Karaf 4.3.6 and I'm trying to upgrade our Camel version to
> the latest (2.14.2). It turns out I get a problem with karaf-maven-plugin,
> goal features-add-to-repository.
> >>>
> >>> The new Karaf feature descriptor for Camel now starts with the
> following three lines:
> >>>
> >>>
>  
> mvn:org.apache.cxf.karaf/apache-cxf/[3.4,3.4]/xml/features
> >>>
>  
> mvn:org.ops4j.pax.cdi/pax-cdi-features/[1,2)/xml/features
> >>>
>  
> mvn:org.hibernate.validator/hibernate-validator-osgi-karaf-features/[6.2,6.3)/xml/features
> >>>
> >>> But this causes the karaf-maven-plugin to try to download a file
> called
> "org/apache/cxf/karaf/apache-cxf/%5B3.4,3.4%5D/apache-cxf-%5B3.4,3.4%5D-features.xml"
> which of course fails.
> >>>
> >>> Is this a problem with the karaf-maven-plugin or with Camel's
> karaf feature descriptor?
> >>>
> >>> If I comment out the above three lines it seems to work (it builds
> anyway - haven't actually tested it yet).
> >>>
> >>> /Bengt
>


missing camel-azure features

2022-03-24 Thread Jörg Jansen
Dear all, 

as already registered with Ticket CAMEL-17600, azure features are missing in 
camel-karaf implementation.
Now I have implemented a solution, which works for me (connecting to 
azure-servicebus), and I would like to provide this to experts who know what to 
do . 

My question is, as I have done also some version upgrades in the used 
servicemix-bundles, or created a new bundle (for azure-identity) I would like 
to know how this should be provided. 
Should I sent PR to each repository by referencing to the same JIRA-Ticket or 
do I have to create a ticket for each repository?

Thanks for your help,
Joerg