On 14/09/2014 14:42, sebb wrote: > It seems that Tomcat's version of BCEL is diverging significantly from > Commons BCEL. > > Is there any mileage in trying to re-organise Commons BCEL so it is > more easily usable by Tomcat?
Probably not, given how much Tomcat has now removed / changed from the original. > For example, I gather that Tomcat only uses a small portion of Commons BCEL. > Maybe the Commons code could be divided in some way to reflect this need? I don't see an obvious way to split it without making the Commons BCEL unmanageable. Feel free to experiment if you want to scratch that itch. > There are probably other projects that just need the read-only parts of BCEL. Tomcat needs a lot less than that. > Tomcat would presumably still need to change the package name, but > that can be automated as is done for Commons Pool. BCEL and Pool (and DBCP) are all handled exactly the same way in trunk (svn copy + package rename) already. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org