Fix inconsistencies and bugs of v4.2.0 on main
PHochmann opened this issue · 1 comments
PHochmann commented
To prepare the release of 4.2.0 and to generate the accompanying Java-Code, some changes to main need to be done:
- AppNotificationMessage: SHACL mentions ids:affectedAppResource, a property that does not exist. Use ids:affectedResource instead? Bug was already present in 4.0.0 and is fixed in develop.
- Wrong target class in InfrastructureComponentShape (should be InfrastructureComponent, not Shape)
- Copy/Paste error in defautlRepresenations? All classes have ids:ImageRepresentation, keep it to stay non-breaking?
- Missing new individuals for ids:Action
- Missing new individuals for ids:LeftOperand
- Class IdsProtocolSpecification missing, but individuals are present under codes/
Working branch is fix/4.2.0-inconsistencies
lcomet commented
As all tasks are marked as completed, I close this issue.