Hi All, status update,
we (me, azeez, senaka) completed the task for Carbon-kernel. We got rid of CarbonContextHolderBase class and merge the implementation details to CarbonContextDataHolder. In the current code, we have two interface classes, * CarbonContext * PrivilegedCarbonContext Both talk to same underlying impl, which is CarbonContextDataHolder (package private) We merged the ApplicationCarbonContext class in to CarbonContext as well. The only blocker right now is the method #getApplicationFromUrlMapping(hostName) that found in ApplicationCarbonContext(). This method refers to global level config and does not belong to carbonContext IMHO. Amani and Reka working on refactoring that part of the code. --Pradeep _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
