branch develop updated (f0ba6b69 -> f5e0a56c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from f0ba6b69 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new f5e0a56c Declare "when" as forbidden column name (hibernate fail on update) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f5e0a56c9bc7fc7db7126052845bee3999ce8182 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Aug 6 14:13:24 2018 +0200 Declare "when" as forbidden column name (hibernate fail on update) Summary of changes: .../src/main/java/org/nuiton/topia/templates/TopiaMetaTransformer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit f5e0a56c9bc7fc7db7126052845bee3999ce8182 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Aug 6 14:13:24 2018 +0200 Declare "when" as forbidden column name (hibernate fail on update) --- .../src/main/java/org/nuiton/topia/templates/TopiaMetaTransformer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaMetaTransformer.java b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaMetaTransformer.java index a5f0c5dd..8f355833 100644 --- a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaMetaTransformer.java +++ b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaMetaTransformer.java @@ -53,7 +53,7 @@ public class TopiaMetaTransformer extends AbstractMetaTransformer<ObjectModel> { protected static final ImmutableSet<String> FORBIDDEN_ATTRIBUTE_NAMES = ImmutableSet.of("analyze", "next", "value", "values", "begin", "end", "authorization", - "order", "user"); + "order", "user", "when"); protected static final ImmutableSet<String> FORBIDDEN_CLASS_NAMES = ImmutableSet.of("constraint", "user"); -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm