On 10/04/2012 19:38, Christopher Schultz wrote: > On 4/10/12 2:18 PM, Morten Jorgensen wrote: >> I would imagine that there are several architects out there that >> are experiencing similar problems, hence I want to share my >> work. > > I think the best place for this kind of thing is probably directly > on the Wiki (if the amount of code is small) or if you can host it > somewhere and put a link to it on the "AddOns" page.
The options for incorporating new features are: a) Back-port them to one or more of the current stable release branches (newest version first) b) Include them in trunk for the next major release c) Back-port them to the extras package of one or more of the current d) Include them in the extras package for the next major release stable release branches (newest version first) e) hosted at www.apacheextras.org (or for small amounts of code on the Tomcat wiki) Factors that tend to push the likely destination away from a) and towards e) are: - features that require large amounts of new code are more likely to end up at e) - features that introduce new dependencies are more likely to end up at e) - features that do not appear to appeal to the majority of Tomcat users are more likely to end up at e) Where the best place for a new feature is will always be subjective so there are no hard and fast rules but hopefully this will give folks an idea of where a proposed new feature is likely to end up. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org