colesico
colesico
I am using pebble in a multi-module jpms project. To access the templates open the package with templates (opens pkg.name in module-info)
We use pebble as a main template engine in colesico-framework [Colesico application microframework](https://github.com/colesico/colesico-framework)
To make good jpms support in my opinion it is need to do the following: 1) Eliminate package duplication in a modules 2) Add to all modules src/main/java/module-info.java (JMPS module...
We do not explicitly set RId.generator ``` @REntity(codec = FstCodec.class, namingScheme = ScpNamingScheme.class) @Data public class ShortMessagePart implements StringIdableObject { @RId private String id; @RIndex private Integer seqNum; private byte[]...
by direct setting rentity id field value from time based UUID generator, then persist method is called