You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/09/26 21:58:17 UTC

[incubator-ponymail-foal] branch master updated: Use explicit dynamic setting

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new af148bb  Use explicit dynamic setting
af148bb is described below

commit af148bbd7bf6021b2a71959f4a2f66d8a247756f
Author: Sebb <se...@apache.org>
AuthorDate: Sun Sep 26 22:58:04 2021 +0100

    Use explicit dynamic setting
---
 tools/mappings.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/mappings.yaml b/tools/mappings.yaml
index 608e550..b09476e 100644
--- a/tools/mappings.yaml
+++ b/tools/mappings.yaml
@@ -105,6 +105,7 @@ mbox:
     _archived_at:
       type: long
 notification:
+  dynamic: true # explicit default
   properties:
     date:
       format: yyyy/MM/dd HH:mm:ss
@@ -135,6 +136,7 @@ notification:
     type:
       type: keyword
 session:
+  dynamic: true # explicit default
   properties:
     cookie:
       type: keyword
@@ -154,6 +156,7 @@ source:
     source:
       type: binary
 auditlog:
+  dynamic: true # explicit default
   properties:
     date:
       format: yyyy/MM/dd HH:mm:ss