A recent change to JexlFeatures made some flag combinations public. Seems to me that this unnecessarily exposes the internal representation, which makes it much harder to change it later.
Making constants public can constrain future changes, whereas providing access via methods is easier to maintain, so ideally don't expose constants unnecessarily. Sebb --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org