winegrower-core/src/main/java/org/apache/winegrower/service/DefaultConfigurationAdmin.java [224:232]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                } catch (final IOException e) {
                    throw new IllegalArgumentException(e);
                }
            }

            final Map<String, String> placeholders = new HashMap<>(Map.class.cast(properties));
            placeholders.putAll(Map.class.cast(System.getProperties()));
            placeholders.putAll(System.getenv());
            final Substitutor substitutor = new Substitutor(placeholders);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



winegrower-core/src/main/java/org/apache/winegrower/service/DefaultConfigurationAdmin.java [367:373]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            } catch (final IOException e) {
                throw new IllegalArgumentException(e);
            }
            final Map<String, String> placeholders = new HashMap<>(Map.class.cast(properties));
            placeholders.putAll(Map.class.cast(System.getProperties()));
            placeholders.putAll(System.getenv());
            final Substitutor substitutor = new Substitutor(placeholders);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



