Skip to content

Commit

Permalink
Merge pull request #21 from ajkarki/master
Browse files Browse the repository at this point in the history
Refactor for wso2-extension to Siddhi-io repo move
  • Loading branch information
mohanvive authored May 14, 2019
2 parents 7befbb7 + 3ecd35f commit 837431e
Show file tree
Hide file tree
Showing 30 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ directory.

```
<dependency>
<groupId>org.wso2.extension.siddhi.execution.json</groupId>
<groupId>io.siddhi.extension.execution.json</groupId>
<artifactId>siddhi-execution-json</artifactId>
<version>x.x.x</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions component/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.wso2.extension.siddhi.execution.json</groupId>
<groupId>io.siddhi.extension.execution.json</groupId>
<artifactId>siddhi-execution-json-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -88,8 +88,8 @@
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Export-Package>
org.wso2.extension.siddhi.execution.json,
org.wso2.extension.siddhi.execution.json.*
io.siddhi.extension.execution.json,
io.siddhi.extension.execution.json.*
</Export-Package>
<Private-Package>
com.jayway.jsonpath.*,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import com.jayway.jsonpath.InvalidJsonException;
import com.jayway.jsonpath.JsonPath;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json.function;
package io.siddhi.extension.execution.json.function;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json.function;
package io.siddhi.extension.execution.json.function;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json.function;
package io.siddhi.extension.execution.json.function;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json.function;
package io.siddhi.extension.execution.json.function;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json.function;
package io.siddhi.extension.execution.json.function;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json.function;
package io.siddhi.extension.execution.json.function;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json.function;
package io.siddhi.extension.execution.json.function;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json.function;
package io.siddhi.extension.execution.json.function;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json.function;
package io.siddhi.extension.execution.json.function;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json.function;
package io.siddhi.extension.execution.json.function;

import io.siddhi.annotation.Example;
import io.siddhi.annotation.Extension;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json.function;
package io.siddhi.extension.execution.json.function;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.extension.siddhi.execution.json;
package io.siddhi.extension.execution.json;

import io.siddhi.core.SiddhiAppRuntime;
import io.siddhi.core.SiddhiManager;
Expand Down
24 changes: 12 additions & 12 deletions component/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<suite name="Siddhi-Execution- test-Test-Suite">
<test name="Siddhi-execution- test-tests" enabled="true" preserve-order="true" parallel="false">
<classes>
<class name="org.wso2.extension.siddhi.execution.json.JsonTokenizerStreamProcessorFunctionTestCase"/>
<class name="org.wso2.extension.siddhi.execution.json.GetBoolJSONFunctionTestCase"/>
<class name="org.wso2.extension.siddhi.execution.json.GetDoubleJSONFunctionTestCase"/>
<class name="org.wso2.extension.siddhi.execution.json.GetFloatJSONFunctionTestCase"/>
<class name="org.wso2.extension.siddhi.execution.json.GetIntJSONFunctionTestCase"/>
<class name="org.wso2.extension.siddhi.execution.json.GetLongJSONFunctionTestCase"/>
<class name="org.wso2.extension.siddhi.execution.json.GetObjectJSONFunctionTestCase"/>
<class name="org.wso2.extension.siddhi.execution.json.GetStringJSONFunctionTestCase"/>
<class name="org.wso2.extension.siddhi.execution.json.ToJSONFunctionTestCase"/>
<class name="org.wso2.extension.siddhi.execution.json.ToStringFunctionTestCase"/>
<class name="org.wso2.extension.siddhi.execution.json.InsertToJSONFunctionTestCase"/>
<class name="org.wso2.extension.siddhi.execution.json.JsonTokenizerAsObjectStreamProcessorFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.JsonTokenizerStreamProcessorFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.GetBoolJSONFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.GetDoubleJSONFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.GetFloatJSONFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.GetIntJSONFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.GetLongJSONFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.GetObjectJSONFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.GetStringJSONFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.ToJSONFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.ToStringFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.InsertToJSONFunctionTestCase"/>
<class name="io.siddhi.extension.execution.json.JsonTokenizerAsObjectStreamProcessorFunctionTestCase"/>
</classes>
</test>
</suite>
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ directory.

```
<dependency>
<groupId>org.wso2.extension.siddhi.execution.json</groupId>
<groupId>io.siddhi.extension.execution.json</groupId>
<artifactId>siddhi-execution-json</artifactId>
<version>x.x.x</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>wso2</artifactId>
<version>5</version>
</parent>
<groupId>org.wso2.extension.siddhi.execution.json</groupId>
<groupId>io.siddhi.extension.execution.json</groupId>
<artifactId>siddhi-execution-json-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<name>Siddhi Execution Extension - Json Parent Pom</name>
Expand All @@ -24,7 +24,7 @@
</profile>
</profiles>
<properties>
<siddhi.version>5.0.0-m12</siddhi.version>
<siddhi.version>5.0.0</siddhi.version>
<siddhi.version.range>[5.0.0,6.0.0)</siddhi.version.range>
<log4j.version>1.2.17.wso2v1</log4j.version>
<com.jayway.jsonpath.version>2.2.0</com.jayway.jsonpath.version>
Expand Down

0 comments on commit 837431e

Please sign in to comment.