You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2016/02/15 08:52:24 UTC

[40/50] [abbrv] ignite git commit: Merge branch 'ignite-1.5' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-split2

Merge branch 'ignite-1.5' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-split2


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e579c4c0
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e579c4c0
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e579c4c0

Branch: refs/heads/ignite-1232
Commit: e579c4c0dfce6b6e35171cd70119337c16dd35a4
Parents: 1115a79 f97dc9f
Author: S.Vladykin <sv...@gridgain.com>
Authored: Mon Dec 28 22:11:01 2015 +0300
Committer: S.Vladykin <sv...@gridgain.com>
Committed: Mon Dec 28 22:11:01 2015 +0300

----------------------------------------------------------------------
 DEVNOTES.txt                                    | 11 +++
 RELEASE_NOTES.txt                               |  2 +
 assembly/release-fabric-base.xml                |  6 ++
 assembly/release-sources.xml                    | 79 ++++++++++++++++++++
 modules/clients/pom.xml                         |  2 +-
 .../apache/ignite/internal/IgniteKernal.java    |  7 +-
 .../ignite/internal/IgniteNodeAttributes.java   |  3 +
 .../processors/rest/GridRestProcessor.java      |  4 +
 .../rest/client/message/GridClientNodeBean.java |  4 +-
 .../plugin/security/AuthenticationContext.java  | 33 ++++++--
 modules/platforms/cpp/DEVNOTES.txt              | 59 +++++++++++++++
 modules/platforms/cpp/README.txt                | 64 ++++------------
 modules/platforms/cpp/project/vs/ignite.sln     |  6 +-
 modules/platforms/cpp/project/vs/ignite.slnrel  | 10 +++
 .../platforms/cpp/project/vs/ignite_x86.slnrel  | 10 +++
 modules/platforms/dotnet/Apache.Ignite.sln      |  5 +-
 modules/platforms/dotnet/DEVNOTES.txt           | 18 +++++
 .../rest/protocols/http/jetty/rest.html         |  2 +-
 modules/scalar-2.10/pom.xml                     |  2 +-
 modules/scalar/pom.xml                          |  2 +-
 parent/pom.xml                                  |  4 +-
 pom.xml                                         | 23 +++---
 22 files changed, 276 insertions(+), 80 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e579c4c0/parent/pom.xml
----------------------------------------------------------------------