You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2009/06/23 02:12:07 UTC

[jira] Created: (SHINDIG-1097) Upgrade to juel 2.1.2

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.


[jira] Commented: (SHINDIG-1097) Upgrade to juel 2.1.2

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722907#action_12722907 ] 

Paul Lindner commented on SHINDIG-1097:
---------------------------------------

Will apply this tomorrow if no -1s...


> 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.


[jira] Resolved: (SHINDIG-1097) Upgrade to juel 2.1.2

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-1097.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: trunk

committed


> 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
>             Fix For: trunk
>
>
> 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.