You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/08 13:18:00 UTC

[jira] [Commented] (CAY-2438) Split DataChannel filter into two independent filters

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

ASF GitHub Bot commented on CAY-2438:
-------------------------------------

GitHub user stariy95 opened a pull request:

    https://github.com/apache/cayenne/pull/294

     CAY-2438 Split DataChannel filter into two independent filters

    

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

    $ git pull https://github.com/stariy95/cayenne 4.1-data-channel-filters

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

    https://github.com/apache/cayenne/pull/294.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 #294
    
----
commit 222f0688c7a3eb3ef252747ba84534ba9d5ec978
Author: Nikita Timofeev <st...@...>
Date:   2018-05-29T15:36:41Z

    Split DataChannelFilter into Query and Sync filters

commit 7809a8316f85c6c4b189271b0ba14a9185f4a184
Author: Nikita Timofeev <st...@...>
Date:   2018-05-30T11:38:23Z

    CAY-2438 Split DataChannel filter into two independent filters

----


> Split DataChannel filter into two independent filters
> -----------------------------------------------------
>
>                 Key: CAY-2438
>                 URL: https://issues.apache.org/jira/browse/CAY-2438
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Core Library
>            Reporter: Nikita Timofeev
>            Assignee: Nikita Timofeev
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.2.M1
>
>
> Split {{DataChannelFilter}} filter into two independent filters - {{DataChannelQueryFilter}} and {{DataChannelSyncFilter}}
> This will likely introduce minor incompatibility: contribution of custom filters that are linked with {{TransactionFIlter}} will likely need change. Independent filters should be fully functional (except for deprecation warning).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)