genericworkflownodes / GenericKnimeNodes

Base package for GenericKnimeNodes
https://github.com/genericworkflownodes/GenericKnimeNodes
Other
15 stars 16 forks source link

Testing plugin/feature not working with KNIME 4.1 and upwards #265

Closed danielesser closed 4 years ago

danielesser commented 4 years ago

GenericKnimeNodes generates testing plugins and features to execute test workflows. The generated testing modules require the feature org.knime.features.testingapplication see here.

KNIME has recently (and silently) changed the name of this feature to org.knime.features.testing.application (note the dot between testing and application). For target platforms KNIME 4.1 and upwards, testing features can no longer be installed and executed. More infos here.

jpfeuffer commented 4 years ago

So, how are we supposed to go forward with this? Is there a way to specify an "either .. or" for a plugin dependency? Or do we have to break backwards-compatibility and add weird 4.1+ dependencies just because of a rename?

jpfeuffer commented 4 years ago

So, I just removed it in the referenced PR. Let's see what they say in the forum https://forum.knime.com/t/testingapplication-feature/20398