Skip to content

Commit

Permalink
Merge pull request #16 from keerthu/master
Browse files Browse the repository at this point in the history
Fix to support EI 6.5.0
  • Loading branch information
kesavany authored May 23, 2019
2 parents 55c58e2 + 39fd388 commit 339ef18
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 115 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ It allows you to access the [Google Spreadsheet API Version v4](https://develope

| Connector version | Google spreadsheet API version | Supported WSO2 EI version |
| ------------- | ------------- | ------------- |
| [3.0.1](https://github.com/wso2-extensions/esb-connector-googlespreadsheet/releases/tag/org.wso2.carbon.connector.googlespreadsheet-3.0.1) | v4 | EI 6.5.0 |
| [3.0.0](https://github.com/wso2-extensions/esb-connector-googlespreadsheet/releases/tag/org.wso2.carbon.connector.googlespreadsheet-3.0.0) | v4 | ESB 4.9.0, ESB 5.0.0, EI 6.1.1, EI 6.2.0, EI 6.3.0, EI 6.4.0 |
| [2.0.1](https://github.com/wso2-extensions/esb-connector-googlespreadsheet/releases/tag/org.wso2.carbon.connector.googlespreadsheet-2.0.1) (Deprecated since google spreadsheet API v3 is deprecated) | v3 | ESB 5.0.0 ESB 4.9.0 |
| [2.0.0](https://github.com/wso2-extensions/esb-connector-googlespreadsheet/releases/tag/org.wso2.carbon.connector.googlespreadsheet-2.0.0) (Deprecated since google spreadsheet API v3 is deprecated) | v3 | ESB 4.9.0 |
Expand Down
20 changes: 8 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,20 @@
<groupId>org.wso2.carbon.connector</groupId>
<artifactId>org.wso2.carbon.connector.googlespreadsheet</artifactId>
<packaging>jar</packaging>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<name>WSO2 Carbon - Mediation Library Connector For Googlespreadsheet</name>
<url>http://wso2.org</url>
<properties>
<connector.name>googlespreadsheet</connector.name>
<product.ei.version>6.4.0</product.ei.version>
<carbon.kernel.version>4.4.17</carbon.kernel.version>
<product.ei.version>6.5.0</product.ei.version>
<carbon.kernel.version>4.4.38</carbon.kernel.version>
<automation.framework.utils.version>4.4.2</automation.framework.utils.version>
<automation.framework.version>4.4.3</automation.framework.version>
<emma.version>2.1.5320</emma.version>
<synapse.version>2.1.7-wso2v19</synapse.version>
<carbon.mediation.version>4.6.19</carbon.mediation.version>
<json.version>2.0.0.wso2v1</json.version>
<synapse.version>2.1.7-wso2v95</synapse.version>
<carbon.mediation.version>4.6.123</carbon.mediation.version>
<json.version>3.0.0.wso2v1</json.version>
<org.testng.version>6.1.1</org.testng.version>
<jets3t.version>0.9.4</jets3t.version>
<bouncycastle.version>1.55</bouncycastle.version>
<rampart.apache.version>1.6.1-wso2v18</rampart.apache.version>
<rampart.wso2.version>1.6.1.wso2v18</rampart.wso2.version>
<skip-tests>true</skip-tests>
</properties>
<dependencies>
Expand Down Expand Up @@ -171,9 +167,9 @@
<version>${product.ei.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.ei</groupId>
<groupId>org.wso2.carbon.mediation</groupId>
<artifactId>org.wso2.carbon.integrator.core</artifactId>
<version>${product.ei.version}</version>
<version>${carbon.mediation.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.ei</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/worksheet/deleteSheetBatchRequest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<template name="deleteSheetBatchRequest" xmlns="http://ws.apache.org/ns/synapse">
<parameter name="spreadsheetId" description="Unique identifier of the spreadsheet"/>
<parameter name="requests"
description="It contains data that is a kind of update to apply to a spreadshee"/>
description="It contains data that is a kind of update to apply to a spreadsheet"/>
<parameter name="fields"
description="Specifying which fields to include in a partial response"/>
<sequence>
Expand Down
6 changes: 3 additions & 3 deletions src/test/INTEGRATION-TEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
### Tested Platforms:

- Ubuntu 16.04
- WSO2 EI 6.4.0
- WSO2 EI 6.5.0
- java 1.8


### Steps to follow in setting integration test.


1. Download EI 6.4.0 by navigating to the following [URL](http://wso2.com/products/enterprise-service-bus/#).
2. Copy the EI 6.4.0 zip to the location `Connector_Home/repository/`
1. Download EI 6.5.0 from the official website.
2. Copy the EI 6.5.0 zip to the location `Connector_Home/repository/`
3. Follow this [Doc](https://docs.wso2.com/display/IntegrationCloud/Get+Credentials+for+Google+Spreadsheet) to get a client id, client secret, access token, refresh token from OAuth 2.0 Playground.

4. Update the following properties in `esb-connector-googlespreadsheet.properties` file at `Connector_Home/repository/`
Expand Down
Loading

0 comments on commit 339ef18

Please sign in to comment.