GitHub user peculater opened a pull request:
https://github.com/apache/incubator-tamaya-extensions/pull/16
Post big-merge compilation cleanup
This fixes the errors that we're discussing on the mailing list around
`evaluateExpression` in the injection standalone. It also fixes an error in
hazelcast that the previous error masked.
In my testing, this un-blocks the sandbox builds.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/peculater/incubator-tamaya-extensions
NOJIRA-get-compilation-clean
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tamaya-extensions/pull/16.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 #16
----
commit 9b39c10672fb224ee813dd8d0499d8790db2f2aa
Author: William Lieurance <william.lieurance@...>
Date: 2018-11-21T05:27:09Z
Update injectionhelper's resolver eval to call the new resolver api
commit 0b2fa0cea2ac4ea8901a48e9b8d2ba09e621de7b
Author: William Lieurance <william.lieurance@...>
Date: 2018-11-21T05:32:25Z
Spelling
commit 2c6722e9f74d976a27c917fd1e03c113d37f1bfc
Author: William Lieurance <william.lieurance@...>
Date: 2018-11-21T05:34:03Z
Spelling
commit 0e91406ff8c7e053db959ca31238c71cc0f08e05
Author: William Lieurance <william.lieurance@...>
Date: 2018-11-21T05:38:29Z
HazelcastPropertySourceTest needs to correctly reference the internal HZ
instance
----
---