Skip to content

Make the budle start level property configurable, not hardcoded.#2

Open
dmitryintel wants to merge 1 commit intovivosys:masterfrom
dmitryintel:master
Open

Make the budle start level property configurable, not hardcoded.#2
dmitryintel wants to merge 1 commit intovivosys:masterfrom
dmitryintel:master

Conversation

@dmitryintel
Copy link

  • Bundles below this start level are ignored.
  • System property "com.vivosys.min.startlevel.depends.graph" used to configure the minimal start level
  • Default value of 1 is used.

* Bundles below this start level are ignored.
}
}
logger.info("Building deps graph for start levels {} or above", retVal);
return retVal;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

I prefer a coding style without the single-return retVal in general, see https://softwareengineering.stackexchange.com/questions/118703/where-did-the-notion-of-one-return-only-come-from. Please update accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants