At the language level, I wonder how better served the code would be by using try-with-resources.
Gary On Wed, Oct 22, 2014 at 9:56 AM, Oleg Kalnichevski <[email protected]> wrote: > On Wed, 2014-10-22 at 01:10 -0400, Gary Gregory wrote: > > How about bumping to Java 7? > > > > Personally I would be in favor of upgrading to Java 7, but would not > rush it until we actually need Java 7 features like concurrent Deque. > > Oleg > > > Gary > > > > On Tue, Oct 21, 2014 at 8:14 AM, Oleg Kalnichevski <[email protected]> > wrote: > > > > > Folks > > > > > > HttpCore trunk is now 5.0-alpha1. The main focus of 5.0 is compliance > > > with RFC 7230 and related RFCs. However this is a point when we can > > > revisit design decisions, re-do things that need to be re-done and > > > improve things that need to be improved without constraints of API > > > compatibility. > > > > > > (1) Do we want to make anther attempt at making HTTP message objects > > > immutable? > > > > > > (2) Do we want to consider using a 3rd party I/O (NIO) framework > instead > > > of maintaining our own? > > > > > > (3) HttpCore presently does not rely on any logging toolkits or APIs. > It > > > always propagates exceptions to the caller and let the caller handle > > > them. There are circumstances though when one might want to log certain > > > debug info or contextual details. > > > > > > (4) Anything else one deems important. > > > > > > I'll be mostly removing deprecated code and cleaning up cruft in > > > non-deprecated code for some while. Anyone is more than welcome to join > > > in and work on some other things. > > > > > > 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] > > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
