>>>>> Steinar Bang <[email protected]>:
> Do I somehow need to specify the feature version when loading the
> feature? Ie. is the "/0" in the error message significant?
I tried specifying the version explicit, ie
@Test
public void testLoadFeature() throws Exception { // NOSONAR this test has
an assert, just not an assert sonar recognizes
installAndAssertFeature("sampleapp-with-derby/1.0.0-SNAPSHOT");
}
But that failed as well:
https://github.com/steinarb/sampleapp/actions/runs/3085501564
This time with the following error message:
SampleappIntegrationTest: testLoadFeature
java.lang.IllegalArgumentException: No matching features for
sampleapp-with-derby/[1.0.0.SNAPSHOT,1.0.0.SNAPSHOT]