This commit is a potentially breaking change. (https://github.com/apache/directory-fortress-core/commit/2d8a53071b8d8b5bb3b6256f084a9e12d4a7cc10#diff-280616e1526a17336cdb4ff1855d7439)
Specifically @JsonTypeInfo(use=Id.CLASS, include=As.PROPERTY, property="fqcn", visible=false) public abstract class FortEntity now requires an id field to be added to all fortress entities when serializing / de-serializing. Can someone provide insight into what problem this is solving? ~Chris P.
