[gora] annotated tag apache-gora-0.9-RC01 created (now acb2f58)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag apache-gora-0.9-RC01
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at acb2f58  (tag)
 tagging afd0ce6f12cd3f21522de2ca5920bfca2349d2dd (commit)
 replaces apache-gora-0.8
  by Kevin Ratnasekera
  on Tue May 7 07:11:33 2019 +0530

- Log -
[maven-release-plugin]  copy for tag apache-gora-0.9-RC01
---

No new revisions were added by this update.



[gora] 01/02: Prepare Gora release 0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit ad3f27ba161b6607d44922bd9f7511f8e591f673
Author: Kevin Ratnasekera 
AuthorDate: Tue May 7 01:36:39 2019 +0530

Prepare Gora release 0.9-RC01
---
 CHANGES.md   | 53 
 README.md|  2 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 3 files changed, 57 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..3d40c6e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,58 @@
  CHANGES.txt
  ===
+ 
+# Apache Gora 0.9 Release - 06/05/19 (dd/mm/)
+Release report - https://s.apache.org/0.9GoraReleaseNotes
+ 
+Bug
+ 
+[GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+[GORA-225] - Various Issues with MemStore
+[GORA-373] - Failing TestQueryBase with JDK8
+[GORA-421] - PersistentBase#setDirty() does not set dirty
+[GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+[GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+[GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+[GORA-508] - Website title cut off issue
+[GORA-526] - Potential null dereference in AvroSerializer#analyzePersistent
+[GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+[GORA-560] - Fix build failure due java docs
+[GORA-611] - Fix intermittent test failures with HBase module
+[GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+  
+Improvement
+
+[GORA-109] - Pig Adapter for Gora
+[GORA-266] - Lucene datastore for Gora
+[GORA-411] - Add exists(key) to DataStore interface
+[GORA-444] - Add #size() to Result API
+[GORA-481] - Using Docker For Unit Testing
+[GORA-535] - Add a data store for Apache Ignite
+[GORA-540] - Update Gora documentation for the Ignite backend
+[GORA-548] - Introduce Apache Flink Execution Engine for Gora
+ 
+New Feature
+
+[GORA-528] - Add Support for Spark 2.2.1
+[GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+[GORA-530] - Reinstate exception throwing at Query#execute()
+[GORA-531] - Upgrade HBase to 1.2.6
+[GORA-534] - Prepare gora-hbase for HBase 2.0 release
+[GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+[GORA-554] - Upgrade Solr dependency to latest
+[GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+[GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+[GORA-565] - Enable Spark in Unit Tests
+[GORA-613] - Remove deprecated method usages Flink Module
+[GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ 
+Task
+
+[GORA-536] - Avoid calling Class#newInstance
+[GORA-543] - Upgrade Apache parent POM to version 21
+[GORA-549] - Remove PersistentBase extending java.io.Externalizable
+[GORA-550] - Update POM for the move to gitbox
+[GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2 
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
 Release report - https://s.apache.org/3YdY
diff --git a/README.md b/README.md
index ccc8571..5d8f851 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 The Apache Gora open source framework provides an in-memory data model 
 and persistence for big data. Gora supports persisting to column stores, 
 key value stores, document stores and RDBMSs, and analyzing the data 
-with extensive Apache Hadoop MapReduce support. 
+with extensive Apache Hadoop, Apache Spark, Apache Flink and Apache Pig 
support. 
 
 ## Why Gora?
 
diff --git a/gora-gradle-plugin/gradle.properties 
b/gora-gradle-plugin/gradle.properties
index e2681e9..a899836 100644
--- a/gora-gradle-plugin/gradle.properties
+++ b/gora-gradle-plugin/gradle.properties
@@ -15,8 +15,8 @@
 
 rootProject.name = 'goraPlugin'
 
-goraVersion = 0.8
-avroVersion = 1.8.1
+goraVersion = 0.9
+avroVersion = 1.8.2
 
 group = org.apache.gora.gradle
-version = 0.8
+version = 0.9



[gora] branch 0.9-RC01-release-branch created (now afd0ce6)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at afd0ce6  [maven-release-plugin] prepare release apache-gora-0.9-RC01

This branch includes the following new commits:

 new ad3f27b  Prepare Gora release 0.9-RC01
 new afd0ce6  [maven-release-plugin] prepare release apache-gora-0.9-RC01

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora] 02/02: [maven-release-plugin] prepare release apache-gora-0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit afd0ce6f12cd3f21522de2ca5920bfca2349d2dd
Author: Kevin Ratnasekera 
AuthorDate: Tue May 7 07:10:52 2019 +0530

[maven-release-plugin] prepare release apache-gora-0.9-RC01
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 8 +++-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index cdc893b..25d2a7b 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index dba032e..bd063d6 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 2956694..a245b28 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 0b12a21..69861b4 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 64e8466..2d65a4c 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 3e28af9..006d86c 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 2dffecc..5746a12 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index b55e845..bf92083 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index b91d576..7fe5c3d 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 2c2b32a..449483a 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 3e68e3b..276b841 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index aa7a865..4fd1936 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index d7e58c0..80460a5 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index b46b3f7..2bf37a1 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-lucene
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index 71a2e4e..25e7944 100644
--- a/gora-maven-plugin/pom.xml
+++ b/gora-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
   
 

[gora] branch 0.9-RC01-release-branch deleted (was 90dbae7)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


 was 90dbae7  [maven-release-plugin] prepare release apache-gora-0.9-RC01

This change permanently discards the following revisions:

 discard 90dbae7  [maven-release-plugin] prepare release apache-gora-0.9-RC01
 discard 8a299a0  Prepare Apache Gora Release 0.9-RC01



[gora] 01/02: Prepare Apache Gora Release 0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 8a299a0216abfaf7c1c15a9764ebee043679271d
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 23:37:18 2019 +0530

Prepare Apache Gora Release 0.9-RC01
---
 CHANGES.md   | 53 
 README.md|  2 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 3 files changed, 57 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..3d40c6e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,58 @@
  CHANGES.txt
  ===
+ 
+# Apache Gora 0.9 Release - 06/05/19 (dd/mm/)
+Release report - https://s.apache.org/0.9GoraReleaseNotes
+ 
+Bug
+ 
+[GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+[GORA-225] - Various Issues with MemStore
+[GORA-373] - Failing TestQueryBase with JDK8
+[GORA-421] - PersistentBase#setDirty() does not set dirty
+[GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+[GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+[GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+[GORA-508] - Website title cut off issue
+[GORA-526] - Potential null dereference in AvroSerializer#analyzePersistent
+[GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+[GORA-560] - Fix build failure due java docs
+[GORA-611] - Fix intermittent test failures with HBase module
+[GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+  
+Improvement
+
+[GORA-109] - Pig Adapter for Gora
+[GORA-266] - Lucene datastore for Gora
+[GORA-411] - Add exists(key) to DataStore interface
+[GORA-444] - Add #size() to Result API
+[GORA-481] - Using Docker For Unit Testing
+[GORA-535] - Add a data store for Apache Ignite
+[GORA-540] - Update Gora documentation for the Ignite backend
+[GORA-548] - Introduce Apache Flink Execution Engine for Gora
+ 
+New Feature
+
+[GORA-528] - Add Support for Spark 2.2.1
+[GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+[GORA-530] - Reinstate exception throwing at Query#execute()
+[GORA-531] - Upgrade HBase to 1.2.6
+[GORA-534] - Prepare gora-hbase for HBase 2.0 release
+[GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+[GORA-554] - Upgrade Solr dependency to latest
+[GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+[GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+[GORA-565] - Enable Spark in Unit Tests
+[GORA-613] - Remove deprecated method usages Flink Module
+[GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ 
+Task
+
+[GORA-536] - Avoid calling Class#newInstance
+[GORA-543] - Upgrade Apache parent POM to version 21
+[GORA-549] - Remove PersistentBase extending java.io.Externalizable
+[GORA-550] - Update POM for the move to gitbox
+[GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2 
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
 Release report - https://s.apache.org/3YdY
diff --git a/README.md b/README.md
index ccc8571..5d8f851 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 The Apache Gora open source framework provides an in-memory data model 
 and persistence for big data. Gora supports persisting to column stores, 
 key value stores, document stores and RDBMSs, and analyzing the data 
-with extensive Apache Hadoop MapReduce support. 
+with extensive Apache Hadoop, Apache Spark, Apache Flink and Apache Pig 
support. 
 
 ## Why Gora?
 
diff --git a/gora-gradle-plugin/gradle.properties 
b/gora-gradle-plugin/gradle.properties
index e2681e9..a899836 100644
--- a/gora-gradle-plugin/gradle.properties
+++ b/gora-gradle-plugin/gradle.properties
@@ -15,8 +15,8 @@
 
 rootProject.name = 'goraPlugin'
 
-goraVersion = 0.8
-avroVersion = 1.8.1
+goraVersion = 0.9
+avroVersion = 1.8.2
 
 group = org.apache.gora.gradle
-version = 0.8
+version = 0.9



[gora] 02/02: [maven-release-plugin] prepare release apache-gora-0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 90dbae7a7ec53ec701aec566f0c3c58c007c2b31
Author: Kevin Ratnasekera 
AuthorDate: Tue May 7 01:05:41 2019 +0530

[maven-release-plugin] prepare release apache-gora-0.9-RC01
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 8 +++-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index cdc893b..25d2a7b 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index dba032e..bd063d6 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 2956694..a245b28 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 0b12a21..69861b4 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 64e8466..2d65a4c 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 3e28af9..006d86c 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 2dffecc..5746a12 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index b55e845..bf92083 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index b91d576..7fe5c3d 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 2c2b32a..449483a 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 3e68e3b..276b841 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index aa7a865..4fd1936 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index d7e58c0..80460a5 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index b46b3f7..2bf37a1 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-lucene
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index 71a2e4e..25e7944 100644
--- a/gora-maven-plugin/pom.xml
+++ b/gora-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
   
 

[gora] branch 0.9-RC01-release-branch created (now 90dbae7)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at 90dbae7  [maven-release-plugin] prepare release apache-gora-0.9-RC01

This branch includes the following new commits:

 new 8a299a0  Prepare Apache Gora Release 0.9-RC01
 new 90dbae7  [maven-release-plugin] prepare release apache-gora-0.9-RC01

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora] branch master updated: Add auto generation of checksums to file extensions

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 33b46e0  Add auto generation of checksums to file extensions
 new 15a8426  Merge pull request #169 from 
djkevincr/fix_issues_with_checksum_plugin
33b46e0 is described below

commit 33b46e0dc1c6b3193cf53bd46ebcf58a49f5db5a
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 23:26:24 2019 +0530

Add auto generation of checksums to file extensions
---
 pom.xml | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b0c977c..220a4cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -755,12 +755,14 @@
 
   ${project.build.directory}
   
-
${project.artifactId}-${project.version}-source-release.zip
-
${project.artifactId}-${project.version}-source-release.tar*
+*.zip
+*.tar.gz
+*.jar
+*.pom
   
 
   
-  false
+  false
 
   
 



[gora] branch master updated: Add checksum plugin to release profile

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 5f21e1e  Add checksum plugin to release profile
 new 5744808  Merge pull request #168 from djkevincr/upgrade_checksum_plugin
5f21e1e is described below

commit 5f21e1e7da64e45f315250585782c2f67f5f0d1a
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 20:03:07 2019 +0530

Add checksum plugin to release profile
---
 pom.xml | 32 +---
 1 file changed, 29 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 92e2309..b0c977c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -733,9 +733,35 @@
 
   
   
-net.ju-n.maven.plugins
+net.nicoulaj.maven.plugins
 checksum-maven-plugin
 ${checksum-maven-plugin.version}
+
+  
+source-release-checksum
+
+  files
+
+  
+
+
+  
+MD5
+SHA-1
+SHA-512
+  
+  false
+  
+
+  ${project.build.directory}
+  
+
${project.artifactId}-${project.version}-source-release.zip
+
${project.artifactId}-${project.version}-source-release.tar*
+  
+
+  
+  false
+
   
 
   
@@ -836,9 +862,9 @@
 2.8.1
 1.4
 0.8
-2.2.2
+2.5.4
 2.5
-1.0.1
+1.7
 2.5
 
 



[gora] annotated tag apache-gora-0.9-RC01 deleted (was 21c820d)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag apache-gora-0.9-RC01
in repository https://gitbox.apache.org/repos/asf/gora.git.


*** WARNING: tag apache-gora-0.9-RC01 was deleted! ***

   tag was  21c820d

This change permanently discards the following revisions:

 discard 836a86d  [maven-release-plugin] prepare release apache-gora-0.9-RC01
 discard caa6b69  Upgrade assembly plugin
 discard b62e427  Prepare release 0.9-RC01



[gora] annotated tag 0.9-RC01 deleted (was f252f54)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag 0.9-RC01
in repository https://gitbox.apache.org/repos/asf/gora.git.


*** WARNING: tag 0.9-RC01 was deleted! ***

   tag was  f252f54

This change permanently discards the following revisions:

 discard abf8d71  [maven-release-plugin] prepare release 0.9-RC01
 discard ecd28b6  Upgrade maven assembly plugin
 discard dea1206  Prepare release for 0.9



[gora] branch 0.9-RC01-Release-branch deleted (was c682256)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-Release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


 was c682256  [maven-release-plugin] prepare for next development iteration

This change permanently discards the following revisions:

 discard c682256  [maven-release-plugin] prepare for next development iteration



[gora] branch 0.9-RC01-Release deleted (was b07c2be)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-Release
in repository https://gitbox.apache.org/repos/asf/gora.git.


 was b07c2be  [maven-release-plugin] prepare for next development iteration

This change permanently discards the following revisions:

 discard b07c2be  [maven-release-plugin] prepare for next development iteration



[gora] branch 0.9-RC01-Release-branch created (now 836a86d)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-Release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at 836a86d  [maven-release-plugin] prepare release apache-gora-0.9-RC01

This branch includes the following new commits:

 new b62e427  Prepare release 0.9-RC01
 new caa6b69  Upgrade assembly plugin
 new 836a86d  [maven-release-plugin] prepare release apache-gora-0.9-RC01

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora] branch 0.9-RC01-Release-branch updated: [maven-release-plugin] prepare for next development iteration

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/0.9-RC01-Release-branch by 
this push:
 new c682256  [maven-release-plugin] prepare for next development iteration
c682256 is described below

commit c682256c42caf5b2f9ebb4928ce403431faf327f
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 16:18:51 2019 +0530

[maven-release-plugin] prepare for next development iteration
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 2 +-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index 25d2a7b..931c143 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index bd063d6..e2a734e 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index a245b28..14de558 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 69861b4..2fae97e 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 2d65a4c..0a743c4 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 006d86c..092d019 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 5746a12..430fcef 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index bf92083..90e05aa 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index 7fe5c3d..76bc797 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 449483a..4436b23 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 276b841..14b2594 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index 4fd1936..f6c7020 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index 80460a5..1cb2ca2 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index 2bf37a1..d0c85e7 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   

[gora] annotated tag apache-gora-0.9-RC01 created (now 21c820d)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag apache-gora-0.9-RC01
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at 21c820d  (tag)
 tagging 836a86dbb4da677a7b66c0de772b46f550ed4635 (commit)
 replaces apache-gora-0.8
  by Kevin Ratnasekera
  on Mon May 6 16:18:26 2019 +0530

- Log -
[maven-release-plugin]  copy for tag apache-gora-0.9-RC01
---

No new revisions were added by this update.



[gora] 03/03: [maven-release-plugin] prepare release apache-gora-0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 836a86dbb4da677a7b66c0de772b46f550ed4635
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 16:17:50 2019 +0530

[maven-release-plugin] prepare release apache-gora-0.9-RC01
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 8 +++-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index cdc893b..25d2a7b 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index dba032e..bd063d6 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 2956694..a245b28 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 0b12a21..69861b4 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 64e8466..2d65a4c 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 3e28af9..006d86c 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 2dffecc..5746a12 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index b55e845..bf92083 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index b91d576..7fe5c3d 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 2c2b32a..449483a 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 3e68e3b..276b841 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index aa7a865..4fd1936 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index d7e58c0..80460a5 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index b46b3f7..2bf37a1 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-lucene
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index 71a2e4e..25e7944 100644
--- a/gora-maven-plugin/pom.xml
+++ b/gora-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
   
 

[gora] 01/03: Prepare release 0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit b62e427c471924acf5123dc213af7990b3cefa17
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 14:56:16 2019 +0530

Prepare release 0.9-RC01
---
 CHANGES.md   | 53 
 README.md|  2 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 3 files changed, 57 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..3d40c6e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,58 @@
  CHANGES.txt
  ===
+ 
+# Apache Gora 0.9 Release - 06/05/19 (dd/mm/)
+Release report - https://s.apache.org/0.9GoraReleaseNotes
+ 
+Bug
+ 
+[GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+[GORA-225] - Various Issues with MemStore
+[GORA-373] - Failing TestQueryBase with JDK8
+[GORA-421] - PersistentBase#setDirty() does not set dirty
+[GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+[GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+[GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+[GORA-508] - Website title cut off issue
+[GORA-526] - Potential null dereference in AvroSerializer#analyzePersistent
+[GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+[GORA-560] - Fix build failure due java docs
+[GORA-611] - Fix intermittent test failures with HBase module
+[GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+  
+Improvement
+
+[GORA-109] - Pig Adapter for Gora
+[GORA-266] - Lucene datastore for Gora
+[GORA-411] - Add exists(key) to DataStore interface
+[GORA-444] - Add #size() to Result API
+[GORA-481] - Using Docker For Unit Testing
+[GORA-535] - Add a data store for Apache Ignite
+[GORA-540] - Update Gora documentation for the Ignite backend
+[GORA-548] - Introduce Apache Flink Execution Engine for Gora
+ 
+New Feature
+
+[GORA-528] - Add Support for Spark 2.2.1
+[GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+[GORA-530] - Reinstate exception throwing at Query#execute()
+[GORA-531] - Upgrade HBase to 1.2.6
+[GORA-534] - Prepare gora-hbase for HBase 2.0 release
+[GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+[GORA-554] - Upgrade Solr dependency to latest
+[GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+[GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+[GORA-565] - Enable Spark in Unit Tests
+[GORA-613] - Remove deprecated method usages Flink Module
+[GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ 
+Task
+
+[GORA-536] - Avoid calling Class#newInstance
+[GORA-543] - Upgrade Apache parent POM to version 21
+[GORA-549] - Remove PersistentBase extending java.io.Externalizable
+[GORA-550] - Update POM for the move to gitbox
+[GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2 
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
 Release report - https://s.apache.org/3YdY
diff --git a/README.md b/README.md
index ccc8571..5d8f851 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 The Apache Gora open source framework provides an in-memory data model 
 and persistence for big data. Gora supports persisting to column stores, 
 key value stores, document stores and RDBMSs, and analyzing the data 
-with extensive Apache Hadoop MapReduce support. 
+with extensive Apache Hadoop, Apache Spark, Apache Flink and Apache Pig 
support. 
 
 ## Why Gora?
 
diff --git a/gora-gradle-plugin/gradle.properties 
b/gora-gradle-plugin/gradle.properties
index e2681e9..a899836 100644
--- a/gora-gradle-plugin/gradle.properties
+++ b/gora-gradle-plugin/gradle.properties
@@ -15,8 +15,8 @@
 
 rootProject.name = 'goraPlugin'
 
-goraVersion = 0.8
-avroVersion = 1.8.1
+goraVersion = 0.9
+avroVersion = 1.8.2
 
 group = org.apache.gora.gradle
-version = 0.8
+version = 0.9



[gora] branch 0.9-RC01-Release updated: [maven-release-plugin] prepare for next development iteration

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/0.9-RC01-Release by this push:
 new b07c2be  [maven-release-plugin] prepare for next development iteration
b07c2be is described below

commit b07c2beda2393bfda22485a000228368fd93497d
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 14:26:09 2019 +0530

[maven-release-plugin] prepare for next development iteration
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 2 +-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index 25d2a7b..931c143 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index bd063d6..e2a734e 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index a245b28..14de558 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 69861b4..2fae97e 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 2d65a4c..0a743c4 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 006d86c..092d019 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 5746a12..430fcef 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index bf92083..90e05aa 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index 7fe5c3d..76bc797 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 449483a..4436b23 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 276b841..14b2594 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index 4fd1936..f6c7020 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index 80460a5..1cb2ca2 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index 2bf37a1..d0c85e7 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-lucene
diff 

[gora] annotated tag 0.9-RC01 created (now f252f54)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag 0.9-RC01
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at f252f54  (tag)
 tagging abf8d7175aa28c39959111bf62394aeacf94123d (commit)
 replaces apache-gora-0.8
  by Kevin Ratnasekera
  on Mon May 6 14:25:41 2019 +0530

- Log -
[maven-release-plugin]  copy for tag 0.9-RC01
---

No new revisions were added by this update.



[gora] 01/03: Prepare release for 0.9

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release
in repository https://gitbox.apache.org/repos/asf/gora.git

commit dea12065ff0d2b0be98d8403a4191b85cfef21e7
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 00:30:45 2019 +0530

Prepare release for 0.9
---
 CHANGES.md   | 53 
 README.md|  2 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 3 files changed, 57 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..3d40c6e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,58 @@
  CHANGES.txt
  ===
+ 
+# Apache Gora 0.9 Release - 06/05/19 (dd/mm/)
+Release report - https://s.apache.org/0.9GoraReleaseNotes
+ 
+Bug
+ 
+[GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+[GORA-225] - Various Issues with MemStore
+[GORA-373] - Failing TestQueryBase with JDK8
+[GORA-421] - PersistentBase#setDirty() does not set dirty
+[GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+[GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+[GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+[GORA-508] - Website title cut off issue
+[GORA-526] - Potential null dereference in AvroSerializer#analyzePersistent
+[GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+[GORA-560] - Fix build failure due java docs
+[GORA-611] - Fix intermittent test failures with HBase module
+[GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+  
+Improvement
+
+[GORA-109] - Pig Adapter for Gora
+[GORA-266] - Lucene datastore for Gora
+[GORA-411] - Add exists(key) to DataStore interface
+[GORA-444] - Add #size() to Result API
+[GORA-481] - Using Docker For Unit Testing
+[GORA-535] - Add a data store for Apache Ignite
+[GORA-540] - Update Gora documentation for the Ignite backend
+[GORA-548] - Introduce Apache Flink Execution Engine for Gora
+ 
+New Feature
+
+[GORA-528] - Add Support for Spark 2.2.1
+[GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+[GORA-530] - Reinstate exception throwing at Query#execute()
+[GORA-531] - Upgrade HBase to 1.2.6
+[GORA-534] - Prepare gora-hbase for HBase 2.0 release
+[GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+[GORA-554] - Upgrade Solr dependency to latest
+[GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+[GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+[GORA-565] - Enable Spark in Unit Tests
+[GORA-613] - Remove deprecated method usages Flink Module
+[GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ 
+Task
+
+[GORA-536] - Avoid calling Class#newInstance
+[GORA-543] - Upgrade Apache parent POM to version 21
+[GORA-549] - Remove PersistentBase extending java.io.Externalizable
+[GORA-550] - Update POM for the move to gitbox
+[GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2 
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
 Release report - https://s.apache.org/3YdY
diff --git a/README.md b/README.md
index ccc8571..5d8f851 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 The Apache Gora open source framework provides an in-memory data model 
 and persistence for big data. Gora supports persisting to column stores, 
 key value stores, document stores and RDBMSs, and analyzing the data 
-with extensive Apache Hadoop MapReduce support. 
+with extensive Apache Hadoop, Apache Spark, Apache Flink and Apache Pig 
support. 
 
 ## Why Gora?
 
diff --git a/gora-gradle-plugin/gradle.properties 
b/gora-gradle-plugin/gradle.properties
index e2681e9..a899836 100644
--- a/gora-gradle-plugin/gradle.properties
+++ b/gora-gradle-plugin/gradle.properties
@@ -15,8 +15,8 @@
 
 rootProject.name = 'goraPlugin'
 
-goraVersion = 0.8
-avroVersion = 1.8.1
+goraVersion = 0.9
+avroVersion = 1.8.2
 
 group = org.apache.gora.gradle
-version = 0.8
+version = 0.9



[gora] 02/03: Upgrade maven assembly plugin

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release
in repository https://gitbox.apache.org/repos/asf/gora.git

commit ecd28b666f772eb0eb8b6db60c8f2448854c7125
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 00:51:12 2019 +0530

Upgrade maven assembly plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 92e2309..a2dcc72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -836,7 +836,7 @@
 2.8.1
 1.4
 0.8
-2.2.2
+2.5.4
 2.5
 1.0.1
 2.5



[gora] branch 0.9-RC01-Release created (now abf8d71)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-Release
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at abf8d71  [maven-release-plugin] prepare release 0.9-RC01

This branch includes the following new commits:

 new dea1206  Prepare release for 0.9
 new ecd28b6  Upgrade maven assembly plugin
 new abf8d71  [maven-release-plugin] prepare release 0.9-RC01

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.