-
Notifications
You must be signed in to change notification settings - Fork 684
Description
Description:
As per the PR #2764, below configurations of carbon-kernel-version/feature are deleted:
Change1: feature/org.wso2.carbon.core.server.feature/pom.xml :
62 - <bundleDef>
63 - org.wso2.carbon:org.wso2.carbon.feature.mgt.services:${carbon.kernel.version}
64 - </bundleDef>
Change2: feature/org.wso2.carbon.core.ui.feature/pom.xml :
63 - <bundleDef>org.wso2.carbon:org.wso2.carbon.feature.mgt.ui:${carbon.kernel.version}</bundleDef>
64 - <bundleDef>org.wso2.carbon:org.wso2.carbon.feature.mgt.stub:${carbon.kernel.version}</bundleDef>
For the verification, we have checked in source code of carbon-kernel-4.6.1 and carbon-kernel-4.6.2 (these both version are released after merging of PR#2764 in master branch) but we have found that the modification of PR#2764 have not been done properly. Few references of jar are still available in pom.xml file as shown below.
- feature/org.wso2.carbon.core.server.feature/pom.xml :
62 - <bundleDef>
63 - org.wso2.carbon:org.wso2.carbon.feature.mgt.services:${carbon.kernel.version}
64 - </bundleDef>
- feature/org.wso2.carbon.core.ui.feature/pom.xml :
64 - <bundleDef>org.wso2.carbon:org.wso2.carbon.feature.mgt.stub:${carbon.kernel.version}</bundleDef>
Please confirm, in which version of carbon-kernel the PR#2764 has been included.
Suggested Labels:
Query
Suggested Assignees:
Affected Product Version:
carbon-kernel-4.6.1
carbon-kernel-4.6.2
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues: