> One other thing I was wondering about is whether I should have deprecated > the setXXX(String) methods that I removed.
If we made this change between 1.5 and a hypothetical 1.6 release, it might make sense to deprecate them. However, since we're moving to 2.0, I think it is OK to simply remove them (we expect to see major API changes across major releases).
