Skip to content

Commit

Permalink
refactor #384 to update api and only track the dynamic config updates…
Browse files Browse the repository at this point in the history
… - address comments

Signed-off-by: Emily Jiang <[email protected]>
  • Loading branch information
Emily-Jiang committed Dec 17, 2018
1 parent bd2b3c9 commit 47a3f47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static WebArchive deploy() {
.addAsServiceProvider(ConfigSource.class, ConfigurableConfigSource.class)
.as(JavaArchive.class);

AbstractTest.addFile(testJar, "META-INF/javaconfig.properties");
AbstractTest.addFile(testJar, "META-INF/microprofile-config.properties");

WebArchive war = ShrinkWrap
.create(WebArchive.class, "configValueTest.war")
Expand Down

0 comments on commit 47a3f47

Please sign in to comment.