You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/18 15:28:13 UTC

[jira] [Commented] (CXF-6909) Create an JCache based OAuthDataProvider

    [ https://issues.apache.org/jira/browse/CXF-6909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15289149#comment-15289149 ] 

ASF GitHub Bot commented on CXF-6909:
-------------------------------------

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 <lb...@gmail.com>
Date:   2016-05-18T15:22:55Z

    CXF-6909: Create an JCache based OAuthDataProvider

----


> Create an JCache based OAuthDataProvider
> ----------------------------------------
>
>                 Key: CXF-6909
>                 URL: https://issues.apache.org/jira/browse/CXF-6909
>             Project: CXF
>          Issue Type: New Feature
>            Reporter: Luca Burgazzoli
>            Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)