You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vk...@apache.org on 2015/07/02 00:26:21 UTC

incubator-ignite git commit: IGNITE-1076 - Added java.sql classes yo classnames-jdk.properties

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 <vk...@gridgain.com>
Authored: Wed Jul 1 15:26:09 2015 -0700
Committer: Valentin Kulichenko <vk...@gridgain.com>
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