Hello fortress dev’s, A jira ticket created yesterday to change the package modifiers on the newly added property impls: https://issues.apache.org/jira/browse/FC-203
For example these classdef’s were modified from public to package private, final: final class PropertyDAO extends LdapDataProvider final class PropertyP The reason is isolation. These classes are used by the manager impls and need not be exposed to outside. That is all fortress users should use the public managers, not the P or DAO classes. Let me know if there are any questions. Thanks, Shawn
