The reason for not including utilities of modelVersion < 10.0 is not clear #30
Labels
discussion
This issue need a discussion of the team.
enhancement
[email protected]
It schould be implemented for cubx.core.rte 3.x version.
AS-IS
When developing an artifact in [email protected] that has a utility with modelVersion < 10.x as a dependency, the component cannot be initialised and console errors are logged (See attached image).
The warning message about the modelVersion is as follows:
Then, the error message looks as follows:
Although the DepMgr logs a warning indicating that the utility is not modelVersion 10.0 before those errors, it is not straightforward to conclude that the errors are due to the modelVersion.
TO-BE
The warning message should indicate that the webpackage will be not included as dependency, and not only say the utility has a different modelVersion.
The text was updated successfully, but these errors were encountered: