This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch UNOMI-259-jdk11-support
in repository https://gitbox.apache.org/repos/asf/unomi.git.
discard c8a5e61 UNOMI-259 support jdk 11 (WIP)
add 30093ce UNOMI-225 ElasticSearch 7 fix issues with mappings when
migrating These corrections are based on tests with real customer datasets.
Basically the mappings are now first read from the old ElasticSearch 5 indices
and then merged with the new mapping definitions included in Apache Unomi. The
result is then used to create the indices properly. Also, the total mapping
fields value is also copied from the ES 5 indices if it exists. Finally we
added an important note in the doc [...]
add e953ffe UNOMI-225 ElasticSearch 7 fix issues with mappings when
migrating Remove whitespace introduced by mistake
add efc9af5 UNOMI-225 ElasticSearch 7 fix issues with mappings when
migrating Fix issue with properties merging that was not properly replacing all
the configuration for a mapping field type.
add 325cae3 UNOMI-225: code review cosmetics changes
add 37e2eef Merge pull request #121 from
apache/UNOMI-225-fix-migration-mappings
new 516d24f UNOMI-259 support jdk 11 (WIP)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c8a5e61)
\
N -- N -- N refs/heads/UNOMI-259-jdk11-support (516d24f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
manual/src/main/asciidoc/new-data-model.adoc | 3 +
.../resources/META-INF/cxs/mappings/event.json | 35 +++++
.../resources/META-INF/cxs/mappings/profile.json | 3 +
.../resources/META-INF/cxs/mappings/session.json | 26 ++++
.../unomi/shell/migration/impl/MigrationTo150.java | 153 +++++++++++++++++++--
.../unomi/shell/migration/utils/HttpUtils.java | 17 ++-
6 files changed, 219 insertions(+), 18 deletions(-)