Scope
- Core configuration loading, plugins, and caching
Changes
- Added
- Add
DomXmlAccept to convert XML into an XmlNode tree.
- Improved
- Lower the merge priority of
static-config.xml inside JARs so that external configuration files take precedence.
- Adjust
AbstractAppContext.createInjector; change Cache key types from String to Serializable.
- Fixed
- Fix a concurrent modification exception in
DecSequenceMap.removeAllMap.
- Fix plugin loading failures caused by
ApiBinderModule not handling Binder arguments.