This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch unomi-3-dev
in repository https://gitbox.apache.org/repos/asf/unomi.git
from 74181ef9c UNOMI-920 Fix imports
new 6f8578f7b feat: ensure that healthchecks calls can be performed
concurrently and add a 1s cache for performance or DoS issues.
new f080a4a6b feat: improve refresh conditions
new 6f90cbb5c test: add healthcheck test for concurrency.
new 5d3c18574 test: fix list sort to avoid concurrent modification
exception
new 80d37f2a6 test: improve log for test in send Event
new 68cab6479 doc: fix forbidden html tag h3 in javadoc
new 68149aa7c Updated health check even for insecure elastic deployments
new 7891e7e30 chore: harden docker entrypoint healthcheck options
The 8 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:
docker/src/main/docker/entrypoint.sh | 12 ++-
.../unomi/healthcheck/HealthCheckService.java | 82 +++++++++++------
.../healthcheck/servlet/HealthCheckServlet.java | 2 -
.../unomi/itests/CopyPropertiesActionIT.java | 10 +-
.../org/apache/unomi/itests/HealthCheckIT.java | 102 ++++++++-------------
.../org/apache/unomi/itests/ProfileMergeIT.java | 11 ++-
.../org/apache/unomi/itests/SendEventActionIT.java | 10 +-
.../internal/UnomiManagementServiceImpl.java | 6 +-
8 files changed, 132 insertions(+), 103 deletions(-)