Re: jdk.net requirement for mongodb driver >4.1

2021-06-21 Thread Michal Hlavac
Hi, jdk 16 with karaf 4.3.2 thanks, m. On piatok 18. júna 2021 14:20:50 CEST Jean-Baptiste Onofre wrote: > What JDK are you using ? > > Regards > JB > > > Le 18 juin 2021 à 09:57, Michal Hlavac a écrit : > > > > Hi, > > > > I would like to ask

jdk.net requirement for mongodb driver >4.1

2021-06-18 Thread Michal Hlavac
Hi, I would like to ask how to solve this error in feature validation in feature maven module. MongoDb driver from version 4.1 has dependency on jdk.net package and feature validation says: Unable to resolve org.mongodb.driver-core/4.2.3: missing requirement [org.mongodb.driver-core/4.2.3]

Re: JDK version for Karaf 4.3.0

2021-01-11 Thread Michal Hlavac
rds > JB > > > Le 11 janv. 2021 à 13:47, Oleg Cohen a écrit : > > > > Greetings, > > > > Wanted to confirm the latest JDK that is supported by Karaf 4.3.0. > > > > I am now using 11. Would love to move to a later one. > > > > Thank

Re: Moving to JDK 11

2019-02-19 Thread Michal Hlavac
can confirm that with CXF 3.3.0 it works! thanks, m. On nedeľa 20. januára 2019 19:14:45 CET Michal Hlaváč wrote: one thing to mention is, that it works using Java 1.8 On Fri, Jan 18, 2019 at 1:39 PM Jean-Baptiste Onofré wrote: Hi Michal, There's a couple of fix coming in CXF 3.2.8.

Re: Is it possible to make karaf run a set of command line commands?

2018-03-17 Thread Michal Hlavac
you can use docker exec or compose exec to run multiple commands from file. create configure.cmd file with commands e.g. config:edit com.example.config config:property-set example.property value config:update then run: docker-compose exec -T container /opt/karaf/bin/client -b < configure.cmd m.

Re: version resolving

2017-11-06 Thread Michal Hlavac
2017-11-06 13:53 GMT+01:00 Michal Hlavac <m...@hlavki.eu[3]>: it means that there is bug in CXF, right? Because I can't build offline karaf distribution with cxf-3.2.0 It searches for 1.0.0-SNAPSHOT on first start m. Those version resolution are done by pax-url-aether which use

Re: version resolving

2017-11-06 Thread Michal Hlavac
the aether library (the same one used by maven). I think the behavior is correct, see https://cwiki.apache.org/confluence/display/MAVENOLD/Dependency+Mediation+and+Conflict+Resolution[1] 2017-11-06 12:06 GMT+01:00 Michal Hlavac <m...@hlavki.eu[2]>: Hi, I would like to ask about version res

version resolving

2017-11-06 Thread Michal Hlavac
Hi, I would like to ask about version resolving in repository element of feature file. I am asking because of line 21 in https://github.com/apache/cxf/blob/cxf-3.2.1/osgi/karaf/features/src/main/resources/features.xml mvn:org.ops4j.pax.cdi/pax-cdi-features/[1.0.0.RC1,2)/xml/features When I

Docker images

2017-08-09 Thread Michal Hlavac
Hi, upgraded docker images to latest karaf 4.1.2 https://hub.docker.com/r/hlavki/karaf/ m.

Re: CXF 3.1.12, karaf 4.1.1 & 4.1.2-SNAPSHOT

2017-07-31 Thread Michal Hlavac
installed. So it should even work in your version. How do you see that it does not work? Christian 2017-07-31 19:58 GMT+02:00 Michal Hlavac <hla...@hlavki.eu[1]>: Hi, I am trying to install cxf to karaf 4.1.x and it fails. Commands:feature:repo-add cxf 3.1.12feature:install cxf It

CXF 3.1.12, karaf 4.1.1 & 4.1.2-SNAPSHOT

2017-07-31 Thread Michal Hlavac
Hi, I am trying to install cxf to karaf 4.1.x and it fails. Commands: feature:repo-add cxf 3.1.12 feature:install cxf It fails with restart and error: Error executing command: java.lang.InterruptedException Environment: Linux 4.11.8-2-default #1 SMP PREEMPT Thu Jun 29 14:37:33 UTC 2017