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 <djkevi...@yahoo.com>
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/yyyy)
+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/yyyy)
 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

Reply via email to