See <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/1236/display/redirect?page=changes>
Changes: [acoburn] TAMAYA-379: Apply checkstyle rules to test code [acoburn] TAMAYA-215: forbid junit assertions ------------------------------------------ [...truncated 3.13 MB...] 8:13:07 AM PIT >> FINE : MINION : 08:13:07.300 [main] DEBUG org.springframework.context.annotation.ClassPathBeanDefinitionScanner - Identified candidate component class: file [<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/spring/target/classes/org/apa> 8:13:07 AM PIT >> FINE : MINION : che/tamaya/integration/spring/SpringConfigInjectionPostProcessor.class] 8:13:07 AM PIT >> FINE : MINION : 08:13:07.301 [main] DEBUG org.springframework.context.annotation.ClassPathBeanDefinitionScanner - Identified candidate component class: file [<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/spring/target/classes/org/apa> 8:13:07 AM PIT >> FINE : MINION : che/tamaya/integration/spring/TamayaSpringConfig.class] 8:13:07 AM PIT >> FINE : MINION : 08:13:07.748 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' 8:13:07 AM PIT >> INFO : MINION : 8:13:07 AM PIT >> SEVERE : Description [testClass=org.apache.tamaya.integration.spring.SpringConfigTest2, name=assertDefaultSetup(org.apache.tamaya.integration.spring.SpringConfigTest2)] java.lang.IllegalStateException: Cannot load configuration class: org 8:13:07 AM PIT >> INFO : MINION : .apache.tamaya.integration.spring.MyApplication at org.springframework.context.annotation.ConfigurationClassPostProcessor.enhanceConfigurationClasses(ConfigurationClassPostProcessor.java:413) at org.springframework.context.annotation.ConfigurationClassPo 8:13:07 AM PIT >> INFO : MINION : stProcessor.postProcessBeanFactory(ConfigurationClassPostProcessor.java:253) at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:286) at org.springframework.conte 8:13:07 AM PIT >> INFO : MINION : xt.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:130) at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:691) 8:13:07 AM PIT >> INFO : MINION : at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:528) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:144) at org.springframework. 8:13:07 AM PIT >> INFO : MINION : context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:85) at org.apache.tamaya.integration.spring.SpringConfigTest2.assertDefaultSetup(SpringConfigTest2.java:34) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M 8:13:07 AM PIT >> INFO : MINION : ethod) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.mo 8:13:07 AM PIT >> INFO : MINION : del.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.in 8:13:07 AM PIT >> INFO : MINION : ternal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4C 8:13:07 AM PIT >> INFO : MINION : lassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) a 8:13:07 AM PIT >> INFO : MINION : t org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.pitest.junit.adapter.CustomRunnerExecutor.run(Custo 8:13:07 AM PIT >> INFO : MINION : mRunnerExecutor.java:42) at org.pitest.junit.adapter.AdaptedJUnitTestUnit.execute(AdaptedJUnitTestUnit.java:69) at org.pitest.coverage.execute.CoverageDecorator.execute(CoverageDecorator.java:50) at org.pitest.testapi.execute.containers.UnContainer.exec 8:13:07 AM PIT >> INFO : MINION : ute(UnContainer.java:31) at org.pitest.testapi.execute.Pitest.executeTests(Pitest.java:57) at org.pitest.testapi.execute.Pitest.run(Pitest.java:48) at org.pitest.coverage.execute.CoverageWorker.run(CoverageWorker.java:51) at org.pitest.coverage.execute 8:13:07 AM PIT >> INFO : MINION : .CoverageMinion.main(CoverageMinion.java:90) Caused by: java.lang.IllegalArgumentException: No visible constructors in class org.apache.tamaya.integration.spring.MyApplication at org.springframework.cglib.proxy.Enhancer.filterConstructors(Enhancer.java:76 8:13:07 AM PIT >> INFO : MINION : 0) at org.springframework.cglib.proxy.Enhancer.generateClass(Enhancer.java:659) at org.springframework.cglib.transform.TransformingClassGenerator.generateClass(TransformingClassGenerator.java:33) at org.springframework.cglib.core.DefaultGeneratorStrateg 8:13:07 AM PIT >> INFO : MINION : y.generate(DefaultGeneratorStrategy.java:25) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy.generate(ConfigurationClassEnhancer.java:252) at org.springframework.cglib.core.AbstractClassGenerator.gen 8:13:07 AM PIT >> INFO : MINION : erate(AbstractClassGenerator.java:354) at org.springframework.cglib.proxy.Enhancer.generate(Enhancer.java:582) at org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:106) at org.springframework.cglib 8:13:07 AM PIT >> INFO : MINION : .core.AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:104) at org.springframework.cglib.core.internal.LoadingCache$2.call(LoadingCache.java:54) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.springframework 8:13:07 AM PIT >> INFO : MINION : .cglib.core.internal.LoadingCache.createEntry(LoadingCache.java:61) at org.springframework.cglib.core.internal.LoadingCache.get(LoadingCache.java:34) at org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData.get(AbstractClassGenerator.java 8:13:07 AM PIT >> INFO : MINION : :130) at org.springframework.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:315) at org.springframework.cglib.proxy.Enhancer.createHelper(Enhancer.java:569) at org.springframework.cglib.proxy.Enhancer.createClass(Enhancer.java:416) 8:13:07 AM PIT >> INFO : MINION : at org.springframework.context.annotation.ConfigurationClassEnhancer.createClass(ConfigurationClassEnhancer.java:137) at org.springframework.context.annotation.ConfigurationClassEnhancer.enhance(ConfigurationClassEnhancer.java:109) at org.springframewo 8:13:07 AM PIT >> INFO : MINION : rk.context.annotation.ConfigurationClassPostProcessor.enhanceConfigurationClasses(ConfigurationClassPostProcessor.java:402) ... 33 more 8:13:07 AM PIT >> SEVERE : Description [testClass=org.apache.tamaya.integration.spring.SpringConfigTest2, name=assertDefaultSetup(org.apache.tamaya.integration.spring.SpringConfigTest2)] did not pass without mutation. 8:13:07 AM PIT >> FINE : Coverage generator Minion exited ok 8:13:07 AM PIT >> INFO : Calculated coverage in 2 seconds. 8:13:07 AM PIT >> SEVERE : Tests failing without mutation: Description [testClass=org.apache.tamaya.integration.spring.SpringConfigTest2, name=assertDefaultSetup(org.apache.tamaya.integration.spring.SpringConfigTest2)] 8:13:07 AM PIT >> FINE : No longer able to read stream. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache Tamaya Extensions 0.4-incubating-SNAPSHOT: [INFO] [INFO] Apache Tamaya Extensions ........................... SUCCESS [ 34.325 s] [INFO] Apache Tamaya Extension Modules .................... SUCCESS [ 7.668 s] [INFO] Apache Tamaya Modules - Resource Locator ........... SUCCESS [01:18 min] [INFO] Apache Tamaya Extensions Examples .................. SUCCESS [ 4.898 s] [INFO] Apache Tamaya Resource Location Example ............ SUCCESS [ 8.137 s] [INFO] Apache Tamaya Modules - Placeholder Resolver ....... SUCCESS [ 25.177 s] [INFO] Apache Tamaya Value Resolution Example ............. SUCCESS [ 7.723 s] [INFO] Apache Tamaya Modules - Injection Parent ........... SUCCESS [ 5.728 s] [INFO] Apache Tamaya Modules - Injection API .............. SUCCESS [ 20.977 s] [INFO] Apache Tamaya Modules - Common Functional Extensions SUCCESS [ 29.764 s] [INFO] Apache Tamaya Event and dynamic Update Extensions .. SUCCESS [ 27.012 s] [INFO] Apache Tamaya Modules - Injection Standalone ....... SUCCESS [ 27.548 s] [INFO] Apache Tamaya Configuration Injection Example ...... SUCCESS [ 9.314 s] [INFO] Apache Tamaya Modules - Formats Parent ............. SUCCESS [ 5.311 s] [INFO] Apache Tamaya Modules - Formats Common ............. SUCCESS [ 24.308 s] [INFO] Apache Tamaya Events Example ....................... SUCCESS [ 8.511 s] [INFO] Apache Tamaya Spring Integration ................... FAILURE [ 16.669 s] [INFO] Apache Tamaya Spring Example ....................... SKIPPED [INFO] Apache Tamaya Modules - Optional Backend ........... SKIPPED [INFO] Apache Tamaya Modules - Injection CDI .............. SKIPPED [INFO] Apache Tamaya Modules - Mutable Configuration ...... SKIPPED [INFO] Apache Tamaya Adaptive Configuration Filtering ..... SKIPPED [INFO] Apache Tamaya JNDI Support ......................... SKIPPED [INFO] Apache Tamaya Feature Check ........................ SKIPPED [INFO] Apache Tamaya JSON Support ......................... SKIPPED [INFO] Apache Tamaya YAML Support ......................... SKIPPED [INFO] Apache Tamaya :: OSGi Integration :: ALL ........... SKIPPED [INFO] Apache Tamaya :: OSGi :: Common .................... SKIPPED [INFO] Apache Tamaya :: OSGi :: Updater ................... SKIPPED [INFO] Apache Tamaya :: OSGI :: Karaf :: Shell ............ SKIPPED [INFO] Apache Tamaya :: OSGI :: Karaf :: Features ......... SKIPPED [INFO] Apache Tamaya :: OSGI :: Gogo :: Shell ............. SKIPPED [INFO] Apache Tamaya :: OSGI :: Config Injection .......... SKIPPED [INFO] Apache Tamaya Modules - Microprofile API ........... SKIPPED [INFO] Apache Tamaya Modules - Collections Support ........ SKIPPED [INFO] Apache Tamaya Modules - Hazelcast PropertySource ... SKIPPED [INFO] Apache Tamaya Modules - etcd PropertySource ........ SKIPPED [INFO] Apache Tamaya Modules - Consul PropertySource ...... SKIPPED [INFO] Apache Tamaya Extension Distribution ............... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:38 min [INFO] Finished at: 2019-02-28T08:13:56Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.pitest:pitest-maven:1.4.3:mutationCoverage (mutationcoverage) on project tamaya-spring: Execution mutationcoverage of goal org.pitest:pitest-maven:1.4.3:mutationCoverage failed: 1 tests did not pass without mutation when calculating line coverage. Mutation testing requires a green suite. [ERROR] See http://pitest.org for more details. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :tamaya-spring [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/pom.xml> to org.apache.tamaya.ext/tamaya-extensions/0.4-incubating-SNAPSHOT/tamaya-extensions-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-extensions/0.4-incubating-SNAPSHOT/tamaya-extensions-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/events/pom.xml> to org.apache.tamaya.ext/tamaya-events/0.4-incubating-SNAPSHOT/tamaya-events-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/events/target/tamaya-events-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-events/0.4-incubating-SNAPSHOT/tamaya-events-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/events/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-events/0.4-incubating-SNAPSHOT/tamaya-events-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/events/target/tamaya-events-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-events/0.4-incubating-SNAPSHOT/tamaya-events-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/events/target/tamaya-events-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-events/0.4-incubating-SNAPSHOT/tamaya-events-0.4-incubating-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/formats/base/pom.xml> to org.apache.tamaya.ext/tamaya-formats/0.4-incubating-SNAPSHOT/tamaya-formats-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/formats/base/target/tamaya-formats-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-formats/0.4-incubating-SNAPSHOT/tamaya-formats-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/formats/base/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-formats/0.4-incubating-SNAPSHOT/tamaya-formats-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/formats/base/target/tamaya-formats-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-formats/0.4-incubating-SNAPSHOT/tamaya-formats-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/formats/base/target/tamaya-formats-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-formats/0.4-incubating-SNAPSHOT/tamaya-formats-0.4-incubating-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/features/pom.xml> to org.apache.tamaya.ext/tamaya-features/0.4-incubating-SNAPSHOT/tamaya-features-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/05-spring-example/pom.xml> to org.apache.tamaya.ext.examples/05-spring-example/0.4-incubating-SNAPSHOT/05-spring-example-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/formats/pom.xml> to org.apache.tamaya.ext/tamaya-formats-all/0.4-incubating-SNAPSHOT/tamaya-formats-all-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/formats/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-formats-all/0.4-incubating-SNAPSHOT/tamaya-formats-all-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/pom.xml> to org.apache.tamaya.ext/tamaya-extensions-all/0.4-incubating-SNAPSHOT/tamaya-extensions-all-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-extensions-all/0.4-incubating-SNAPSHOT/tamaya-extensions-all-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/osgi/karaf-shell/pom.xml> to org.apache.tamaya.ext/tamaya-osgi-karaf-shell/0.4-incubating-SNAPSHOT/tamaya-osgi-karaf-shell-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/microprofile/pom.xml> to org.apache.tamaya.ext/tamaya-microprofile/0.4-incubating-SNAPSHOT/tamaya-microprofile-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/jndi/pom.xml> to org.apache.tamaya.ext/tamaya-jndi/0.4-incubating-SNAPSHOT/tamaya-jndi-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/osgi/common/pom.xml> to org.apache.tamaya.ext/tamaya-osgi/0.4-incubating-SNAPSHOT/tamaya-osgi-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/hazelcast/pom.xml> to org.apache.tamaya.ext/tamaya-hazelcast/0.4-incubating-SNAPSHOT/tamaya-hazelcast-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/03-injection-example/pom.xml> to org.apache.tamaya.ext.examples/03-injection-example/0.4-incubating-SNAPSHOT/03-injection-example-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/03-injection-example/target/03-injection-example-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext.examples/03-injection-example/0.4-incubating-SNAPSHOT/03-injection-example-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/03-injection-example/target/feature/feature.xml> to org.apache.tamaya.ext.examples/03-injection-example/0.4-incubating-SNAPSHOT/03-injection-example-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/03-injection-example/target/03-injection-example-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext.examples/03-injection-example/0.4-incubating-SNAPSHOT/03-injection-example-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/03-injection-example/target/03-injection-example-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext.examples/03-injection-example/0.4-incubating-SNAPSHOT/03-injection-example-0.4-incubating-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/collections/pom.xml> to org.apache.tamaya.ext/tamaya-collections/0.4-incubating-SNAPSHOT/tamaya-collections-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/optional/pom.xml> to org.apache.tamaya.ext/tamaya-optional/0.4-incubating-SNAPSHOT/tamaya-optional-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resolver/pom.xml> to org.apache.tamaya.ext/tamaya-resolver/0.4-incubating-SNAPSHOT/tamaya-resolver-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resolver/target/tamaya-resolver-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-resolver/0.4-incubating-SNAPSHOT/tamaya-resolver-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resolver/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-resolver/0.4-incubating-SNAPSHOT/tamaya-resolver-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resolver/target/tamaya-resolver-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-resolver/0.4-incubating-SNAPSHOT/tamaya-resolver-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resolver/target/tamaya-resolver-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-resolver/0.4-incubating-SNAPSHOT/tamaya-resolver-0.4-incubating-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/pom.xml> to org.apache.tamaya.ext.examples/examples/0.4-incubating-SNAPSHOT/examples-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/target/feature/feature.xml> to org.apache.tamaya.ext.examples/examples/0.4-incubating-SNAPSHOT/examples-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/osgi/karaf-features/pom.xml> to org.apache.tamaya.ext/tamaya-karaf-features/0.4-incubating-SNAPSHOT/tamaya-karaf-features-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/filter/pom.xml> to org.apache.tamaya.ext/tamaya-filter/0.4-incubating-SNAPSHOT/tamaya-filter-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/spring/pom.xml> to org.apache.tamaya.ext/tamaya-spring/0.4-incubating-SNAPSHOT/tamaya-spring-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/spring/target/tamaya-spring-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-spring/0.4-incubating-SNAPSHOT/tamaya-spring-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/spring/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-spring/0.4-incubating-SNAPSHOT/tamaya-spring-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/spring/target/tamaya-spring-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-spring/0.4-incubating-SNAPSHOT/tamaya-spring-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/spring/target/tamaya-spring-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-spring/0.4-incubating-SNAPSHOT/tamaya-spring-0.4-incubating-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/02-resolver-example/pom.xml> to org.apache.tamaya.ext.examples/02-resolver-example/0.4-incubating-SNAPSHOT/02-resolver-example-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/02-resolver-example/target/02-resolver-example-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext.examples/02-resolver-example/0.4-incubating-SNAPSHOT/02-resolver-example-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/02-resolver-example/target/feature/feature.xml> to org.apache.tamaya.ext.examples/02-resolver-example/0.4-incubating-SNAPSHOT/02-resolver-example-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/02-resolver-example/target/02-resolver-example-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext.examples/02-resolver-example/0.4-incubating-SNAPSHOT/02-resolver-example-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/02-resolver-example/target/02-resolver-example-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext.examples/02-resolver-example/0.4-incubating-SNAPSHOT/02-resolver-example-0.4-incubating-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/osgi/pom.xml> to org.apache.tamaya.ext/tamaya-osgi-all/0.4-incubating-SNAPSHOT/tamaya-osgi-all-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/osgi/updater/pom.xml> to org.apache.tamaya.ext/tamaya-osgi-updater/0.4-incubating-SNAPSHOT/tamaya-osgi-updater-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/cdi/pom.xml> to org.apache.tamaya.ext/tamaya-cdi/0.4-incubating-SNAPSHOT/tamaya-cdi-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/formats/yaml/pom.xml> to org.apache.tamaya.ext/tamaya-yaml/0.4-incubating-SNAPSHOT/tamaya-yaml-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/mutable-config/pom.xml> to org.apache.tamaya.ext/tamaya-mutable-config/0.4-incubating-SNAPSHOT/tamaya-mutable-config-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/injection-api/pom.xml> to org.apache.tamaya.ext/tamaya-injection-api/0.4-incubating-SNAPSHOT/tamaya-injection-api-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/injection-api/target/tamaya-injection-api-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-injection-api/0.4-incubating-SNAPSHOT/tamaya-injection-api-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/injection-api/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-injection-api/0.4-incubating-SNAPSHOT/tamaya-injection-api-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/injection-api/target/tamaya-injection-api-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-injection-api/0.4-incubating-SNAPSHOT/tamaya-injection-api-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/injection-api/target/tamaya-injection-api-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-injection-api/0.4-incubating-SNAPSHOT/tamaya-injection-api-0.4-incubating-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/etcd/pom.xml> to org.apache.tamaya.ext/tamaya-etcd/0.4-incubating-SNAPSHOT/tamaya-etcd-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resources/pom.xml> to org.apache.tamaya.ext/tamaya-resources/0.4-incubating-SNAPSHOT/tamaya-resources-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resources/target/tamaya-resources-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-resources/0.4-incubating-SNAPSHOT/tamaya-resources-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resources/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-resources/0.4-incubating-SNAPSHOT/tamaya-resources-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resources/target/tamaya-resources-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-resources/0.4-incubating-SNAPSHOT/tamaya-resources-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resources/target/tamaya-resources-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-resources/0.4-incubating-SNAPSHOT/tamaya-resources-0.4-incubating-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/04-events-example/pom.xml> to org.apache.tamaya.ext.examples/04-events-example/0.4-incubating-SNAPSHOT/04-events-example-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/04-events-example/target/04-events-example-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext.examples/04-events-example/0.4-incubating-SNAPSHOT/04-events-example-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/04-events-example/target/feature/feature.xml> to org.apache.tamaya.ext.examples/04-events-example/0.4-incubating-SNAPSHOT/04-events-example-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/04-events-example/target/04-events-example-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext.examples/04-events-example/0.4-incubating-SNAPSHOT/04-events-example-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/04-events-example/target/04-events-example-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext.examples/04-events-example/0.4-incubating-SNAPSHOT/04-events-example-0.4-incubating-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/formats/json/pom.xml> to org.apache.tamaya.ext/tamaya-json/0.4-incubating-SNAPSHOT/tamaya-json-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/osgi/gogo-shell/pom.xml> to org.apache.tamaya.ext/tamaya-osgi-gogo-shell/0.4-incubating-SNAPSHOT/tamaya-osgi-gogo-shell-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/osgi/injection/pom.xml> to org.apache.tamaya.ext/tamaya-osgi-injection/0.4-incubating-SNAPSHOT/tamaya-osgi-injection-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/pom.xml> to org.apache.tamaya.ext/tamaya-injection-all/0.4-incubating-SNAPSHOT/tamaya-injection-all-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-injection-all/0.4-incubating-SNAPSHOT/tamaya-injection-all-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/01-resources-example/pom.xml> to org.apache.tamaya.ext.examples/01-resources-example/0.4-incubating-SNAPSHOT/01-resources-example-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/01-resources-example/target/01-resources-example-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext.examples/01-resources-example/0.4-incubating-SNAPSHOT/01-resources-example-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/01-resources-example/target/feature/feature.xml> to org.apache.tamaya.ext.examples/01-resources-example/0.4-incubating-SNAPSHOT/01-resources-example-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/01-resources-example/target/01-resources-example-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext.examples/01-resources-example/0.4-incubating-SNAPSHOT/01-resources-example-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/01-resources-example/target/01-resources-example-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext.examples/01-resources-example/0.4-incubating-SNAPSHOT/01-resources-example-0.4-incubating-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/functions/pom.xml> to org.apache.tamaya.ext/tamaya-functions/0.4-incubating-SNAPSHOT/tamaya-functions-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/functions/target/tamaya-functions-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-functions/0.4-incubating-SNAPSHOT/tamaya-functions-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/functions/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-functions/0.4-incubating-SNAPSHOT/tamaya-functions-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/functions/target/tamaya-functions-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-functions/0.4-incubating-SNAPSHOT/tamaya-functions-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/functions/target/tamaya-functions-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-functions/0.4-incubating-SNAPSHOT/tamaya-functions-0.4-incubating-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/consul/pom.xml> to org.apache.tamaya.ext/tamaya-consul/0.4-incubating-SNAPSHOT/tamaya-consul-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/distribution/pom.xml> to org.apache.tamaya.ext/tamaya-extension-distribution/0.4-incubating-SNAPSHOT/tamaya-extension-distribution-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/standalone/pom.xml> to org.apache.tamaya.ext/tamaya-injection/0.4-incubating-SNAPSHOT/tamaya-injection-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/standalone/target/tamaya-injection-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-injection/0.4-incubating-SNAPSHOT/tamaya-injection-0.4-incubating-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/standalone/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-injection/0.4-incubating-SNAPSHOT/tamaya-injection-0.4-incubating-SNAPSHOT-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/standalone/target/tamaya-injection-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-injection/0.4-incubating-SNAPSHOT/tamaya-injection-0.4-incubating-SNAPSHOT-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/injection/standalone/target/tamaya-injection-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-injection/0.4-incubating-SNAPSHOT/tamaya-injection-0.4-incubating-SNAPSHOT-sources.jar channel stopped
