| I uploaded the signed artifact microprofile-config-api-1.0-20170701.061829-55.jar that raises the exceptions in weld-signed-jars.txt It's an API artifact that contains mostly interfaces. The JAR is signed by Eclipse Foundation. The problem should happen when injecting an instance of org.eclipse.microprofile.config.Config interface. You should be able to reproduce with a simple app with a bean that requires this interface using @Inject Config and a bean that implements this interface (only 4 methods, which may just return null). |