Am 19.11.2017 um 23:29 schrieb Anatole Tresch:
> BTW, not yet fixed 100%, but it looks that I will be in Berlin on We/Th
> next week...
> I will keep you updated once I go book the flights!
this is nice news :-)
Unfortunately the tests still do not work with me
(Ubuntu, JDK8_152 and MacOS HighSierra JDK8_152)
Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.141
sec <<< FAILURE! - in org.apache.tamaya.cdi.ConfigurationProducerTest
optionalIntegerFieldIsSet(org.apache.tamaya.cdi.ConfigurationProducerTest)
Time elapsed: 0.016 sec <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []
actualPropertyValues(org.apache.tamaya.cdi.ConfigurationProducerTest)
Time elapsed: 0.007 sec <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []
providerIntegerFieldIsSet(org.apache.tamaya.cdi.ConfigurationProducerTest)
Time elapsed: 0.006 sec <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []
optionalStringFieldIsSet(org.apache.tamaya.cdi.ConfigurationProducerTest)
Time elapsed: 0.008 sec <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []
defaultValues(org.apache.tamaya.cdi.ConfigurationProducerTest) Time
elapsed: 0.005 sec <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []
providerStringFieldIsSet(org.apache.tamaya.cdi.ConfigurationProducerTest)
Time elapsed: 0.006 sec <<< ERROR!
java.lang.RuntimeException: Could not inject members
Caused by: org.apache.tamaya.ConfigException: Can't resolve any of the
possible config keys: [defaultBoolean.value] to the required target
type: TypeLiteral{type=class java.lang.Boolean}, supported formats: []
Running org.apache.tamaya.cdi.CDIConfiguredMethodTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec -
in org.apache.tamaya.cdi.CDIConfiguredMethodTest
Results :
Tests in error:
ConfigurationProducerTest.actualPropertyValues » Runtime Could not
inject memb...
ConfigurationProducerTest.defaultValues » Runtime Could not inject members
ConfigurationProducerTest.optionalIntegerFieldIsSet » Runtime Could
not inject...
ConfigurationProducerTest.optionalStringFieldIsSet » Runtime Could not
inject ...
ConfigurationProducerTest.providerIntegerFieldIsSet » Runtime Could
not inject...
ConfigurationProducerTest.providerStringFieldIsSet » Runtime Could not
inject ...
ConfiguredTest.test_Configuration_is_injected_correctly:60 » Config
Failed to ...
Looks a lot like the stuff we saw on CI :-(
I've removed my ~/.m2/repository/org/apache/tamaya before building.
Any ideas?!
Phil