Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45B2E1813D for ; Wed, 1 Jul 2015 22:26:31 +0000 (UTC) Received: (qmail 83016 invoked by uid 500); 1 Jul 2015 22:26:31 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 82978 invoked by uid 500); 1 Jul 2015 22:26:31 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 82967 invoked by uid 99); 1 Jul 2015 22:26:31 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2015 22:26:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C36371A64CF for ; Wed, 1 Jul 2015 22:26:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id NxaQfC_JBtHy for ; Wed, 1 Jul 2015 22:26:23 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 8029421021 for ; Wed, 1 Jul 2015 22:26:22 +0000 (UTC) Received: (qmail 82935 invoked by uid 99); 1 Jul 2015 22:26:21 -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; Wed, 01 Jul 2015 22:26:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 92B9AE00E0; Wed, 1 Jul 2015 22:26:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vkulichenko@apache.org To: commits@ignite.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-ignite git commit: IGNITE-1076 - Added java.sql classes yo classnames-jdk.properties Date: Wed, 1 Jul 2015 22:26:21 +0000 (UTC) Repository: incubator-ignite Updated Branches: refs/heads/ignite-1076 [created] 2cfe45525 IGNITE-1076 - Added java.sql classes yo classnames-jdk.properties Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/2cfe4552 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/2cfe4552 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/2cfe4552 Branch: refs/heads/ignite-1076 Commit: 2cfe455253e26a591839b932cbc630e6694e7f76 Parents: d3783a1 Author: Valentin Kulichenko Authored: Wed Jul 1 15:26:09 2015 -0700 Committer: Valentin Kulichenko Committed: Wed Jul 1 15:26:09 2015 -0700 ---------------------------------------------------------------------- .../core/src/main/resources/META-INF/classnames-jdk.properties | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/2cfe4552/modules/core/src/main/resources/META-INF/classnames-jdk.properties ---------------------------------------------------------------------- diff --git a/modules/core/src/main/resources/META-INF/classnames-jdk.properties b/modules/core/src/main/resources/META-INF/classnames-jdk.properties index fe350f7..4dd20b7 100644 --- a/modules/core/src/main/resources/META-INF/classnames-jdk.properties +++ b/modules/core/src/main/resources/META-INF/classnames-jdk.properties @@ -167,6 +167,9 @@ java.net.URISyntaxException java.net.URL java.net.UnknownHostException java.net.UnknownServiceException +java.sql.Date +java.sql.Time +java.sql.Timestamp java.util.AbstractMap$SimpleEntry java.util.AbstractMap$SimpleImmutableEntry java.util.ArrayDeque