On Thu, 2007-02-01 at 17:10 +0100, Roland Weber wrote: > Hi folks, > > there's two more little changes I'd like to do in HttpCore > this week-end. Please let me know how you feel about: > > - declaring HttpVersion final and Serializable. That > would bring it on par with java.lang.Integer and > other stuff that might be put into HttpParams. > > - moving DefaultHttpParams to org.apache.http.impl.params. > The interface is defined in a params subpackage, so > the implementation should be too. > > The first change shouldn't affect anybody, the second > one will require most users to change one import. > > cheers, > Roland >
Roland et al Since we are talking cleanups. I also would like to move the whole org.apache.http.io package to org.apache.http.impl.io. I feel none of those classes should be a port the public API. Any major objections to that? Oleg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
