Upgrade to juel 2.1.2
---------------------
Key: SHINDIG-1097
URL: https://issues.apache.org/jira/browse/SHINDIG-1097
Project: Shindig
Issue Type: Improvement
Components: Java
Affects Versions: trunk
Reporter: Paul Lindner
Opening this now so I can get this commiteed.
Per the patch posted by adam here:
http://codereview.appspot.com/74075
Upgrade to JUEL 2.1.2
- Uses Ian Boston's temporary upload of JUEL 2.1.2 to a maven repos,
thanks Ian!
- Fixed boolean coercion to comply with the Opensocial spec
- Centralized Iterable and JSONArray coercion to no longer be gross
hacks
- Stopped using default caching; instead use CacheProvider. Expression
trees are now cached using the LRU or ehcache caches, and can be
configured accordingly.
- Got rid of default constructor of Expressions (only useful for
testing); added Expressions.forTesting() method to access the same
thing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.