You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by gvvinblade <gi...@git.apache.org> on 2018/09/07 15:38:13 UTC

[GitHub] ignite pull request #4705: Configuration compatibility fix

GitHub user gvvinblade opened a pull request:

    https://github.com/apache/ignite/pull/4705

    Configuration compatibility fix

    

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

    $ git pull https://github.com/gridgain/apache-ignite gg-14183

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

    https://github.com/apache/ignite/pull/4705.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 #4705
    
----
commit eb755a0f264b69b9524bfadcfbb693441ab749be
Author: Igor Seliverstov <gv...@...>
Date:   2018-09-06T14:40:43Z

    fix compatibility

commit 8dcb50b722375c7e6393617f293048b4632be22e
Author: Igor Seliverstov <gv...@...>
Date:   2018-09-07T14:38:15Z

    fix compatibility

commit 30adc7d11b3e8af417b1ae0b0e99a8311243ccfc
Author: Igor Seliverstov <gv...@...>
Date:   2018-09-07T15:12:13Z

    Merge branch 'master' into gg-14183
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTxPrepareRequest.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/GridCacheQueryRequest.java

commit 40ae4ca6512189cdaf9f8d64b38b3b2adeea7712
Author: Igor Seliverstov <gv...@...>
Date:   2018-09-07T15:30:48Z

    Minor fixes.

----


---