You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by wl...@apache.org on 2019/06/14 04:04:55 UTC

[incubator-tamaya-extensions] branch master updated (b56fee3 -> 728b67e)

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


[incubator-tamaya-extensions] 01/01: Merge pull request #39 from apache/TAMAYA-394-sonar-errors

Posted by wl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wlieurance pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git

commit 728b67e54c41c04029b17804627733c64c660cfa
Merge: b56fee3 82f76b7
Author: William Lieurance <pe...@users.noreply.github.com>
AuthorDate: Thu Jun 13 23:04:51 2019 -0500

    Merge pull request #39 from apache/TAMAYA-394-sonar-errors
    
    TAMAYA-394 sonar errors

 .../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(-)