Re: Apache Karaf twitter account

2020-02-08 Thread Jean-Baptiste Onofre
Hi Christian Done: you should have received an invite. Regards JB > Le 8 févr. 2020 à 09:08, Christian Schneider a > écrit : > > Hi JB, > > please also add me. > > @schneider_chris > > Christian > > Am Fr., 7. Feb. 2020 um 09:05 Uhr schrieb Jean-B

Re: War as Kar

2020-02-08 Thread Jean-Baptiste Onofre
Hi, Kar is not a bundle, it’s a simple zip file containing a features XML and the related resources (bundles, configuration files, …). So, you can create a kar using a features XML containing your war and package. Custom distribution is exactly the same and works as well. Do you want me to

Re: Karaf 4.2.8 and Java 13 (Was: Error parsing system bundle export statement (Java 13))

2020-02-24 Thread Jean-Baptiste Onofre
Hi, As said, it’s very easy to fix: just a missing —add-module. I’m fixing it right now. Thanks for the Jira. Regards JB > Le 24 févr. 2020 à 18:02, Alex Soto a écrit : > > I tested with JDK 11 and it worked, but it does not work with JDK 13. > I hope I can migrate to 13 directly, since it

Re: Karaf 4.2.8 and Java 13 (Was: Error parsing system bundle export statement (Java 13))

2020-02-24 Thread Jean-Baptiste Onofre
ed to add the `—ad-module` ? > > > Best regards, > Alex soto > > > > >> On Feb 24, 2020, at 12:37 PM, Jean-Baptiste Onofre > <mailto:j...@nanthrax.net>> wrote: >> >> Hi, >> >> As said, it’s very easy to fix: just a missing —a

Re: Edit Multiline Text

2020-02-24 Thread Jean-Baptiste Onofre
Hi, You can take a look how we implemented the less command for instance (or vi/edit). It’s pretty close to what you are looking for. Regards JB > Le 24 févr. 2020 à 20:03, Matthias a écrit : > > Hi, > > I want to use a custom command in karaf to edit a text with multiline "\n". > > My

Re: Edit Multiline Text

2020-02-24 Thread Jean-Baptiste Onofre
gt; Le 24 févr. 2020 à 21:31, Matthias Wegner a écrit : > > Hi JB, can you give me a hint where i find the source. > > At https://github.com/apache/karaf/search?q=less_q=less i not > find the command. > > Regards, MW > > Am 24.02.20 um 21:02 schrieb Jean-Baptiste Onofr

Re: Karaf 4.2.8 and Java 13 (Was: Error parsing system bundle export statement (Java 13))

2020-02-24 Thread Jean-Baptiste Onofre
4.3.0-SNAPSHOT, and it works fine with JDK 13. So, no easy workaround on Karaf 4.2.x (changing Felix framework also means changing OSGi spec, which is not supported). So, if you really want to use JDK 13, you have to use Karaf 4.3.x. Regards JB > Le 24 févr. 2020 à 18:56, Jean-Baptiste Ono

Re: Features Conditional on JDK version

2020-02-26 Thread Jean-Baptiste Onofre
Hi, No, a condition is actually another feature. So, the content of the feature will be installed only if the condition feature is installed (or when it will be installed). In your case, you can maybe use a capability ? Regards JB > Le 26 févr. 2020 à 19:53, Alex Soto a écrit : > > In

Re: Features Conditional on JDK version

2020-02-26 Thread Jean-Baptiste Onofre
; > Can you point me to capability documentation? > > > Best regards, > Alex soto > > > > >> On Feb 26, 2020, at 2:25 PM, Jean-Baptiste Onofre > <mailto:j...@nanthrax.net>> wrote: >> >> Hi, >> >> No, a condition is actua

[ANN] Apache Karaf Europe Meetup on April 30th, 2020 in Karlsruhe, Germany

2020-02-28 Thread Jean-Baptiste Onofre
Hi all Apache Karaf enthusiasts ! The first Apache Karaf European Meetup will stand on April 30th, 2020 in Karlsruhe, Germany. Big thanks to Codecentric (especially Achim) for hosting and sponsoring this event. It’s a great opportunity to meet people behind the Karaf project, share and

Re: Apache Karaf community Meetup in April and CFP

2020-02-27 Thread Jean-Baptiste Onofre
Hi guys, Sorry, I was swamped beginning of this week but I’m now fully back on Apache Karaf ;) I will send the formal announcement on mailing list and share on Apache Karaf twitter account later today. In the meantime, I will update the website with meetup news. I already created a document

Re: paste broken on client console

2020-03-02 Thread Jean-Baptiste Onofre
By the way, about the InvocationTargetException, I will have to cut a new Felix Gogo release (updating for the jline breaking change). Regards JB > Le 2 mars 2020 à 15:26, Markus Rathgeb a écrit : > > Hi, > > it seems there has been anew jline3 release three days ago (3.14.0). > Is this

Re: Karaf 4.2.8: shell help broken

2020-03-02 Thread Jean-Baptiste Onofre
Hi Markus, Yes, that due to jline update that introduced a breaking change. Some commands (from gogo) are impacted. I’m working on a fix. It will be included in Karaf 4.2.9 (that I will submit to vote very soon). Sorry for the inconvenience (let me find the Jira). Regards JB > Le 2 mars

Re: paste broken on client console

2020-03-02 Thread Jean-Baptiste Onofre
Hi Markus, Unfortunately no, 3.14.0 doesn’t fix neither InvocationTargetException and paste issue. I will cut jline 3.14.1 including the fixes. Regards JB > Le 2 mars 2020 à 15:26, Markus Rathgeb a écrit : > > Hi, > > it seems there has been anew jline3 release three days ago (3.14.0). >

Re: paste broken on client console

2020-03-03 Thread Jean-Baptiste Onofre
ands. > It is s simple change since the impl class already has the method, it would > help me. > > Best regards, > Alex soto > > > > >> On Mar 3, 2020, at 8:33 AM, Jean-Baptiste Onofre > <mailto:j...@nanthrax.net>> wrote: >> >> Hi Alex, >

Re: paste broken on client console

2020-03-03 Thread Jean-Baptiste Onofre
er > interface? > > > Best regards, > Alex soto > > > > >> On Mar 2, 2020, at 9:55 AM, Jean-Baptiste Onofre > <mailto:j...@nanthrax.net>> wrote: >> >> By the way, about the InvocationTargetException, I will have to cut a new >> Fel

Re: JAXRS whiteboard service with client certificate authentication

2020-03-04 Thread Jean-Baptiste Onofre
Hi FYI, I did several fixes in Shiro 1.5.x for OSGi/Karaf. So, definitely, Shiro is a good option. Regards JB > Le 4 mars 2020 à 11:25, Alex Weirig a écrit : > > Hi Tim, > > thank you very much ... more stuff to look at. > > > Mat frëndleche Gréiss, > Mit freundlichen Grüßen, > Meilleures

Re: Apache Karaf community Meetup in April and CFP

2020-02-27 Thread Jean-Baptiste Onofre
Hi everyone, As suggested by Christian and Achim, I created Apache Karaf Meetup group and announce the European Meetup in Germany: https://www.meetup.com/Paris-Apache-Karaf-Meetup-Group/events/269056325/ It will be

Re: Features Conditional on JDK version

2020-02-27 Thread Jean-Baptiste Onofre
Hi Alex, Can you try this condition: req:osgi.ee;filter:="((osgi.ee=JavaSE)(!(version>=1.8)))" And also remove the dependency flag. Regards JB > Le 27 févr. 2020 à 15:42, Alex Soto a écrit : > > Perhaps I am still doing something wrong, or not understanding how the > condition works. > I

Re: Features Conditional on JDK version

2020-02-27 Thread Jean-Baptiste Onofre
the condition evaluated at build time or at runtime? > > Now, when I compile with Java 8, I still get the Index out of bound errors > from BND the first time it runs, but not the uses constraints violation > errors. > > > Best regards, > Alex soto > > >

Re: Unable to use JPA Attribute converters in karaf

2020-02-28 Thread Jean-Baptiste Onofre
Hi, Can you share the features you have installed about jpa ? Regards JB > Le 28 févr. 2020 à 15:38, Erdbeerheld1990 a écrit > : > > Hello, > > we are using karaf version 4.2.7 with blueprint. Now the first time we want > to implement an Attribute Converter >

Re: Http Whiteboard - Pax-Web multiple instances

2020-02-05 Thread Jean-Baptiste Onofre
Hi Alex, I will add a full example tomorrow. I’m fully busy today. Regards JB > Le 5 févr. 2020 à 19:23, Alex Soto a écrit : > > Anybody can validate this approach? > As I said, it appears to work, except in my case I don’t see how to specify > the context.id property in

Re: Karaf 4.2.8: is there a way to find out if two bundles offer up the same versions of packages?

2020-02-05 Thread Jean-Baptiste Onofre
Windows again ;) I’m more suspecting the platform rather than the JDK. Do you mind to create a Jira about that ? I will reproduce on Windows VM and investigate. Thanks Regards JB > Le 5 févr. 2020 à 23:05, Steinar Bang a écrit : > >> Steinar Bang : >> Steinar Bang : > About

Re: Start of karaf 4.2.6 no more possible - because of 4.3.0 RC1 features

2020-02-06 Thread Jean-Baptiste Onofre
Hi, First side note: I don’t see event admin as startup feature. Can you please try to add event admin feature at startup ? Can you please share the whole pom.xml with me ? I would like to check the dependencies scope. What’s your environment (JDK, OS, …) ? Regards JB > Le 6 févr. 2020 à

Re: Start of karaf 4.2.6 no more possible - because of 4.3.0 RC1 features

2020-02-06 Thread Jean-Baptiste Onofre
e a status of the pull request for the 'repo whitelist' in 4.3.0 ? > https://github.com/apache/karaf/pull/1020 > <https://github.com/apache/karaf/pull/1020> > This will fix this annoying issues... ;-) > > > >> On 6. Feb 2020, at 20:32, Jean-Baptiste Onofre >

Re: Karaf assembly

2020-02-06 Thread Jean-Baptiste Onofre
Hi, You can take a look on the docker example, it contains a app included in a custom bistro: https://github.com/apache/karaf/tree/master/examples/karaf-docker-example Basically, you just have to create a features XML

Apache Karaf twitter account

2020-02-07 Thread Jean-Baptiste Onofre
Hi everyone, I’m happy to announce that ApacheKaraf twitter account has been created. I’m adding some content right now (logo, background, etc) and I’m linking this account with the Karaf private mailing list. If you are PMC or committer and you want to post on behalf of ApacheKaraf, please

Re: Karaf 4.2.8-SNAPSHOT - pax-jdbc 1.4.4 - prehook not working

2020-02-17 Thread Jean-Baptiste Onofre
Thanks for sharing, As said in a previous email, I’m testing and I will fix in Pax JDBC if required. Regards JB > Le 17 févr. 2020 à 14:55, Roedl Lukas a écrit : > > Hi, > > We’ve similar problems with a Pax JDBC Pre Hook getting called. > I’ve prepared a minimal example on >

Re: Decanter Elasticsearch ReST appender network traffic

2020-02-18 Thread Jean-Baptiste Onofre
Hi, That’s a good question ;) Currently, Decanter Elasticsearch appender sends each event followed by a refresh. It directly uses Elasticsearch REST native client via performRequest. A possible improvement is to use bulk but it means that we might have some delay between when the event

Re: Apache Karaf community Meetup in April and CFP

2020-02-20 Thread Jean-Baptiste Onofre
It sounds great ;) Thanks for all Achim ! Much appreciated ;) Looking forward Karaf Meetup ! Regards JB > Le 21 févr. 2020 à 08:28, Achim Nierbeck a écrit : > > Oh we have plenty of beer here. > Mostly the world famous Tannenzäpfle from the Schwarzwald ;) > But also non-alcoholic beverages

Re: Karaf 4.2.4 - Logging from class to file gets rid of all logging to STDOUT

2020-02-09 Thread Jean-Baptiste Onofre
Hi, You mean that you have System.out.println statements in the bundle right ? If you start with bin/karaf, this output will go on the shell. If it’s not possible to « pipe » directly stdout to a log file with log4j2 (or eventually we can create a custom appender for that), in Karaf you can

Re: k-4.2.8 scheduler:reschedule cron syntax?

2020-02-11 Thread Jean-Baptiste Onofre
Hi, I confirm it works fine. Maybe it was the initial cron string ? Regards JB > Le 11 févr. 2020 à 17:16, Erwin Hogeweg a écrit : > > Thanks Francois. > > It works here as well now. Strange. I’ll keep an eye on it and see if I can > reproduce it. > > > karaf@root()>

Re: Karaf 4.2.8 and Java 13 (Was: Error parsing system bundle export statement (Java 13))

2020-02-21 Thread Jean-Baptiste Onofre
AFAIR, it’s a module, so you have to enable it at JDK level to use the one from the JVM (—add-module). Let me check, I think bin/karaf already does that. Regards JB > Le 21 févr. 2020 à 15:04, Alex Soto a écrit : > > Inspecting pax-logging-api-1.11.4.jar manifest, shows: > > >

Re: Apache Karaf community Meetup in April and CFP

2020-02-19 Thread Jean-Baptiste Onofre
Hi, Yes, it will be available remotely via zoom meeting. You will just have to request the meeting ID by sending an email to Achim or I. Regards JB > Le 19 févr. 2020 à 15:00, Kleber Ayala a écrit : > > Hi there! > > That's good news! > I hope this event can be available remotely. > > >

Re: Http Whiteboard - Pax-Web multiple instances

2020-02-12 Thread Jean-Baptiste Onofre
gards, > Alex soto > > > > >> On Feb 5, 2020, at 3:09 PM, Jean-Baptiste Onofre > <mailto:j...@nanthrax.net>> wrote: >> >> Hi Alex, >> >> I will add a full example tomorrow. I’m fully busy today. >> >> Regards >> JB >> &

Re: Question about @Reference Karaf Command annotation

2020-03-12 Thread Jean-Baptiste Onofre
does not update > org.apache.karaf.shell.impl.action.command.ManagerImpl#instantiate, shouldn’t > this method be updated also to inject the appropriate service when the > command is instantiated? (See code fragment I pasted earlier) > > > Best regards, > Alex soto > > > > >> On Mar 12, 2020, at 9:0

Re: Question about @Reference Karaf Command annotation

2020-03-12 Thread Jean-Baptiste Onofre
f code, but I do not see that the > filter attribute is being used to look up the service. > > > Best regards, > Alex soto > > > > >> On Mar 12, 2020, at 12:50 AM, Jean-Baptiste Onofre > <mailto:j...@nanthrax.net>> wrote: >> >> Hi, >&g

Re: Question about @Reference Karaf Command annotation

2020-03-11 Thread Jean-Baptiste Onofre
Hi, Yes, it’s to "select" the service you want to use. I did the change because previously it wasn’t possible to select, meaning that if you had several services (with the same interface) available, it took the first one. Now, you can specify the LDIF filter to select the exact service you

Re: Hawtio, Karaf, Pax-Web, separate port

2020-03-06 Thread Jean-Baptiste Onofre
For the record: https://issues.apache.org/jira/browse/KARAF-6632 Regards JB > Le 6 mars 2020 à 18:17, Alex Soto a écrit : > > Hello, > > I have a Karaf (v4.2.8) running a Rest Service API with Pax-Web. Everything > is fine to this point, I

Re: Hawtio, Karaf, Pax-Web, separate port

2020-03-06 Thread Jean-Baptiste Onofre
Hi Alex, Now that I’m front of my computer, here the quotes extracted from my blog post: " By default, the web application will be bind on all connectors. If you want that your web application use a specific connector, you have to define it in the MANIFEST using the following properties:

Re: Command ACL multiple scopes

2020-03-12 Thread Jean-Baptiste Onofre
Hi, That’s not fully correct: the scope is admin and the command is database:truncate ;) ACL applies per scope. Regards JB > Le 12 mars 2020 à 20:19, Alex Soto a écrit : > > Is it possible to specify ACL for Karaf commands that have more than one > scope? > For example, the command > >

Re: Command ACL multiple scopes

2020-03-12 Thread Jean-Baptiste Onofre
Yeah, it should work. Regards JB > Le 12 mars 2020 à 20:57, Alex Soto a écrit : > > Ok, :) well, how do I write the ACL inside the file? > > database:truncate = admin ? > > > Best regards, > Alex soto > > > > >> On Mar 12, 2020,

Re: Karaf Commands and Cltr-C

2020-03-14 Thread Jean-Baptiste Onofre
Hi Mike, Let me take a look. Thanks for the report. Regards JB > Le 14 mars 2020 à 09:03, Mike Hummel a écrit : > > Hello, > > I did a little bit research for IGNORE_INTERRUPTS in the karaf sources. I > found in master and karaf-4.2.x the same results. > > The const is defined in

Re: CNF javax.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:50)

2020-03-14 Thread Jean-Baptiste Onofre
Hi, I will publish a SNAPSHOT as I will cut the ServiceMix release. Regards JB > Le 14 mars 2020 à 17:29, Alex Weirig a écrit : > > Hi, > > sure whatever helps :-) > > I'm finding 2.9.1 in maven. Where could I download the snapshot? > > > Mat frëndleche Gréiss, > Mit freundlichen Grüßen,

Re: Karaf Commands and Cltr-C

2020-03-14 Thread Jean-Baptiste Onofre
d. > > But felix should inform the commands if the execution is canceled. For > example by checking for the Closeable interface and calling the close() > method. > > >> On 14. Mar 2020, at 11:09, Jean-Baptiste Onofre > <mailto:j...@nanthrax.net>> wrote: >

Re: CNF javax.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:50)

2020-03-14 Thread Jean-Baptiste Onofre
co > L-2623 LUXEMBOURG > > indoors.this.blesses >   <https://map.what3words.com/indoors.this.blesses> > schaufel.besten.kopie >   <https://map.what3words.com/schaufel.besten.kopie> > supposons.levage.venger > <https://map.what3words.com/supposons.levage.venger>

Re: CNF javax.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:50)

2020-03-14 Thread Jean-Baptiste Onofre
Hmmm, let me double check if the SMX Specs JAXRS bundle is OK in meantime. Regards JB > Le 15 mars 2020 à 06:10, Jean-Baptiste Onofre a écrit : > > It’s done for the SNAPSHOT. > > By the way, you can create your own workaround by creating (or adding on > existing)

Re: Karaf Commands and Cltr-C

2020-03-14 Thread Jean-Baptiste Onofre
stop working. >> >> something like this would be nice >> >> while(true) { >> 1) something >> 2) Thread.sleep() >> 3) if (is canceled) break; >> } >> >> But (in 3) for the command it's not possible to check the status of >&

Re: Hawtio, Karaf, Pax-Web, separate port

2020-03-10 Thread Jean-Baptiste Onofre
Alex Soto > <mailto:alex.s...@envieta.com>> wrote: >> >> Thank you JB, >> >> Yes, that would be a nice addition, as the ability to override this (and >> possibly other headers) for web apps should be commonly needed. I am >> wondering if the co

Re: Hawtio, Karaf, Pax-Web, separate port

2020-03-10 Thread Jean-Baptiste Onofre
ache.karaf.profile.assembly.CustomSimpleDownloadTask.createUrl(CustomSimpleDownloadTask.java:70) >> at >> org.apache.karaf.profile.assembly.CustomSimpleDownloadTask.download(CustomSimpleDownloadTask.java:57) >> at >> org.apache.karaf.features.internal.download.impl.AbstractRetryableDownloadTask.run(AbstractRetryableDownloadTask.java:60) >

Re: Hawtio, Karaf, Pax-Web, separate port

2020-03-10 Thread Jean-Baptiste Onofre
78) > ... 8 more > > > Best regards, > Alex soto > > > > >> On Mar 10, 2020, at 1:16 PM, Jean-Baptiste Onofre > <mailto:j...@nanthrax.net>> wrote: >> >> Because, it’s not needed (you don’t verify the features). >> >>

Re: Review of jackson features

2020-03-11 Thread Jean-Baptiste Onofre
Hi Steinar, My apologizes, I forgot again :/ Can you ping me using direct email or Slack, it’s probably faster. I will take a look tomorrow anyway. Sorry again, Regards JB > Le 11 mars 2020 à 17:57, Steinar Bang a écrit : > > Another ping on this. > > Possible sources for feedback to me:

Re: Karaf Commands and Cltr-C

2020-03-15 Thread Jean-Baptiste Onofre
tps://github.com/mhus/mhus-osgi-tools/blob/master/karaf-commands/src/main/java/de/mhus/karaf/commands/testit/StressShit.java> > line 87 > > But it looks like this is another topic. But is it karaf or felix? > > > >> On 15. Mar 2020, at 06:03, Jean-Baptiste Ono

Re: [karaf-site] - Jekyll

2020-04-10 Thread Jean-Baptiste Onofre
Hi François, Thanks a lot for this effort. As already discussed together, it looks good to me ! The second step will be to create a dedicated page par projects to give better visibility. Thanks again, Regards JB > Le 10 avr. 2020 à 09:02, Francois Papon a > écrit : > > Hi all, > > I just

Re: [ANN] Apache Karaf Europe Meetup on April 30th, 2020, online meeting

2020-04-08 Thread Jean-Baptiste Onofre
t;http://meetup.com/> (between 6pm and 9pm max). Remote is harder to follow than onsite, so I think it’s already a good timing. I will update you with registration process soon. Regards JB > Le 29 févr. 2020 à 06:27, Jean-Baptiste Onofre a écrit : > > Hi all Apache Karaf enthusiast

Re: Stopping Karaf

2020-04-15 Thread Jean-Baptiste Onofre
Soto a écrit : > > Thanks JB, would it work with file:// protocol, or only mvn? > Also, what start level do you recommend? > > Best regards, > Alex soto > > > > >> On Apr 15, 2020, at 1:55 PM, Jean-Baptiste Onofre > <mailto:j...@nanthrax.net>> wrote:

Re: Karaf and Libjitsi

2020-04-16 Thread Jean-Baptiste Onofre
gt; > On 13/04/2020 3:54 pm, Jean-Baptiste Onofre wrote: >>> I guess you are talking about dependencies like ch.imvs.sdes4j.srtp right ? >>> >>> I think the easiest way is both a small wrapping (to embed such >>> dependencies as private) and a features XML.

Re: Stopping Karaf

2020-04-16 Thread Jean-Baptiste Onofre
ld 25.171-b11, mixed mode) > > > Best regards, > Alex soto > > > > >> On Apr 15, 2020, at 3:03 PM, Jean-Baptiste Onofre > <mailto:j...@nanthrax.net>> wrote: >> >> Hi Alex, >> >> Actually, etc/startup.properties doesn’t really use mvn. Wh

Re: Karaf 4.2.8-SNAPSHOT - pax-jdbc 1.4.4 - prehook not working

2020-04-07 Thread Jean-Baptiste Onofre
Hi, I think it depends of the use case. I fully understand people like you using static distribution, but I also understand people using dynamic distribution. So, I got your point and I agree. The huge advantage of Karaf is the flexibility: it can address very different use cases and

Re: Karaf 4.2.8-SNAPSHOT - pax-jdbc 1.4.4 - prehook not working

2020-04-07 Thread Jean-Baptiste Onofre
That’s actually a great news ! It’s great to see people using static distribution ! By the way, we are working on new tooling to even easily create distribution (static or dynamic) ! The purpose is to provide a much better dev experience. I will prepare some materials to discuss on the mailing

Re: Karaf 4.2.8-SNAPSHOT - pax-jdbc 1.4.4 - prehook not working

2020-04-07 Thread Jean-Baptiste Onofre
Hi Stefan, If the problem is related to PAX JDBC in static distribution, it’s not yet fully fixed. All the details is in the Jira: the problem is about the resolver order. When using static distribution, all features are startup features, meaning that all is evaluated at same stage. As PAX

Re: Trying out the karaf docker image

2020-04-06 Thread Jean-Baptiste Onofre
:06, Steinar Bang a écrit : > >>>>>> Jean-Baptiste Onofre : > >> You can also use the docker feature in karaf and just do >> docker:provision: it will create a docker image using the current >> state of the Karaf instance. > > Sounds awsome! Can it pus

[ANN] Apache Karaf Decanter 2.3.0 has been released!

2020-04-07 Thread Jean-Baptiste Onofre
Karaf Decanter 2.3.0 has been released! April 6, 2020 This is a first minor release for Apache Decanter 2.3.x, containing bug fixes, improvements and dependency upgrades. Among this new features, we have: Add prometheus appender Improve Decanter alerting by supporting time series and

Re: Trying out the karaf docker image

2020-04-07 Thread Jean-Baptiste Onofre
It’s more or less what docker:provision is doing ;) Regards JB > Le 7 avr. 2020 à 17:52, Gerald Kallas a écrit : > > Hi, that's the way I did w/ Camel on Karaf > > 1. Start karaf > > cd /opt > unzip /home/karaf/apache-karaf-4.2.7.zip > ln -s /opt/apache-karaf* /opt/apache-karaf > cd

Re: Creating docker image from docker hub karaf image

2020-04-14 Thread Jean-Baptiste Onofre
Hi, For the startup, you can already populate the system folder (by hand or using mvn deploy:deploy-file or mvn install:install-file). That’s what I’m doing in docker image preparation. Regards JB > Le 13 avr. 2020 à 21:09, Steinar Bang a écrit : > > I have successfully created a docker

Re: Karaf and Libjitsi

2020-04-12 Thread Jean-Baptiste Onofre
Hi Paul, I guess you are talking about dependencies like ch.imvs.sdes4j.srtp right ? I think the easiest way is both a small wrapping (to embed such dependencies as private) and a features XML. I can do that easily if it’s helpful for you. Regards JB > Le 13 avr. 2020 à 07:36, Paul Fraser a

Re: karaf 4.3.0 RC1 and pax-jetty-http2

2020-04-19 Thread Jean-Baptiste Onofre
Hi, Is it at runtime or when you build a custom distribution ? Unknown mvn protocol means that pax-url-aether is not there probably (maybe due to a refresh). Let me try to reproduce. Regards JB > Le 19 avr. 2020 à 11:47, Jakub Herkel a écrit : > > I have tried karaf 4.3.0 RC1 (OpenJDK

Re: Camel 3.2.0 install on Karaf 4.2.8

2020-04-10 Thread Jean-Baptiste Onofre
Hi Oleg, It’s a known issue in Camel feature. The artifacts are located in org.apache.camel.karaf now (not directly in org.apache.camel). I have a workaround (waiting new Camel feature) in Karaf: you have to add the following etc/org.apache.karaf.features.xml: Regards JB >

Re: Trying out the karaf docker image

2020-04-08 Thread Jean-Baptiste Onofre
. Am I right with this? > >> Jean-Baptiste Onofre hat am 8. April 2020 07:23 >> geschrieben: >> >> >> It’s more or less what docker:provision is doing ;) >> >> Regards >> JB >> >>> Le 7 avr. 2020 à 17:52, Gerald Kallas a écrit : >>&

Re: Trying out the karaf docker image

2020-04-08 Thread Jean-Baptiste Onofre
You can take a look on the script provided with Karaf: https://github.com/apache/karaf/tree/master/assemblies/docker Regards JB > Le 8 avr. 2020 à 12:22, Steinar Bang a écrit : > >> Steinar Bang : > >>> Yep. AFAIK the

Re: Trying out the karaf docker image

2020-04-06 Thread Jean-Baptiste Onofre
Hi, Yeah, that’s another option. You are right Karaf 4.2.8 has the jline issue about paster. I proposed a fix on JLine. Karaf 4.2.9 will have the fix. Regards JB > Le 6 avr. 2020 à 11:54, Steinar Bang a écrit : > >> Steinar Bang : > >> 5. Tried the command "docker run

Re: Trying out the karaf docker image

2020-04-06 Thread Jean-Baptiste Onofre
What about creating your own docker file as explained in the blog post ? Else, juste starting a Karaf instance, changing your running container and tagging. Regards JB > Le 6 avr. 2020 à 12:03, Steinar Bang a écrit : > >>>>>> Jean-Baptiste Onofre : > >>

Re: [ANN] Apache Karaf Europe Meetup on April 30th, 2020 in Karlsruhe, Germany

2020-03-13 Thread Jean-Baptiste Onofre
we took this decision. Take care, Kind Regards JB on behalf of Apache Karaf PMC members > Le 29 févr. 2020 à 06:27, Jean-Baptiste Onofre a écrit : > > Hi all Apache Karaf enthusiasts ! > > The first Apache Karaf European Meetup will stand on April 30th, 2020 in > Karlsruhe,

Re: CNF javax.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:50)

2020-03-15 Thread Jean-Baptiste Onofre
t3words.com/schaufel.besten.kopie> > supposons.levage.venger > <https://map.what3words.com/supposons.levage.venger> > On 14/03/2020 17:46, Jean-Baptiste Onofre wrote: >> Hi, >> >> I will publish a SNAPSHOT as I will cut the ServiceMix release. >> >

Re: Docker image for 4.2.8

2020-03-16 Thread Jean-Baptiste Onofre
Hi, The Central URL fix (to use HTTPs by default) is not fixed on 4.2.8 by default (it will be included in Karaf 4.2.9). We have a workaround (just updating etc/org.ops4j.pax.url.mvn.cfg). I will push "custom" Karaf 4.2.8 docker image with the workaround. I should be OK by tonight. Regards

Re: Problem with Karaf 4.3.0 RC1 and Hibernate 5.4.13

2020-04-05 Thread Jean-Baptiste Onofre
Hi Jakub, I guess that it works fine with Karaf 4.2.x right ? The hibernate feature (the one provided by hibernate) doesn’t seem to have been updated to OSGi R7. In any case, it should not install compendium (as it’s already provided). Can you please create a Jira ? I will propose a fix at

Re: Problem with Karaf 4.3.0 RC1 and Hibernate 5.4.13

2020-04-06 Thread Jean-Baptiste Onofre
. > > I created issue https://issues.apache.org/jira/browse/KARAF-6662 > <https://issues.apache.org/jira/browse/KARAF-6662> > > best regards > > jakub > > > > On Mon, Apr 6, 2020 at 7:22 AM Jean-Baptiste Onofre <mailto:j...@nanthrax.net>> wro

Re: Trying out the karaf docker image

2020-04-06 Thread Jean-Baptiste Onofre
Hi, By default, you would need the tty if you want the shell. You can find some details here: http://blog.nanthrax.net/?p=839 https://github.com/apache/karaf/tree/master/examples/karaf-docker-example

Re: Is there a karaf BOM?

2020-03-28 Thread Jean-Baptiste Onofre
See https://issues.apache.org/jira/browse/KARAF-3467 for tracking. Regards JB > Le 28 mars 2020 à 07:59, Steinar Bang a écrit : > > Is there a karaf BOM that can be imported into to > set versions of of maven dependencies to the same version

Re: Is there a karaf BOM?

2020-03-28 Thread Jean-Baptiste Onofre
Hi Steinar, For people creating their own distribution, the features dependencies can be seen as a BOM (even if it’s a regular pom). However, generally speaking, I think it would be a good idea to provide a BOM (like "karaf-bom"): it would be simplify the way of "aligning" and upgrading

Re: Is there a karaf BOM?

2020-03-28 Thread Jean-Baptiste Onofre
Deal for 4.2.9 ;) The effort is low, I can do that very quickly. Regards JB > Le 28 mars 2020 à 08:54, Steinar Bang a écrit : > >>>>>> Jean-Baptiste Onofre : > >> Hi Steinar, >> For people creating their own distribution, the features dependencies

Re: Karaf http proxy feature failed if destination is only reach over central Proxy like Squid

2020-04-01 Thread Jean-Baptiste Onofre
Hi Stefan, It works fine directly on kibana for instance but not if you have a proxy forward in front of kibana (for instance squid, …) ? Did you configure the http proxy at JVM level (-Dhttp.proxy…) ? Regards JB > Le 1 avr. 2020 à 17:54, stefang a écrit : > > Hi, > > actually we failed to

Re: Karaf http proxy feature failed if destination is only reach over central Proxy like Squid

2020-04-01 Thread Jean-Baptiste Onofre
And you confirm it works fine "without" proxy frontend ? Regards JB > Le 1 avr. 2020 à 18:23, stefang a écrit : > > Hi JB, > > we tried to configure proxy at JVM Level but without any luck. > > Regards > > Stefan > > > > jbonofre wrote >> Hi Stefan, >> >> It works fine directly on

Re: Trying out the karaf docker image

2020-04-06 Thread Jean-Baptiste Onofre
Hi Steinar, You can also use the docker feature in karaf and just do docker:provision: it will create a docker image using the current state of the Karaf instance. Regards JB > Le 6 avr. 2020 à 12:22, Steinar Bang a écrit : > >>>>>> Jean-Baptiste Onofre : > >

Re: Other version of javax.xml.bind when running with Java 8 and 11

2020-04-29 Thread Jean-Baptiste Onofre
er way to do this. > > Best regards > Stephan > > -Original Message- > From: Jean-Baptiste Onofre > Sent: Mittwoch, 29. April 2020 08:03 > To: user@karaf.apache.org > Subject: Re: Other version of javax.xml.bind when running with Java 8 and 11 > > Hi,

Re: Other version of javax.xml.bind when running with Java 8 and 11

2020-04-29 Thread Jean-Baptiste Onofre
Hi, You maybe missed the message related to spec on the mailing list. The proposal is: 1. Remove lib/jdk9plus folder 2. Remove reference to spec in etc/jre.properties 3. Provide specs feature It will work with both JDK8 and 11 and "force" usage of specs bundle. It’s actually a cleaner way to

Re: Karaf http proxy feature failed if destination is only reach over central Proxy like Squid

2020-04-23 Thread Jean-Baptiste Onofre
Hi, The persistence of the config has been added in Karaf 4.2.2, as you are using 4.2.6 it should be fine. Let me try to reproduce. Regards JB > Le 24 avr. 2020 à 07:46, stefang a écrit : > > Hi JB, > > we created a new config file in etc (org.apache.karaf.http.cfg) with the > following

Re: My first real karaf-based docker image: sonar-collector

2020-04-21 Thread Jean-Baptiste Onofre
Thanks for sharing ! I think we can improve the docker script provided by Karaf to do the same (starting from Karaf official instance). Regards JB > Le 21 avr. 2020 à 18:36, Steinar Bang a écrit : > > I have created my first real karaf-based docker image: >

Re: Karaf Cellar getting the HazelCastInstance

2020-04-22 Thread Jean-Baptiste Onofre
Hi, Can you check that hazelcast and cellar hazelcast bundles are started ? karaf@root()> la|grep -i hazelcast 107 x Active x 80 x 3.9.1 x hazelcast 114 x Active x 80 x 4.1.3 x Apache Karaf :: Cellar :: Hazelcast I can see the HazelcastInstance available

Re: [ANN] Apache Karaf Meetup, schedule

2020-04-29 Thread Jean-Baptiste Onofre
Yes, I will try to record on zoom. Regards JB > Le 29 avr. 2020 à 15:09, Serge Huber a écrit : > > Will these sessions be recorded? > > cheers, > Serge... > > On Wed, Apr 29, 2020 at 3:03 PM Jean-Baptiste Onofre <mailto:j...@nanthrax.net>> wrote: &

Re: Karaf and Libjitsi

2020-04-30 Thread Jean-Baptiste Onofre
I agree with JB for the usage of private dependencies, I will push another >> PR with this design. >> >> regards, >> François >> fpa...@apache.org <mailto:fpa...@apache.org> >> Le 16/04/2020 à 08:12, Paul Fraser a écrit : >>> >>> Hi JB, >>

Re: Karaf as micro service container

2020-04-30 Thread Jean-Baptiste Onofre
By the way, I liked the tag line used by Toni: Karaf is modulith runtime (meaning the next iteration after monolith and micro services) ;) Regards JB > Le 30 avr. 2020 à 23:20, Mike Hummel a écrit : > > Hello, > > referencing to Dimitrys presentation I understand that it's useful to group a

Re: [UPDATE] Karaf Virtual Meetup preparation

2020-04-30 Thread Jean-Baptiste Onofre
;) I like your quote ;) Thanks, Cheers, JB > Le 30 avr. 2020 à 20:27, Maurice Betzel a écrit : > > Great, now you asked I have to come up with an explanation  > > Like Karaf with OSGi being my unicorn in software. > > Wiki extract: > > The unicorn is a legendary creature that has been

Re: Karaf as micro service container

2020-04-30 Thread Jean-Baptiste Onofre
Hi Mike, See my answer inline > Le 30 avr. 2020 à 23:20, Mike Hummel a écrit : > > Hello, > > referencing to Dimitrys presentation I understand that it's useful to group a > set of services in the same osgi container. This will reduce complexity and > work while updates, IC and more. > >

Re: Karaf Cellar Osgi Event Admin timeout

2020-05-01 Thread Jean-Baptiste Onofre
Hi Maurice, Are you posting or sending event in EventAdmin (sync or async) ? If you switch the root logger to debug, don’t you see blacklisting of event handlers ? Regards JB > Le 1 mai 2020 à 10:46, Maurice Betzel a écrit : > > Hi community, > > the Karaf cluster i am running with Karaf

Re: Karaf Cellar Osgi Event Admin timeout

2020-05-01 Thread Jean-Baptiste Onofre
Hi, Just to be sure: you are using the Cellar ClusterEventHandler right ? Can you check the state of the EventHandler service in cellar-event bundle ? Regards JB > Le 1 mai 2020 à 16:56, Maurice Betzel a écrit : > > I guess async uses sockets and timeouts as well. I must dive into that code

Re: [UPDATE] Karaf Virtual Meetup preparation

2020-04-30 Thread Jean-Baptiste Onofre
zoom URL on meetup.com <http://meetup.com/> and I will send a > personal password for each registered attendee. > > Regards > JB > >> Le 28 avr. 2020 à 12:06, Łukasz Dywicki > <mailto:l...@code-house.org>> a écrit : >> >> Any updates on this? >&g

[ANN] Apache Karaf Decanter 2.4.0 has been released

2020-05-01 Thread Jean-Baptiste Onofre
The Apache Karaf Team is pleased to announce Apache Karaf Decanter 2.4.0 release. This is a new major release for Apache Karaf Decanter 2.x series, containing bug fixes, new features, improvements and updates. Especially: - New processing layer with first aggregator processor - New prometheus

Re: camel-servlet configuration of port, ssl, basic auth?

2020-05-03 Thread Jean-Baptiste Onofre
Hi Gerald, I used camel-servlet with the Karaf web container while ago for a customer (it worked fine, but it was pretty simple). It can update (as it’s pretty old) and contribute a example with the features you mentioned. Regards JB > Le 3 mai 2020 à 21:36, Gerald Kallas - mailbox.org a >

Re: [ANN] Apache Karaf Decanter 2.4.0 has been released

2020-05-03 Thread Jean-Baptiste Onofre
Hi Maurice, The filleting has been improved since Decanter 2.0.0. About the documentation, the Decanter one is pretty complete: http://karaf.apache.org/manual/decanter/latest-2/html/ I did several blog posts about Decanter:

  1   2   3   4   5   6   >