GitHub user acoburn opened a pull request:
https://github.com/apache/incubator-tamaya-extensions/pull/14
TAMAYA-362 Implement getSnapshot method
Some `o.a.t.Configuration` implementations do not implement the
`::getSnapshot method`, which causes build failures.
This implements that method, where appropriate.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acoburn/incubator-tamaya-extensions TAMAYA-362
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tamaya-extensions/pull/14.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 #14
----
commit 9baca60c53bfabdb900d02e68934d20f01684802
Author: Aaron Coburn <acoburn@...>
Date: 2018-11-19T17:19:22Z
TAMAYA-362 Implement getSnapshot method
Some o.a.t.Configuration implementations do not implement the
::getSnapshot method, which causes build failures.
This implements that method, where appropriate.
----
---