This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git

commit 8ec220ffe125281362777290ea312c02f933a28f
Author: Romain Manni-Bucau <[email protected]>
AuthorDate: Fri Aug 9 20:47:15 2019 +0200

    MEECROWAVE-203 adapting to owb snapshot
---
 meecrowave-core/src/main/java/org/apache/meecrowave/Meecrowave.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/meecrowave-core/src/main/java/org/apache/meecrowave/Meecrowave.java 
b/meecrowave-core/src/main/java/org/apache/meecrowave/Meecrowave.java
index 36767a8..68c70f1 100644
--- a/meecrowave-core/src/main/java/org/apache/meecrowave/Meecrowave.java
+++ b/meecrowave-core/src/main/java/org/apache/meecrowave/Meecrowave.java
@@ -2062,7 +2062,8 @@ public class Meecrowave implements AutoCloseable {
         public Builder loadFrom(final String resource) {
             // load all of those files on the classpath, sorted by ordinal
             Properties config = PropertyLoader.getProperties(resource,
-                    sortedProperties -> mergeProperties(resource, 
sortedProperties));
+                    sortedProperties -> mergeProperties(resource, 
sortedProperties),
+                    () -> {});
             if (config == null || config.isEmpty()) {
                 final File file = new File(resource);
                 if (file.exists()) {

Reply via email to