aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

Support for optional modules #357

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Idea is to have optional module dependencies. If A is optionally dependent on 
B, then A will depend on B (have visibility of its beans, resources and 
classes) if B is present. However, A should not fail to load if B is not 
present.

Original issue reported on code.google.com by philzoio...@googlemail.com on 10 Aug 2011 at 8:46

GoogleCodeExporter commented 9 years ago
Fixed with r5680, need to document changes before closing ticket

Original comment by philzoio...@googlemail.com on 5 Nov 2011 at 8:36

GoogleCodeExporter commented 9 years ago
Also should add service:optional namespace element

Original comment by philzoio...@googlemail.com on 5 Nov 2011 at 10:57

GoogleCodeExporter commented 9 years ago

Original comment by philzoio...@googlemail.com on 24 Mar 2012 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by philzoio...@googlemail.com on 24 Mar 2012 at 9:31