Re: Spring security feature

2018-04-11 Thread Jean-Baptiste Onofré
Hi Nicolas, They are still provided in the spring-legacy features repository: https://github.com/apache/karaf/blob/master/assemblies/features/spring-legacy/src/main/feature/feature.xml#L502

Re: karaf-maven-plugin 4.2.0 "FAT" kar?

2018-04-11 Thread nino martinez wael
hmm saw that I forgot group placeholder in mvn coordinates, however after correcting the problem remains the same, I wi.. Will the plugin shout if theres anything wrong in feature.xml? Output from karaf plugin are this: [INFO] Features verified: 0, failures: 0, ignored: 0 I've reverted to this:

Re: karaf-maven-plugin 4.2.0 "FAT" kar?

2018-04-11 Thread nino martinez wael
stop, I see a problem.. Let me test and get back. On Wed, Apr 11, 2018 at 1:56 PM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > I mean shouldnt the plugin aggregate the features? and place all > referenced jars in the repo? > > On Wed, Apr 11, 2018 at 10:24 AM, nino martinez wael

Re: karaf-maven-plugin 4.2.0 "FAT" kar?

2018-04-11 Thread nino martinez wael
I mean shouldnt the plugin aggregate the features? and place all referenced jars in the repo? On Wed, Apr 11, 2018 at 10:24 AM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > > xmlns="http://karaf.apache.org/xmlns/features/v1.5.0; >

Re: karaf with Java 9/10

2018-04-11 Thread Guillaume Nodet
I've just fixed the java detection I think https://github.com/apache/karaf/commit/3b3b831a58024dd57cca94cd4478e3b66b253a1e 2018-04-09 21:20 GMT+02:00 Jean-Baptiste Onofré : > Hi, > > Yeah, some users reported that the tokenizer that extracts the > JAVA_VERSION (that we test

Spring security feature

2018-04-11 Thread DUTERTRY Nicolas
Hi, A spring-security feature was available in Karaf version 3, but it is not the case anymore in Karaf 4.1 or 4.2. Do you know if there is a good reason for that ? Is it possible to add it in future Karaf 4.2.1 ? Regards, -- Nicolas Dutertry Sopra HR Software - http://www.soprahr.com/

Re: karaf-maven-plugin 4.2.0 "FAT" kar?

2018-04-11 Thread nino martinez wael
http://karaf.apache.org/xmlns/features/v1.5.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.5.0 http://karaf.apache.org/xmlns/features/v1.5.0;> mvn:ccadmin-karaf-feature/features/3.0.0-SNAPSHOT/xml/features

Re: karaf-maven-plugin 4.2.0 "FAT" kar?

2018-04-11 Thread Jean-Baptiste Onofré
What does your features.xml look like ? Regards JB Le 11 avr. 2018 à 07:03, à 07:03, nino martinez wael a écrit: >I just get an kar containing the feature.xml file, no jars included.. > >It also complains: > >[WARNING] Your project should use the "kar" packaging