Fyi - important thread to follow. ---------- Forwarded message --------- From: Luis Gomez <[email protected]> Date: Wed, May 3, 2017 at 7:03 PM Subject: Re: [release] using dependency= and prerequisite= correctly To: Colin Dixon <[email protected]> Cc: Stephen Kitt <[email protected]>, [email protected] < [email protected]>
Yeah, that would be better approach if possible. On May 3, 2017, at 6:59 PM, Colin Dixon <[email protected]> wrote: Maybe we could change the Karaf maven plugin to do dependency=true by default? It's also possible there's a way to control the features.xml generation to add dependency=true from the pom file. --Colin On Wed, May 3, 2017 at 9:51 PM Luis Gomez <[email protected]> wrote: > From karaf documentation, it seems we need "dependency=true" for all > dependent features/bundles in a feature definition, otherwise the first > will be reloaded every time the feature is installed. Problem is current > feature definition (feature.xml) is auto generated from feature pom.xml > file (using karaf maven plugin I guess) and I do not see a value in this > pom.xml to set "dependency=true". > > BR/Luis > > > > On May 3, 2017, at 4:28 PM, Colin Dixon <[email protected]> wrote: > > > > Luis is running into issues testing adding Karaf 4 features to > integration/distribution and I think some of them are because most projects > are using dependency=false and prerequisite=false, which has different > behavior than we had in Karaf 3. > > > > The result is that, I _think_ almost all projects should use > dependency=true for features being included in other features because > that's roughly the behavior we had been writing feature specifications to > in Karaf 3. > > > > If that's the case, do we need to go through and get most projects to > fix their feature definitions? Am I missing something? > > > > --Colin > > > > _______________________________________________ release mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/release
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
