@michalszynkiewicz no worries - enjoy your time off!
@kenfinnigan do you still want to meet tomorrow?
I'm thinking that if we can merge #187 today, then I can produce a release candidate. we probably won't need the meeting then since the RC will not yet be in Maven Central (it usually takes a day or two). once in the Maven servers, then we'll likely have more to discuss as we run into issues with compatible implementations of the RC. What do you think?
.addAsManifestResource(new StringAsset(config), "microprofile-config.properties")
to .addAsWebInfResource(new StringAsset(config), "classes/META-INF/microprofile-config.properties")
? If so, I can do that in a separate PR