Support for import statements in configuration files has just been added:

This is still a work-in-progress.  The most difficult aspect was correctly handling listener events for changes made in imported configurations, including changes due to dynamically added or removed import statements.  I'm still not certain I've got all the concurrency aspects worked out correctly yet and there's still more testing to be done.  

More information can be found in the docs:

http://juneau.apache.org/site/apidocs-8.0.1/overview-summary.html#juneau-config.Imports

  • No labels