]
Ondrej Zizka updated FORGE-1964:
--------------------------------
Summary: "Visible for all classloaders" addon option (was: "Visible
for all classloaders" addon)
"Visible for all classloaders" addon option
-------------------------------------------
Key: FORGE-1964
URL:
https://issues.jboss.org/browse/FORGE-1964
Project: Forge
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Dependencies
Affects Versions: 2.7.2.Final
Reporter: Ondrej Zizka
An option to allow an addon's content (classes + resources) to be visible for all
other addons is needed.
Some frameworks are not prepared for modularized environment, and working with them then
is a hell. For example, logging frameworks, which initialize pretty much randomly, under
undefined conditions through unknown classloaders, hence, adding a logging addon to
specific addons doesn't help - one needs to add it to all modules. Which kind of
defeats the purpose of modularity.
Having this option would save a lot of depdendency maintainance effort.