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

sergehuber pushed a change to branch UNOMI-139-platform
in repository https://gitbox.apache.org/repos/asf/unomi.git


    from 1086cb87e UNOMI-139: Fix PatchIT.testRemove flaky timeout on 
Elasticsearch (#760)
     add 9eefd885b UNOMI-139: Fix PatchIT flaky timeout, cache refresh race 
condition and log4j2 improvements

No new revisions were added by this update.

Summary of changes:
 .../apache/unomi/api/security/SecurityService.java |   2 +-
 .../org/apache/unomi/api/tasks/ScheduledTask.java  |   2 +
 build.sh                                           |  38 ++
 .../auth/GraphQLServletSecurityValidator.java      |   6 +-
 itests/pom.xml                                     |   6 +-
 .../test/java/org/apache/unomi/itests/BaseIT.java  |  50 +-
 .../test/java/org/apache/unomi/itests/PatchIT.java |  22 +-
 .../org/apache/unomi/itests/PollingUtilsTest.java  | 558 +++++++++++++++++++++
 .../cache/AbstractMultiTypeCachingService.java     |   3 +-
 .../security/ExecutionContextManagerImpl.java      |  18 +-
 .../common/security/KarafSecurityService.java      |   7 +-
 .../common/security/KarafSecurityServiceTest.java  |  48 +-
 .../impl/scheduler/SchedulerServiceImpl.java       |   1 -
 ...y => migrate-3.1.0-01-tenantDocumentIds.groovy} |   2 +-
 .../migrate-3.1.0-10-tenantInitialization.groovy   |  70 ++-
 15 files changed, 778 insertions(+), 55 deletions(-)
 create mode 100644 
itests/src/test/java/org/apache/unomi/itests/PollingUtilsTest.java
 rename 
tools/shell-commands/src/main/resources/META-INF/cxs/migration/{migrate-3.1.0-00-tenantDocumentIds.groovy
 => migrate-3.1.0-01-tenantDocumentIds.groovy} (99%)

Reply via email to