kusalk opened a new pull request, #668: URL: https://github.com/apache/struts/pull/668
WW-5293 -- I've split XmlConfigurationProvider into a superclass XmlDocsConfigurationProvider. The original XmlConfigurationProvider now extends XmlDocsConfigurationProvider to provide filesystem specific loading functionality. The new XmlDocsConfigurationProvider can be instantiated on its own by feeding in a parsed XML document directly. Additionally: - Deprecated some old constructors/methods so that they can be safely deleted in Struts 7.0 - Allowed greater flexibility in subclassing by splitting the build action/interceptor/result configs into their own methods - Fixed a minor existing bug where `#registerBeanSelection` did not respect the ObjectFactory configured class loader - Fixed a minor bug introduced in #657 where an unhandled exception is thrown when calling `#loadPackages` of an XmlConfigurationProvider of an already loaded XML file -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org