This is an automated email from the ASF dual-hosted git repository.

jayblanc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


    from 4153575c4 [UNOMI-890] Updated health check even for insecure elastic 
deployments
     add 087aeaf14 feat: ensure that healthchecks calls can be performed 
concurrently and add a 1s cache for performance or DoS issues.
     add 7f828d853 feat: improve refresh conditions
     add d50fa6852 test: add healthcheck test for concurrency.
     add 94336a34c test: add healthcheck test for concurrency.
     add 8cdb73e73 test: fix list sort to avoid concurrent modification 
exception
     add 3f88986c6 doc: fix forbidden html tag h3 in javadoc
     add 31223f320 test: improve log for test in send Event
     new 0c44c9bd2 [UNOMI-924] Make healthcheck concurrent

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:
 .../unomi/healthcheck/HealthCheckService.java      | 90 +++++++++++++---------
 .../healthcheck/servlet/HealthCheckServlet.java    |  2 -
 .../unomi/itests/CopyPropertiesActionIT.java       | 10 ++-
 .../org/apache/unomi/itests/HealthCheckIT.java     | 38 +++++++++
 .../org/apache/unomi/itests/ProfileMergeIT.java    | 11 ++-
 .../org/apache/unomi/itests/SendEventActionIT.java | 10 ++-
 .../internal/UnomiManagementServiceImpl.java       |  6 +-
 7 files changed, 122 insertions(+), 45 deletions(-)

Reply via email to