All, I noticed a couple of things with running Geronimo Config locally.
- If I build from source (the MP config repo) and then build Geronimo Config its all good. However, when the JAR is downloaded via the maven repo, I get errors like this: arquillianBeforeTest(org.eclipse.microprofile.config.tck.ConverterTest) Time elapsed: 0.003 sec <<< FAILURE! java.lang.RuntimeException: Could not inject members Caused by: org.apache.webbeans.exception.ProxyGenerationException: java.lang.SecurityException: class "org.eclipse.microprofile.config.Config$$OwbNormalScopeProxy0"'s signer information does not match signer information of other classes in the same package Caused by: java.lang.SecurityException: class "org.eclipse.microprofile.config.Config$$OwbNormalScopeProxy0"'s signer information does not match signer information of other classes in the same package I suspect its because security manager is enabled and the OWB proxies are ending up in the same package as the Eclipse classes. Of course it could have been a temporary thing as I had a local cached build. - There's no Jenkins job. Would anyone be against adding a Jenkins job? - There's only tests for OWB. Would anyone be against adding tests for Weld? - There's still one failing TCK assertion, Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.584 sec <<< FAILURE! - in TestSuite can_inject_simple_values_when_defined(org.eclipse.microprofile.config.tck.CDIPlainInjectionTest) Time elapsed: 0.023 sec <<< FAILURE! java.lang.NumberFormatException: For input string: "org.eclipse.microprofile.config.configproperty.unconfigureddvalue" at org.eclipse.microprofile.config.tck.CDIPlainInjectionTest.getBeanOfType(CDIPlainInjectionTest.java:110) at org.eclipse.microprofile.config.tck.CDIPlainInjectionTest.can_inject_simple_values_when_defined(CDIPlainInjectionTest.java:67)
