Author: henrib
Date: Thu Mar 16 12:28:35 2017
New Revision: 1787168
URL: http://svn.apache.org/viewvc?rev=1787168&view=rev
Log:
JEXL:
Removed misleading/too broad warning
Modified:
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/package.html
Modified:
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/package.html
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/package.html?rev=1787168&r1=1787167&r2=1787168&view=diff
==============================================================================
---
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/package.html
(original)
+++
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/package.html
Thu Mar 16 12:28:35 2017
@@ -75,13 +75,6 @@
</ul>
<h3><a name="usage_note">Important note</a></h3>
- <p>
- We recommend you do <em>not</em> implement any JEXL interface with
your own classes
- and always favor composition over inheritance;
- whenever JEXL exposes an interface, it is only meant to shield you
from its own implementation.
- It is possible that new methods are added from JEXL interfaces in
minor versions to fix bugs
- or add new features; this will break the source compatibility of
any code that depends on such modified interfaces.
- </p>
The public API classes reside in the 2 packages:
<ul>
<li>org.apache.commons.jexl3</li>