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 7891e7e30 chore: harden docker entrypoint healthcheck options
add ce569e350 UNOMI-885: fix migration error on rollover alias (#716)
add e1b939e7d UNOMI-886: consider profileId from the event collector
request (#717)
add 02f819dbf Updated health check even for insecure elastic deployments
add f5223b8ca [UNOMI-897] Groovy data corruption and performance fixes
(#720)
add 3f995e47e UNOMI-877: Replace Karaf Cellar and Hazelcast with
PersistenceService for cluster synchronization (#723)
add c22ff4722 Revert "UNOMI-877: Replace Karaf Cellar and Hazelcast with
PersistenceService…" (#724)
add e7be881e5 UNOMI-877: Remove all reference to cellar and hazelcast.
(#725)
add da9c57fd2 UNOMI-876: Upgrade to Karaf 4.4.8 and JDK 17 (#722)
add 4c182831f UNOMI-906: Fix javadoc tags and new lines. (#728)
add d3d2d16c4 UNOMI-901: Upgrade elasticsearch client (#729)
add 73c9ea9a3 UNOMI-901: change condition evaluator injection to avoid
reference issue on stop" (#730)
add 8cff171ef [UNOMI-899] Replace jaxrs-analyzer-maven-plugin with an
alternative for Swagger documentation generation (#732)
add 6d4525e1a Update documentation scripts to streamline generation and
publishing process
add 1a2d899ac UNOMI-911: fix sslcontext initialization (#734)
add a52602d42 UNOMI-903: Fix documentation about REST privacy routes
(delete and anonymize profile) (#721)
add a72cd1a49 UNOMI-909: Fix places for web-tracker javascript resource in
the wab
add ade356316 [UNOMI-909] Fix places for web-tracker javascript resource
in the wab
add 089443efe Benefit from enhanced build insights and troubleshooting
ability by publishing Build Scans to https://develocity.apache.org (#731)
add dfe64eb8b UNOMI-913: add documentation and script to migrate
elasticsearch datas (#738)
add 1335911f6 Update PGP public key for Jonathan Sinovassin-naik
add 4966e6c27 UNOMI-915: remove useless usage on
maven-source.plugin.version (#739)
add 812e0fb81 [maven-release-plugin] prepare release unomi-root-3.0.0
add 0e8547d81 [maven-release-plugin] prepare for next development iteration
add adcbb0b1d - Fix failure to build from source ZIP (#740)
add 1dc5705c4 revert version to 3.0.0-SNAPSHOT
add 845869ec2 [maven-release-plugin] prepare release unomi-root-3.0.0
add bd0799c86 [maven-release-plugin] prepare for next development iteration
add d6b4dfb87 update doc config
add c59708e98 UNOMI-912 Add new progress information to integration tests
run. (#735)
add 205f5815d UNOMI-887: Introduce consolidated build.sh; remove legacy
build scripts (#737)
add b617d5c25 UNOMI-892-maven-cache: Adopt Maven Build Cache, consolidate
BUILDING into manual, update website docs (#736)
add 078ebceda [UNOMI-828] Support for OpenSearch persistence (#715)
add a9cbcb05f Merge branch 'master' into patch-1
add 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
add 0c44c9bd2 [UNOMI-924] Make healthcheck concurrent
new d22dce16c Merge remote-tracking branch 'origin/master' into
sync-master-2026Q1
new 4e88ce3c7 Add `mapping-FoldToASCII.txt` for Unicode-to-ASCII character
folding in Elasticsearch mappings
new 22cc8c646 Remove `mapping-FoldToASCII.txt` file from Elasticsearch
mappings
The 3 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:
.vscode/settings.json | 3 +
docker/pom.xml | 1 +
.../unomi/healthcheck/HealthCheckService.java | 26 +-
.../resources/OSGI-INF/blueprint/blueprint.xml | 2 +-
generate-manual-config.sh | 2 +-
generate-manual.sh | 0
.../SegmentProfilePropertiesConditionParser.java | 8 +-
itests/README.md | 2 +-
.../org/apache/unomi/itests/ContextServletIT.java | 2 +-
.../src/main/asciidoc/builtin-condition-types.adoc | 2 +-
migration_es7-es9.sh | 0
.../src/main/resources/mapping-FoldToASCII.txt | 3813 --------------------
persistence-elasticsearch/pom.xml | 4 +-
.../persistence/spi/aggregate/DateAggregate.java | 2 +-
.../persistence/spi/aggregate/TermsAggregate.java | 6 +
.../SourceEventPropertyConditionEvaluator.java | 2 +-
.../swagger-ui/5.27.1/swagger-initializer.js | 31 +-
.../unomi/scripting/ExpressionFilterFactory.java | 2 +-
.../internal/ExpressionFilterFactoryImpl.java | 2 +-
.../main/resources/org.apache.unomi.cluster.cfg | 2 +-
shell-utils.sh | 0
21 files changed, 48 insertions(+), 3864 deletions(-)
create mode 100644 .vscode/settings.json
mode change 100644 => 100755 generate-manual.sh
mode change 100644 => 100755 migration_es7-es9.sh
delete mode 100644
persistence-elasticsearch/core/src/main/resources/mapping-FoldToASCII.txt
copy api/src/main/java/org/apache/unomi/api/TimestampedItem.java =>
rest/src/main/resources/META-INF/resources/webjars/swagger-ui/5.27.1/swagger-initializer.js
(70%)
mode change 100644 => 100755 shell-utils.sh