There is not yet a first release of OGNL, if there is a moment when break the BC, that moment is now.
Twitter :http://www.twitter.com/m_cucchiara G+ :https://plus.google.com/107903711540963855921 Linkedin :http://www.linkedin.com/in/mauriziocucchiara VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara Maurizio Cucchiara On 25 March 2013 21:11, sebb <seb...@gmail.com> wrote: > On 25 March 2013 19:55, <mcucchi...@apache.org> wrote: >> Author: mcucchiara >> Date: Mon Mar 25 19:55:49 2013 >> New Revision: 1460863 >> >> URL: http://svn.apache.org/r1460863 >> Log: >> Removed deprecated constructor, furthermore initialSize var was unused > > -1 > > If this is part of the public API, it will break compatibility. > The deprecated ctor does no harm, so please revert. > >> Modified: >> >> commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/EvaluationPool.java >> >> Modified: >> commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/EvaluationPool.java >> URL: >> http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/EvaluationPool.java?rev=1460863&r1=1460862&r2=1460863&view=diff >> ============================================================================== >> --- >> commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/EvaluationPool.java >> (original) >> +++ >> commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/EvaluationPool.java >> Mon Mar 25 19:55:49 2013 >> @@ -28,17 +28,6 @@ public final class EvaluationPool >> { >> public EvaluationPool() >> { >> - this( 0 ); >> - } >> - >> - /* >> - * @deprecated evaluation-pool now relies on the jvm garbage collection >> - * therefore providing an initialSize is unnecessary >> - */ >> - public EvaluationPool( int initialSize ) >> - { >> - super(); >> - // do not init object pooling >> } >> >> /** >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org