Re: Circular feature dependency?

2022-07-11 Thread Paul Stanley
ures point of view. kind regards Grzegorz Grzybek pon., 11 lip 2022 o 16:26 Paul Stanley napisał(a): Hello, Just a quick observation. There appears to be a circular dependency between the karaf standard feature and the pax-web feature. To deal with the problem the pax-web-service refere

Circular feature dependency?

2022-07-11 Thread Paul Stanley
Hello, Just a quick observation. There appears to be a circular dependency between the karaf standard feature and the pax-web feature. To deal with the problem the pax-web-service references an old version of karaf. e.g pax-web-8.0.6 references Karaf version 4.7.3. Is this going to cause any

Re: Optional dependencies are not being resolved on Karaf 4.4.1-SNAPSHOT

2022-07-07 Thread Paul Stanley
heers Paul From: Jean-Baptiste Onofré Sent: 05 July 2022 17:23 To: dev Subject: Re: Optional dependencies are not being resolved on Karaf 4.4.1-SNAPSHOT Hi Paul, do you have a simple test case to reproduce it ? Regards JB On Tue, Jul 5, 2022 at 4:21 PM Paul Stanley wrote: > > Hi JB

Re: Optional dependencies are not being resolved on Karaf 4.4.1-SNAPSHOT

2022-07-05 Thread Paul Stanley
et me know. Thanks Paul Get TypeApp for Android<http://www.typeapp.com/r> On 2 Jul 2022, at 19:18, "Jean-Baptiste Onofré" mailto:j...@nanthrax.net>> wrote: Do you observe same behavior on 4.4.0 ? Le ven. 1 juil. 2022 à 17:23, Paul Stanley a écrit : Hello. Has an

Optional dependencies are not being resolved on Karaf 4.4.1-SNAPSHOT

2022-07-01 Thread Paul Stanley
Hello. Has anyone else observed optional package resolution issues on karaf 4.4.1-SNAPSHOT. When I build the karaf deployment for my application the majority of the base artifacts get added to the etc/startup.cfg file. These in turn get loaded by the main deployment thread in karaf. At the e

Re: [UPDATE] Apache Karaf runtime 4.2.16 and 4.4.1 releases planned next week

2022-06-30 Thread Paul Stanley
Hi JB, I was wondering what the time line is for the 4.4.1 release. Thanks Paul From: Jean-Baptiste Onofré Sent: 07 June 2022 04:32 To: Jean-Baptiste Onofré Cc: dev Subject: Re: [UPDATE] Apache Karaf runtime 4.2.16 and 4.4.1 releases planned next week Hi gu

Re: Preparing Karaf runtime 4.3.4

2021-11-12 Thread Paul Stanley
he reason is to give time for users to "migrate" from one main version to another. For instance, Karaf 4.3.x is R7 based, whereas 4.4.x is R8 based, so, we give the chance for users to smoothly upgrade. Regards JB On 12/11/2021 09:39, Paul Stanley wrote: > Hi JB, > > If pax-we

Re: Preparing Karaf runtime 4.3.4

2021-11-12 Thread Paul Stanley
il.ServiceLoader$LazyIterator.next(ServiceLoader.java:404) >>>>>>> ~[?:1.8.0_312] >>>>>>> at java.util.ServiceLoader$1.next(ServiceLoader.java:480) >>>> ~[?:1.8.0_312] >>>>>>> at >>>>>>> >>>> >> org.eclipse.jet

Re: Preparing Karaf runtime 4.3.4

2021-10-29 Thread Paul Stanley
-- The tests include authentication and TLS tests. regards Grzegorz Grzybek pt., 29 paź 2021 o 11:44 Paul Stanley napisał(a): > Hi JB, > > Jetty 9.4.44 now attempts to create the default instance of the jaspi, > even if it is not installed or used. > I've inclu

Re: Preparing Karaf runtime 4.3.4

2021-10-29 Thread Paul Stanley
Hi JB, Jetty 9.4.44 now attempts to create the default instance of the jaspi, even if it is not installed or used. I've included the geronimo-jaspi implementation alongside the geronimo -jaspic_1.0_spec to address the issue. Note that ordering is important as there is static code begin used to

Re: [HEADS UP] Preparing Karaf runtime 4.3.3 release

2021-09-01 Thread Paul Stanley
Thanks for the update, i look forward to the release.. Cheers Paul From: "Jean-Baptiste Onofré" To: "Paul Stanley" , dev@karaf.apache.org Date: 01/09/2021 12:32 Subject:Re: [HEADS UP] Preparing Karaf runtime 4.3.3 release Hi Paul, Yes, Karaf 4.3.3 st

Re: [HEADS UP] Preparing Karaf runtime 4.3.3 release

2021-09-01 Thread Paul Stanley
Hi JB, Just wanted to confirm what was going into 4.3.3 release. Looking at the github mirror, the main pom file still lists version 7.3.19 of the pax web. Should this be updated to 8.0.0. Also Jackson is a little out of date which may cause conflicts with other features. pax-web is currently

Re: Non-Deterministic startup order

2021-05-11 Thread Paul Stanley
feature definition. Do you use the same approach or directly startupBundles ? Regards JB > Le 11 mai 2021 à 16:38, Paul Stanley a écrit : > > Hello. > > I have tested the proposed 4.3.2 release and the startup.properties file is > still being generated in a non- determin

Re: Non-Deterministic startup order

2021-05-11 Thread Paul Stanley
ress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le mer. 5 mai 2021 à 17:07, Paul Stanley a écrit : > Hi. > > When building and runnin

Re: Non-Deterministic startup order

2021-05-05 Thread Paul Stanley
ps://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le mer. 5 m

Non-Deterministic startup order

2021-05-05 Thread Paul Stanley
Hi. When building and running karaf the boot order for the initial set of startup bundles is being randomised, within their start levels. As result we are seeing non-deterministic behaviour between development and release builds of custom karaf platforms. Please can you change the karaf.featu

Please can you confirm what version of CXF will be in 4.3.0

2020-10-26 Thread Paul Stanley
Hi JB. Please can you confirm what version of Apache CXF will be in the proposed Karaf 4.3.0 release. Currently the Karaf github mirror pulls in version 3.3.7, whereas the CXF project has released 3.4.0. Thanks Paul