This is an automated email from the ASF dual-hosted git repository.
wlieurance pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git.
from b56fee3 TAMAYA-386: Lower threshold due to new untested example
project
add 457956b TAMAYA-394 Sonar bugs
add 82f76b7 TAMAYA-394 Sonar vulns
new 728b67e Merge pull request #39 from apache/TAMAYA-394-sonar-errors
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../examples/distributed/ContentManagerPanel.java | 8 +-
.../tamaya/examples/distributed/Display.java | 17 +-
.../examples/distributed/DisplayContent.java | 94 +++++++++--
.../examples/distributed/DisplayManager.java | 11 +-
.../examples/distributed/DisplayRegistration.java | 6 +-
.../examples/distributed/DisplayContentTest.java | 6 +-
modules/etcd/nbactions.xml | 15 ++
.../java/org/apache/tamaya/etcd/EtcdAccessor.java | 182 ++++++++++-----------
.../org/apache/tamaya/etcd/EtcdBackendConfig.java | 6 +-
.../org/apache/tamaya/etcd/EtcdAccessorTest.java | 31 ++--
.../apache/tamaya/etcd/EtcdBackendConfigTest.java | 8 +-
.../apache/tamaya/etcd/EtcdPropertySourceTest.java | 14 +-
.../java/org/apache/tamaya/json/JSONFormat.java | 19 ++-
.../org/apache/tamaya/json/JSONPropertySource.java | 66 +++++---
.../apache/tamaya/inject/spi/InjectionUtils.java | 8 +-
.../tamaya/inject/internal/InjectionHelper.java | 2 +-
.../tamaya/microprofile/MicroprofileConfig.java | 12 --
.../converter/BooleanAsIntegerConverterFix.java | 3 +
.../microprofile/converter/ProviderConverter.java | 3 +
.../main/java/org/apache/tamaya/osgi/Backups.java | 4 +-
.../java/org/apache/tamaya/osgi/ConfigHistory.java | 4 +-
21 files changed, 313 insertions(+), 206 deletions(-)
create mode 100644 modules/etcd/nbactions.xml