Konstantin Yegupov
Konstantin Yegupov
An asterisk is added to the names of mandatory fields. However, required boolean fields are represented by checkboxes, and thus are already "mandatory", since there's no possible way not to...
Currently, field can have a specified defaultValue to be used during entity creation. However, defaultValue can only be a constant. This makes it impossible to use client-side auto-generated defaults. While...
java.util.Date is serialized to epoch milliseconds by default; OffsetDateTime - to epoch seconds. That makes migration to Java 8 date classes exceedingly complicated.