teiid SVN: r4656 - in branches/7.7.x: adminshell and 46 other directories.
by teiid-commits@lists.jboss.org
Author: jolee
Date: 2014-08-27 12:18:03 -0400 (Wed, 27 Aug 2014)
New Revision: 4656
Modified:
branches/7.7.x/adminshell/pom.xml
branches/7.7.x/api/pom.xml
branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html
branches/7.7.x/build/pom.xml
branches/7.7.x/cache-jbosscache/pom.xml
branches/7.7.x/client-jdk15/pom.xml
branches/7.7.x/client/pom.xml
branches/7.7.x/common-core/pom.xml
branches/7.7.x/connectors/connector-file/pom.xml
branches/7.7.x/connectors/connector-infinispan/pom.xml
branches/7.7.x/connectors/connector-ldap/pom.xml
branches/7.7.x/connectors/connector-salesforce/pom.xml
branches/7.7.x/connectors/connector-ws/pom.xml
branches/7.7.x/connectors/pom.xml
branches/7.7.x/connectors/salesforce-api/pom.xml
branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml
branches/7.7.x/connectors/sandbox/connector-template/pom.xml
branches/7.7.x/connectors/sandbox/pom.xml
branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml
branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml
branches/7.7.x/connectors/translator-file/pom.xml
branches/7.7.x/connectors/translator-hive/pom.xml
branches/7.7.x/connectors/translator-jdbc/pom.xml
branches/7.7.x/connectors/translator-ldap/pom.xml
branches/7.7.x/connectors/translator-loopback/pom.xml
branches/7.7.x/connectors/translator-object/pom.xml
branches/7.7.x/connectors/translator-olap/pom.xml
branches/7.7.x/connectors/translator-salesforce/pom.xml
branches/7.7.x/connectors/translator-ws/pom.xml
branches/7.7.x/console/pom.xml
branches/7.7.x/documentation/admin-guide/pom.xml
branches/7.7.x/documentation/caching-guide/pom.xml
branches/7.7.x/documentation/client-developers-guide/pom.xml
branches/7.7.x/documentation/developer-guide/pom.xml
branches/7.7.x/documentation/javadocs/pom.xml
branches/7.7.x/documentation/pom.xml
branches/7.7.x/documentation/quick-start-example/pom.xml
branches/7.7.x/documentation/reference/pom.xml
branches/7.7.x/engine/pom.xml
branches/7.7.x/hibernate-dialect/pom.xml
branches/7.7.x/jboss-integration/pom.xml
branches/7.7.x/metadata/pom.xml
branches/7.7.x/pom.xml
branches/7.7.x/runtime/pom.xml
branches/7.7.x/test-integration/common/pom.xml
branches/7.7.x/test-integration/db/pom.xml
branches/7.7.x/test-integration/perf/pom.xml
branches/7.7.x/test-integration/pom.xml
Log:
BZ1108088 - Roll up patch EDS_5.3.1_2_2014
Modified: branches/7.7.x/adminshell/pom.xml
===================================================================
--- branches/7.7.x/adminshell/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/adminshell/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-adminshell</artifactId>
Modified: branches/7.7.x/api/pom.xml
===================================================================
--- branches/7.7.x/api/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/api/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-api</artifactId>
Modified: branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2014-08-27 16:18:03 UTC (rev 4656)
@@ -242,6 +242,17 @@
</h2>
<h4>From ${project.version}</h4>
<ul>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2930'>TEIID-2930</a>] - SCROLL keyword for DECLARE CURSOR not being parsed correctly
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2985'>TEIID-2985/a>] - odbc script reader does not handle extra statement delimiters
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2996'>TEIID-2996</a>] - Ability to disable keepAlive
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-3049'>TEIID-3049</a>] - odbc still commits with disableLocalTxn
+</li>
+</ul>
+<h4>From 7.7.10</h4>
+<ul>
<li>[<a href='https://bugzilla.redhat.com/show_bug.cgi?id=1084108'>BZ1084108</a>] - SQL_TSI_SECOND always returns zero with new implementation of calendar for TIMESTAMPDIFF function
</li>
<li>[<a href='https://issues.jboss.org/browse/TEIID-1896'>TEIID-1896</a>] - fix for nested json array xml conversion
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/build/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid</artifactId>
Modified: branches/7.7.x/cache-jbosscache/pom.xml
===================================================================
--- branches/7.7.x/cache-jbosscache/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/cache-jbosscache/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-cache-jbosscache</artifactId>
Modified: branches/7.7.x/client/pom.xml
===================================================================
--- branches/7.7.x/client/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/client/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-client</artifactId>
Modified: branches/7.7.x/client-jdk15/pom.xml
===================================================================
--- branches/7.7.x/client-jdk15/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/client-jdk15/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-client-jdk15</artifactId>
Modified: branches/7.7.x/common-core/pom.xml
===================================================================
--- branches/7.7.x/common-core/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/common-core/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-common-core</artifactId>
Modified: branches/7.7.x/connectors/connector-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-file/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/connector-file/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-file</artifactId>
Modified: branches/7.7.x/connectors/connector-infinispan/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-infinispan/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/connector-infinispan/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -4,7 +4,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-infinispan</artifactId>
Modified: branches/7.7.x/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ldap/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ldap</artifactId>
Modified: branches/7.7.x/connectors/connector-salesforce/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-salesforce/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-salesforce</artifactId>
Modified: branches/7.7.x/connectors/connector-ws/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ws/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/connector-ws/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ws</artifactId>
Modified: branches/7.7.x/connectors/pom.xml
===================================================================
--- branches/7.7.x/connectors/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/connectors/salesforce-api/pom.xml
===================================================================
--- branches/7.7.x/connectors/salesforce-api/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>salesforce-api</artifactId>
Modified: branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-coherence</artifactId>
Modified: branches/7.7.x/connectors/sandbox/connector-template/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -6,7 +6,7 @@
<name>${connector-name}</name>
<description>${connector-name}</description>
<packaging>rar</packaging>
- <version>7.7.10</version>
+ <version>7.7.11</version>
<properties>
<teiid.version>${teiid-version}</teiid.version>
</properties>
Modified: branches/7.7.x/connectors/sandbox/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/sandbox/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid.connectors</groupId>
Modified: branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-coherence</artifactId>
<groupId>org.jboss.teiid.connectors.sandbox</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
<name>Coherence Translator</name>
<description>This is the tranlator for a Coherence connector</description>
Modified: branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-yahoo</artifactId>
Modified: branches/7.7.x/connectors/translator-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-file/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/translator-file/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-file</artifactId>
Modified: branches/7.7.x/connectors/translator-hive/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-hive/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/translator-hive/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-hive</artifactId>
Modified: branches/7.7.x/connectors/translator-jdbc/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-jdbc/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-jdbc</artifactId>
Modified: branches/7.7.x/connectors/translator-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-ldap/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ldap</artifactId>
Modified: branches/7.7.x/connectors/translator-loopback/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-loopback/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-loopback</artifactId>
Modified: branches/7.7.x/connectors/translator-object/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-object/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/translator-object/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-object</artifactId>
Modified: branches/7.7.x/connectors/translator-olap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-olap/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/translator-olap/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-olap</artifactId>
Modified: branches/7.7.x/connectors/translator-salesforce/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-salesforce/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-salesforce</artifactId>
Modified: branches/7.7.x/connectors/translator-ws/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-ws/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/connectors/translator-ws/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ws</artifactId>
Modified: branches/7.7.x/console/pom.xml
===================================================================
--- branches/7.7.x/console/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/console/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/7.7.x/documentation/admin-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/admin-guide/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/documentation/admin-guide/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>admin-guide</artifactId>
Modified: branches/7.7.x/documentation/caching-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/caching-guide/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/documentation/caching-guide/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>caching-guide</artifactId>
Modified: branches/7.7.x/documentation/client-developers-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/client-developers-guide/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>client-developers-guide</artifactId>
Modified: branches/7.7.x/documentation/developer-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/developer-guide/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>developer-guide</artifactId>
Modified: branches/7.7.x/documentation/javadocs/pom.xml
===================================================================
--- branches/7.7.x/documentation/javadocs/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/documentation/javadocs/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>javadocs</artifactId>
Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/documentation/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/documentation/quick-start-example/pom.xml
===================================================================
--- branches/7.7.x/documentation/quick-start-example/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quick-start-example</artifactId>
Modified: branches/7.7.x/documentation/reference/pom.xml
===================================================================
--- branches/7.7.x/documentation/reference/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/documentation/reference/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reference</artifactId>
Modified: branches/7.7.x/engine/pom.xml
===================================================================
--- branches/7.7.x/engine/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/engine/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-engine</artifactId>
Modified: branches/7.7.x/hibernate-dialect/pom.xml
===================================================================
--- branches/7.7.x/hibernate-dialect/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/hibernate-dialect/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-hibernate-dialect</artifactId>
Modified: branches/7.7.x/jboss-integration/pom.xml
===================================================================
--- branches/7.7.x/jboss-integration/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/jboss-integration/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/metadata/pom.xml
===================================================================
--- branches/7.7.x/metadata/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/metadata/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-metadata</artifactId>
Modified: branches/7.7.x/pom.xml
===================================================================
--- branches/7.7.x/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -5,7 +5,7 @@
<artifactId>teiid-parent</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.7.10</version>
+ <version>7.7.11</version>
<description>Federated SQL and XML query engine.</description>
<properties>
<ant.version>1.7.0</ant.version>
Modified: branches/7.7.x/runtime/pom.xml
===================================================================
--- branches/7.7.x/runtime/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/runtime/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/test-integration/common/pom.xml
===================================================================
--- branches/7.7.x/test-integration/common/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/test-integration/common/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-common</artifactId>
Modified: branches/7.7.x/test-integration/db/pom.xml
===================================================================
--- branches/7.7.x/test-integration/db/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/test-integration/db/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/7.7.x/test-integration/perf/pom.xml
===================================================================
--- branches/7.7.x/test-integration/perf/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/test-integration/perf/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-perf</artifactId>
Modified: branches/7.7.x/test-integration/pom.xml
===================================================================
--- branches/7.7.x/test-integration/pom.xml 2014-08-26 14:24:25 UTC (rev 4655)
+++ branches/7.7.x/test-integration/pom.xml 2014-08-27 16:18:03 UTC (rev 4656)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.10</version>
+ <version>7.7.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-test-integration</artifactId>
10 years, 3 months
[teiid/teiid] 606360: TEIID-3060 Expanding Cassandra type handling
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 606360bc7de05bdd9cca18fa2459c4bd4700cbc0
https://github.com/teiid/teiid/commit/606360bc7de05bdd9cca18fa2459c4bd470...
Author: shawkins <shawkins(a)redhat.com>
Date: 2014-08-26 (Tue, 26 Aug 2014)
Changed paths:
M connectors/translator-cassandra/src/main/java/org/teiid/translator/cassandra/CassandraMetadataProcessor.java
M connectors/translator-cassandra/src/main/java/org/teiid/translator/cassandra/CassandraSQLVisitor.java
M connectors/translator-cassandra/src/main/java/org/teiid/translator/cassandra/CassandraUpdateExecution.java
M connectors/translator-cassandra/src/test/java/org/teiid/translator/cassandra/TestTeiidLanguageToCQL.java
Log Message:
-----------
TEIID-3060 Expanding Cassandra type handling
10 years, 3 months
teiid SVN: r4655 - branches/7.7.x/runtime/src/main/java/org/teiid/services.
by teiid-commits@lists.jboss.org
Author: jolee
Date: 2014-08-26 10:24:25 -0400 (Tue, 26 Aug 2014)
New Revision: 4655
Modified:
branches/7.7.x/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java
Log:
TEIID-2996: allowing for ping to be disabled via org.teiid.checkPing system property
Modified: branches/7.7.x/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java
===================================================================
--- branches/7.7.x/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java 2014-08-26 13:46:34 UTC (rev 4654)
+++ branches/7.7.x/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java 2014-08-26 14:24:25 UTC (rev 4655)
@@ -53,6 +53,7 @@
import org.teiid.client.security.InvalidSessionException;
import org.teiid.client.security.SessionToken;
import org.teiid.core.util.ArgCheck;
+import org.teiid.core.util.PropertiesUtils;
import org.teiid.deployers.VDBRepository;
import org.teiid.dqp.internal.process.DQPCore;
import org.teiid.dqp.service.SessionService;
@@ -81,7 +82,7 @@
private long sessionExpirationTimeLimit = DEFAULT_SESSION_EXPIRATION;
private String authenticationType = AuthenticationType.CLEARTEXT.name();
private String gssSecurityDomain;
-
+ private static boolean CHECK_PING = PropertiesUtils.getBooleanProperty(System.getProperties(), "org.teiid.checkPing", true);
/*
* Injected state
*/
@@ -104,13 +105,13 @@
long currentTime = System.currentTimeMillis();
for (SessionMetadata info : sessionCache.values()) {
try {
- if (!info.isEmbedded() && currentTime - info.getLastPingTime() > ServerConnection.PING_INTERVAL * 5) {
- LogManager.logInfo(LogConstants.CTX_SECURITY, RuntimePlugin.Util.getString( "SessionServiceImpl.keepaliveFailed", info.getSessionId())); //$NON-NLS-1$
- closeSession(info.getSessionId());
- } else if (sessionExpirationTimeLimit > 0 && currentTime - info.getCreatedTime() > sessionExpirationTimeLimit) {
- LogManager.logInfo(LogConstants.CTX_SECURITY, RuntimePlugin.Util.getString( "SessionServiceImpl.expireSession", info.getSessionId())); //$NON-NLS-1$
- closeSession(info.getSessionId());
- }
+ if (CHECK_PING && !info.isEmbedded() && currentTime - info.getLastPingTime() > ServerConnection.PING_INTERVAL * 5) {
+ LogManager.logInfo(LogConstants.CTX_SECURITY, RuntimePlugin.Util.getString("SessionServiceImpl.keepaliveFailed", info.getSessionId()));
+ closeSession(info.getSessionId());
+ } else if (sessionExpirationTimeLimit > 0 && currentTime - info.getCreatedTime() > sessionExpirationTimeLimit) {
+ LogManager.logInfo(LogConstants.CTX_SECURITY, RuntimePlugin.Util.getString( "SessionServiceImpl.expireSession", info.getSessionId())); //$NON-NLS-1$
+ closeSession(info.getSessionId());
+ }
} catch (Exception e) {
LogManager.logDetail(LogConstants.CTX_SECURITY, e, "error running session monitor, unable to monitor:", info.getSessionId()); //$NON-NLS-1$
}
10 years, 4 months