GitHub user lburgazzoli opened a pull request:

    https://github.com/apache/cxf/pull/137

    CXF-6909: Create an JCache based OAuthDataProvider

    This is a first cut of a JCache based OAuthDataProvider with the following 
limitations:
    
    - jcache/JSR-107 does not support per entry eviction so eviction should be 
configured on the cache level 
    - because of the limitation above, entries returned from the cache are 
checked for expiration
    - if the cache are not pre-configured a cache is created on demand with 
default settings which means no eviction


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lburgazzoli/apache-cxf CXF-6909

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cxf/pull/137.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #137
    
----
commit ab27d2cdc6d382096194c3aef9f726d5a18e9ff0
Author: lburgazzoli <[email protected]>
Date:   2016-05-18T15:22:55Z

    CXF-6909: Create an JCache based OAuthDataProvider

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to