Moving some DataConnector related classes over to -api
Cantor, Scott
cantor.2 at osu.edu
Sun Oct 2 13:41:56 EDT 2016
On 10/2/16, 8:33 AM, "dev on behalf of Rod Widdowson" <dev-bounces at shibboleth.net on behalf of rdw at steadingsoftware.com> wrote:
> It also turns out that several of these classes follow the constructor-with-parameters
> paradigm, so I have duly changed them to properties-and-Initialize (adding explicit
> initialialization tests if it seems appropriate). However because of the risks of people
> having stuff deployed (despite the impl status), I have left the constructors in place.
I saw the comment about having the c'tors calling initialize, but can't we leave that to Spring to handle? We already have cases where some classes have c'tors that take parameters, but there are still properties available to set, so assuming initialization is done at constructor time may not be true. That's yet another problem with mixing the metaphors.
-- Scott
More information about the dev
mailing list