exclude expressions for locks
-----------------------------

                 Key: CDV-884
                 URL: https://jira.terracotta.org/jira//browse/CDV-884
             Project: Community Development
          Issue Type: New Feature
            Reporter: Juris Galang
            Assignee: Issue Review Board



Currently we can specify locks in our config via expressions.
But this configuration specifies only what can be included - so if a user uses 
an expression like:

  * com.example..set*(..) 

It will configure locking for methods beginning with set* under the 
com.example.. package.
But what if there are 3 methods, eg: setFoo(..), setBar(..), setZoo(..) - and 
the user wants a lock on everything but setZoo(...) - ? There is no way for 
them to exclude setZoo(..)

See also: http://forums.terracotta.org/forums/posts/list/0/1361.page#8291


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
tc-dev@lists.terracotta.org
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to