On 04/03/2010 18:06, ma...@apache.org wrote: > Author: markt > Date: Thu Mar 4 18:06:21 2010 > New Revision: 919100 > > URL: http://svn.apache.org/viewvc?rev=919100&view=rev > Log: > Lifecycle refactoring. > Part 1 of many. > Better define the start and stop methods as well as the overall component > lifecycle and the relationship between start/stop, component state and events. > Add a getState() method but it is commented out in this checkin to prevent > compilation errors. It will be uncommented once the method has been added to > the components that implement Lifecycle.
I'm expecting a number of commits as I go through the classes that implement Lifecycle. I want to do this in small stages as the couple attempts I have made so far to do this in one go have ended up in a mess of exceptions on startup. The plan once start/stop refactoring is complete is to look at init/destroy and MBean support. I think there is an equal amount of scope there to clean up the existing code. Once start/stop is complete, I intend to take another look at the Servlet 3.0 dynamic configuration and get that working as intended and then do an 7.0.0 alpha release. Filip - do you have an ETA for the async stuff? I must confess I haven't even looked at it yet. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org