micro-integrator
micro-integrator copied to clipboard
Fix split package issues in the build
In the org.wso2.carbon.micro.integrator.core component we are exporting some of the org.wso2.carbon packages which are used by the carbon-mediation components. Therefore we cannot rename the package in org.wso2.carbon.micro.integrator.core to avoid the split package warning. Ideally, we should have the relevant carbon-mediation components refactored to work on both kernel and non-kernel environments.
@isudana Please let me know if you have a better idea.