Hi again,
Am 29.12.2016 um 22:23 schrieb P. Ottlinger:
> @Anatole: I can reproduce the failure locally (with the same stack) -
> does it work with your settings?
By downgrading to surefire 2.18 I was able to replace the failing builds
by test failures.
@Anatole: could you have a look if these failures are bugs in the
implementation or are caused by the downgrade alone?
Since the test failures are related to "features loading" I'm not sure
if the format is just wrong:
Running org.apache.tamaya.osgi.OSGIKarafTest
2016-12-29 23:15:51,422 | WARN | pool-7-thread-1 | JaxbUtil
| 8 - org.apache.karaf.features.core - 4.0.7 | Old style
feature file without namespace found (URI:
mvn:org.apache.tamaya.ext/tamaya-osgi-features/0.3-incubating-SNAPSHOT/xml/features).
This format is deprecated and support for it will soon be removed
and failure is:
getConfiguration(org.apache.tamaya.osgi.OSGIKarafTest) Time elapsed:
8.103 sec <<< ERROR!
java.lang.IllegalArgumentException: No matching features for
tamaya-osgi-features/0.3.0.incubating-SNAPSHOT
at
org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:928)
at
org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:847)
at
org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:832)
at
org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:822)
at
org.apache.tamaya.osgi.OSGIKarafTest.beforeTest(OSGIKarafTest.java:126)
Apart from that I fixed some build warnings ;-)
Phil