Hi,
I understand org.apache.james.impl.jamesuser.LocalJamesUsersRepository
should be used for 2.3 compatibility and
org.apache.james.impl.user.LocalUsersRepository for fresh 3 installations.
Is this the case ?
Tks,
Eric
PS1 : Comment in spring-beans.xml could mention the full classpath
(org.apache.james.impl.user.LocalUsersRepository) to avoid any ambiguity.
PS2 : Default for our coming M1 release could be
org.apache.james.impl.user.LocalUsersRepository, migrating from 2.3 to 3
being a story still to be written.