Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 99E18200D5A for ; Thu, 14 Dec 2017 14:16:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 987BB160C04; Thu, 14 Dec 2017 13:16:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B9E76160C01 for ; Thu, 14 Dec 2017 14:16:19 +0100 (CET) Received: (qmail 41324 invoked by uid 500); 14 Dec 2017 13:16:18 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 41313 invoked by uid 99); 14 Dec 2017 13:16:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2017 13:16:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6F759DFDE6; Thu, 14 Dec 2017 13:16:18 +0000 (UTC) From: AMashenkov To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #3228: Ignite 2.3.2 Content-Type: text/plain Date: Thu, 14 Dec 2017 13:16:18 +0000 (UTC) archived-at: Thu, 14 Dec 2017 13:16:20 -0000 GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/3228 Ignite 2.3.2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.3.2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3228.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 #3228 ---- commit be91bbf8bcb7e9c71fe6d3bea0f79763f9606558 Author: Krzysztof Chmielewski Date: 2017-10-10T14:50:59Z Fixed "IGNITE-6234 Initialize schemaIds to empty set if schemas field is null during the deserialization". Signed-off-by: nikolay_tikhonov commit 08389601728512dc4e7fa5b953f5afe34ae4506f Author: AMRepo Date: 2017-10-10T08:57:20Z IGNITE-6545: Failure during Ignite Service.cancel() can break normal shutdown process. This closes #2807. (cherry picked from commit 8ffa109) commit 57547b5afae059a0a6dfa13c08b2e0b6c0e96ebd Author: devozerov Date: 2017-10-13T09:34:35Z Merge branch 'ignite-2.3.1' into ignite-2.3.2 commit 08798f8e47bdfdd68a557385ed2ce98b4bb1609a Author: devozerov Date: 2017-10-13T11:12:44Z IGNITE-6605: SQL: common backup filter. This closes #2836. commit 2b59a241de3935a338842b8fc3221aedc8e11e1d Author: devozerov Date: 2017-10-16T07:33:36Z IGNITE-6631: Minor improvements to GridH2KeyValueRowOnheap. This closes #2855. commit 98438c954c5f9a08634cf3132361268456397864 Author: devozerov Date: 2017-10-16T09:38:54Z IGNITE-6632: SQL: simplified GridH2Row inheritance tree. This closes #2856. commit 95b7ab518dd3c3db6fcc5142c2ee85da2516c2b6 Author: devozerov Date: 2017-10-16T10:37:11Z IGNITE-6634: Removed IgniteDistributedJoinTestSuite. It's tests are distributed between "Query" and "Query 2" suites. This closes #2857. commit 9c91deff877ebc0eed84559d4abca71408e3cb0a Author: devozerov Date: 2017-10-16T13:46:13Z Merge branch 'ignite-2.3.1' into ignite-2.3.2 commit 911ab7ab7a8a6968d219b053adb2338477738506 Author: Alexey Popov Date: 2017-10-17T11:45:42Z IGNITE-6627 .NET: Fix serialization of enums within generic collections * Fix EnumEqualityComparer serialization * Fix enum arrays serialization * Fix empty objects missing metadata This closes #2864 commit 3ba374c319ac7048a05871692060e2f143d6acdf Author: Alexey Kuznetsov Date: 2017-10-06T17:11:37Z IGNITE-6463 Web Console: Fixed output of big numbers in SQL query results. (cherry picked from commit 35589a7) commit b67feb0f175bfbd6ffbefe82a8d693c8ab7d4213 Author: Vasiliy Sisko Date: 2017-10-09T10:55:23Z IGNITE-5767 Web console: Use byte array type instead of java.lang.Object for binary JDBC types. (cherry picked from commit 3184437) commit 8e1560322b87d79b3d3250832a3969ac4032d6fc Author: Alexey Kuznetsov Date: 2017-10-06T18:10:08Z IGNITE-6574 Remove pending requests in case STATUS_AUTH_FAILURE && credentials == null. (cherry picked from commit 85261a3) commit 7a0300ae35894c389b126e95615f720a99a3d360 Author: devozerov Date: 2017-10-18T11:18:08Z Merge branch 'ignite-2.3.1' into ignite-2.3.2 commit ad01f9b099d0bf92537378859ad6d5a52de57748 Author: Alexey Kuznetsov Date: 2017-10-19T02:43:20Z IGNITE-6647 Web Console: Implemented support of schema migration scripts. (cherry picked from commit c65399c) commit 0c66344bc752dac98b256dd140fcab95d1662862 Author: Pavel Tupitsyn Date: 2017-10-19T09:36:39Z IGNITE-6627 .NET: Fix repeated known metadata updates This closes #2876 commit 1b8abd214ed2afcd3fd1f6a4c71a19d6fe1a4b01 Author: Alexey Kuznetsov Date: 2017-10-20T04:23:23Z IGNITE-6647 Added missing Mongo injector. (cherry picked from commit 173ecef) commit a221066b3d029afc392be704a810c0e830fc0c49 Author: Alexey Kuznetsov Date: 2017-10-20T14:15:02Z IGNITE-6647 Web Console: Added folder for modules migrations. (cherry picked from commit 3700717) commit da8a9d5a968ba071697a28adb01bc59f80d1893c Author: Pavel Tupitsyn Date: 2017-10-23T08:55:33Z Merge branch 'ignite-2.3.1' into ignite-2.3.2 # Conflicts: # modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj commit 69fdac3acf768ecb9df80d4412c4de5ffd5bc4f5 Author: Dmitriy Shabalin Date: 2017-10-23T09:09:47Z IGNITE-5909 Added list editable component. (cherry picked from commit 01daee6) commit 4a2c38333c112d4956d6394667672c1470503435 Author: apopov Date: 2017-10-24T08:56:33Z IGNITE-6362 NPE in Log4J2Logger commit 089ebecb3e5962c7a38afd01bd18c77feb23d155 Author: vsisko Date: 2017-10-25T04:23:11Z IGNITE-6671 Web Agent: Fixed data type conversion for Oracle NUMBER(N) data types. (cherry picked from commit 93be8ea) commit 1e56de86525a79c895eba2d839b7887b61979b07 Author: Denis Mekhanikov Date: 2017-10-25T11:44:51Z IGNITE-6572: SQL: allowed many cache to share the same schema. This closes #2850. (cherry-picked from commit ee6daae) commit e53e0937bf57a6e57bf9c61a518c5b70ce8c1303 Author: devozerov Date: 2017-10-26T09:37:28Z Merge branch 'ignite-2.3.1' into ignite-2.3.2 commit 531086e4b7419b99e47d52db8764113995df3ef1 Author: dpavlov Date: 2017-10-05T15:06:27Z IGNITE-6539 WAL parser fails if empty log files exist in directory - Fixes #2794. Signed-off-by: Alexey Goncharuk commit 24e063fb8cb58d615a51274a6208f02d463beb0d Author: dpavlov Date: 2017-10-05T15:10:25Z IGNITE-6553 Standalone WAL iterator fails to handle WAL delete data records - Fixes #2797. commit ac86276c3665880df8f8345b61a90ae1da90c131 Author: devozerov Date: 2017-10-26T13:03:58Z IGNITE-6111: SQL: ability to execute INSERT INTO without specifying column names. This closes #2881. commit 937bc30c4a5f1951e7c755728b61571fe50eff26 Author: Roman Shtykh Date: 2017-10-26T14:13:49Z IGNITE-6534: SQL: configure NotNull fields with annotations. This closes #2782. commit 3675d6401b78b4a70148b4ce7081fafaafcfca44 Author: Denis Mekhanikov Date: 2017-10-27T11:12:36Z ignite-5860 Try process TcpDiscoveryClientReconnectMessage from socket reader instead of always processing it on coordinator. (cherry picked from commit 56a63f8) commit b1e670109e49bc33a9c8d6486cbfc637f13eaede Author: Alexey Kuznetsov Date: 2017-10-30T04:07:21Z IGNITE-6570 Added missing import. (cherry picked from commit 67859f4) commit 748f6df6b3f2753ad965fafcce55520bed6def8f Author: Alexey Kuznetsov Date: 2017-10-30T07:56:22Z IGNITE-6670 Web Agent: Improved demo startup. (cherry picked from commit b4bd20e) ---- ---