[teiid/teiid] e45d29: TEIID-2513: Adding capability to handle HTTPS call...
by Ramesh Reddy
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: e45d294a0d8cc82bbb5d0636c5500a9979cc6446
https://github.com/teiid/teiid/commit/e45d294a0d8cc82bbb5d0636c5500a9979c...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
R connectors/connector-ws/src/main/java/org/apache/cxf/service/model/MessagePartInfo.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSManagedConnectionFactory.java
M connectors/connector-ws/src/main/rar/META-INF/ra.xml
M connectors/connector-ws/src/main/resources/org/teiid/resource/adapter/ws/i18n.properties
Log Message:
-----------
TEIID-2513: Adding capability to handle HTTPS calls in BinaryDispatch based on either provided trust store configuration or default configuration
Commit: eeb4e1dcda29c75185e3f4407e43f5914dff681a
https://github.com/teiid/teiid/commit/eeb4e1dcda29c75185e3f4407e43f5914df...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
R connectors/connector-ws/src/main/java/org/apache/cxf/service/model/MessagePartInfo.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSManagedConnectionFactory.java
M connectors/connector-ws/src/main/rar/META-INF/ra.xml
M connectors/connector-ws/src/main/resources/org/teiid/resource/adapter/ws/i18n.properties
Log Message:
-----------
Merge pull request #76 from rareddy/TEIID-2513
TEIID-2513: Adding capability to handle HTTPS calls in BinaryDispatch ba...
Also removed the CXF override as the current version of CXF in use is 2.6.6
Compare: https://github.com/teiid/teiid/compare/4aa1fbf83bb5...eeb4e1dcda29
11 years, 7 months
[teiid/teiid] 13ee83: SAML:intital integration
by Ramesh Reddy
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 13ee83bc55ee24fd38e93cd1005b1619ed679a84
https://github.com/teiid/teiid/commit/13ee83bc55ee24fd38e93cd1005b1619ed6...
Author: rareddy <rareddy(a)jboss.org>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M api/src/main/java/org/teiid/resource/spi/ConnectionContext.java
A api/src/main/java/org/teiid/resource/spi/TeiidSecurityCredential.java
M client/src/main/java/org/teiid/client/BatchSerializer.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSSecurityToken.java
Log Message:
-----------
SAML:intital integration
Commit: 0cffbfeb3dbee37040884d36990631319eccffb2
https://github.com/teiid/teiid/commit/0cffbfeb3dbee37040884d36990631319ec...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M api/src/main/java/org/teiid/resource/spi/TeiidSecurityCredential.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/EncryptProfile.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/SAMLTokenProfile.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/SignatureProfile.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/TimestampProfile.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/UsernameTokenProfile.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSSecurityToken.java
Log Message:
-----------
Adding a way pass ws-security credentials through ws connector
Commit: a9d0035936eeccd3eea41d97278dabf66a559bb4
https://github.com/teiid/teiid/commit/a9d0035936eeccd3eea41d97278dabf66a5...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M api/src/main/java/org/teiid/resource/spi/ConnectionContext.java
R api/src/main/java/org/teiid/resource/spi/TeiidSecurityCredential.java
M build/kits/jboss-as7/modules/system/layers/base/org/jboss/teiid/resource-adapter/webservice/main/module.xml
M connectors/connector-ws/pom.xml
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/EncryptProfile.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/SAMLTokenProfile.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/SignatureProfile.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/TimestampProfile.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/UsernameTokenProfile.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSSecurityCredential.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSSecurityToken.java
Log Message:
-----------
credential flow through web services resource adaptor
Commit: 075fb19ea6ec39c6277da873ffbc443019e451db
https://github.com/teiid/teiid/commit/075fb19ea6ec39c6277da873ffbc443019e...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
M client/src/main/java/org/teiid/client/BatchSerializer.java
Log Message:
-----------
TEIID-2462: reverting the changes from perf test
Commit: 2b6ea21a123991554e6cb1a9478273edbd7e728f
https://github.com/teiid/teiid/commit/2b6ea21a123991554e6cb1a9478273edbd7...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
M api/src/main/java/org/teiid/resource/spi/ConnectionContext.java
M client/src/main/java/org/teiid/client/BatchSerializer.java
M connectors/connector-ws/pom.xml
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/EncryptProfile.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/SAMLTokenProfile.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/SignatureProfile.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/TimestampProfile.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/UsernameTokenProfile.java
M connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSConnectionImpl.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSSecurityCredential.java
A connectors/connector-ws/src/main/java/org/teiid/resource/adapter/ws/WSSecurityToken.java
Log Message:
-----------
Merge pull request #70 from rareddy/saml
TEIID-2462
Compare: https://github.com/teiid/teiid/compare/755420ecfa13...2b6ea21a1239
11 years, 7 months
teiid SVN: r4570 - in branches/7.7.x: adminshell and 46 other directories.
by teiid-commits@lists.jboss.org
Author: jolee
Date: 2013-05-22 14:29:09 -0400 (Wed, 22 May 2013)
New Revision: 4570
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:
BZ947471: EDS_5.3.1_2_2013, pom.xml and release-notes update
Modified: branches/7.7.x/adminshell/pom.xml
===================================================================
--- branches/7.7.x/adminshell/pom.xml 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/adminshell/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/api/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2013-05-22 18:29:09 UTC (rev 4570)
@@ -242,6 +242,24 @@
</h2>
<h4>From ${project.version}</h4>
<ul>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2361'>TEIID-2361</a>] - The current MAX String size is 4000, add the ability to configure when larger sizes are used
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2363'>TEIID-2363</a>] - proactive buffering not occurring for the inner side of an outer join on "MERGE JOIN (SORT/ALREADY_SORTED)"
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2455'>TEIID-2455</a>] - fix for unrelated sort of view
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2460'>TEIID-2460</a>] - Weird behavior when Max buffer space restriction is hit
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2478'>TEIID-2478</a>] - incomplete with pushdown. (required supporting changes)
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2482'>TEIID-2482</a>] - Allow the use of the enhanced join for left outer joins
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2491'>TEIID-2491</a>] - Issue with date format parsing using ODBC Driver (EDS Specific BZ961071)
+</li>
+</ul>
+
+<h4>From 7.7.6</h4>
+<ul>
<li>[<a href='https://issues.jboss.org/browse/TEIID-2205'>TEIID-2205</a>] - fix for procedure/block/local connection txn issues
</li>
<li>[<a href='https://issues.jboss.org/browse/TEIID-2349'>TEIID-2349</a>] - cloning the multi-source update flag
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/build/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/cache-jbosscache/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/client/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/client-jdk15/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/common-core/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/connector-file/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/connector-infinispan/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -4,7 +4,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/connector-ws/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -6,7 +6,7 @@
<name>${connector-name}</name>
<description>${connector-name}</description>
<packaging>rar</packaging>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/sandbox/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-coherence</artifactId>
<groupId>org.jboss.teiid.connectors.sandbox</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/translator-file/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/translator-hive/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/translator-object/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/translator-olap/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/connectors/translator-ws/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/console/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/documentation/admin-guide/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/documentation/caching-guide/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/documentation/javadocs/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/documentation/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/documentation/reference/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/engine/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/hibernate-dialect/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/jboss-integration/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/metadata/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-metadata</artifactId>
Modified: branches/7.7.x/pom.xml
===================================================================
--- branches/7.7.x/pom.xml 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -5,7 +5,7 @@
<artifactId>teiid-parent</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/runtime/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/test-integration/common/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/test-integration/db/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/test-integration/perf/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</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 2013-05-20 13:27:41 UTC (rev 4569)
+++ branches/7.7.x/test-integration/pom.xml 2013-05-22 18:29:09 UTC (rev 4570)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.6</version>
+ <version>7.7.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-test-integration</artifactId>
11 years, 7 months