[
https://issues.apache.org/jira/browse/TAMAYA-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16507605#comment-16507605
]
ASF GitHub Bot commented on TAMAYA-340:
---------------------------------------
GitHub user peculater opened a pull request:
https://github.com/apache/incubator-tamaya-extensions/pull/5
TAMAYA-340 Environment properties vs PropertySourceChangeTest
On looking for the System property "java.home" in the Environment, we
are now also looking for "JAVA_HOME". The Environment variable is often
a symlink while the System property is often the resolution of that
symlink. That causes a surprising update event. Test both sides of the
surprise.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/peculater/incubator-tamaya-extensions
TAMAYA-340-property-change-environment-tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tamaya-extensions/pull/5.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5
----
commit 97c5630e5747ffeea2b7a60f1bb03577ee8ca449
Author: William Lieurance <william.lieurance@...>
Date: 2018-06-11T02:38:39Z
TAMAYA-340 Environment properties vs PropertySourceChangeTest
On looking for the System property "java.home" in the Environment, we
are now also looking for "JAVA_HOME". The Environment variable is often
a symlink while the System property is often the resolution of that
symlink. That causes a surprising update event. Test both sides of the
surprise.
----
> Alternative property keys for environment variables
> ---------------------------------------------------
>
> Key: TAMAYA-340
> URL: https://issues.apache.org/jira/browse/TAMAYA-340
> Project: Tamaya
> Issue Type: New Feature
> Reporter: Harald Wellmann
> Assignee: Philipp Ottlinger
> Priority: Major
> Fix For: 0.4-incubating
>
>
> h3. Background
> Some operating systems (e.g. Windows) do not support dots in environment
> variable names.
> h3. Goals
> When looking up a config value for key {{foo.bar.blah}}, Tamaya should also
> try the fallback key {{FOO_BAR_BLAH}}.
> This is also part of the [Config JSR
> requirements|https://github.com/eclipse/ConfigJSR/blob/25edda2914155ac6b30f821f9ef13e92b7350a3a/spec/src/main/asciidoc/configsources.asciidoc],
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)