You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by dj...@apache.org on 2019/08/13 00:48:08 UTC

[gora] branch 0.9-release-branch created (now bd4b34a)

This is an automated email from the ASF dual-hosted git repository.

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


      at bd4b34a  [maven-release-plugin] prepare release apache-gora-0.9

This branch includes the following new commits:

     new 482be55  Prepare Apache Gora release 0.9
     new bd4b34a  [maven-release-plugin] prepare release apache-gora-0.9

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] 01/02: Prepare Apache Gora release 0.9

Posted by dj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 482be554aac116e7c984b019df6ccca74e21629c
Author: Kevin Ratnasekera <dj...@yahoo.com>
AuthorDate: Mon Aug 12 21:00:28 2019 +0530

    Prepare Apache Gora release 0.9
---
 CHANGES.md                           | 63 ++++++++++++++++++++++++++++++++++++
 NOTICE.md                            |  2 +-
 README.md                            |  3 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 4 files changed, 69 insertions(+), 5 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..73b934c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,68 @@
  CHANGES.txt
  ===========
+ 
+ # Apache Gora 0.9 Release - 12/08/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
+     [GORA-617] - Fix Inception Year at Gora Pig Module
+     [GORA-619] - Remove duplicated properties in gora-tutorial gora.properties
+     [GORA-620] - Migrate HBase auto flush parameter name in Pig Module
+     [GORA-621] - Remove log4j 2 transitive dependencies inheriting from solr-core dependency
+     [GORA-622] - maven-assemly-plugin complains that group id is too big and fails build on macOS Mojave 10.14.6 (18G87)
+   
+ New Feature
+ 
+     [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
+  
+ Improvement
+ 
+     [GORA-393] - bin/compile-examples.sh should do a touch on source files before compiling
+     [GORA-456] - No help when GoraCompilerCli is invoked without parameters
+     [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
+     [GORA-615] - Update gora-tutorial pom to include mongodb
+     [GORA-616] - Multiple slf4j conflict issue
+     [GORA-618] - Fix gpg-maven-plugin and checksum-maven-plugin issues for the release
+  
+ 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/NOTICE.md b/NOTICE.md
index 6022056..b0caba3 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -1,5 +1,5 @@
 Apache Gora
-Copyright 2017 The Apache Software Foundation
+Copyright 2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index ccc8571..79e2ca1 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,8 @@
 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 MapReduce, 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

Posted by dj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bd4b34ae74725d57b31ab5e83da3ea77f6213643
Author: Kevin Ratnasekera <dj...@yahoo.com>
AuthorDate: Mon Aug 12 22:55:32 2019 +0530

    [maven-release-plugin] prepare release apache-gora-0.9
---
 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..3029c47 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-accumulo</artifactId>
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index dba032e..e53163e 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-aerospike</artifactId>
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 2956694..7e8883c 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.9-SNAPSHOT</version>
+        <version>0.9</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-cassandra</artifactId>
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 0b12a21..054aede 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-compiler-cli</artifactId>
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 64e8466..6653c69 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-compiler</artifactId>
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 3e28af9..6cd8760 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-core</artifactId>
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 2dffecc..78dcf7e 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-couchdb</artifactId>
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index b55e845..3a162e5 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-dynamodb</artifactId>
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index b91d576..a7294af 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-goraci</artifactId>
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 2c2b32a..cf62486 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-hbase</artifactId>
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 3e68e3b..f950ce4 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-ignite</artifactId>
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index aa7a865..9acb281 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-infinispan</artifactId>
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index d7e58c0..598f9a7 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-jcache</artifactId>
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index b46b3f7..ac58696 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-lucene</artifactId>
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index 71a2e4e..1b87894 100644
--- a/gora-maven-plugin/pom.xml
+++ b/gora-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-maven-plugin</artifactId>
diff --git a/gora-mongodb/pom.xml b/gora-mongodb/pom.xml
index 8c9615f..8e4d68e 100644
--- a/gora-mongodb/pom.xml
+++ b/gora-mongodb/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-mongodb</artifactId>
diff --git a/gora-orientdb/pom.xml b/gora-orientdb/pom.xml
index af39865..89a0a8c 100644
--- a/gora-orientdb/pom.xml
+++ b/gora-orientdb/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-orientdb</artifactId>
diff --git a/gora-pig/pom.xml b/gora-pig/pom.xml
index 1594672..63f29f7 100644
--- a/gora-pig/pom.xml
+++ b/gora-pig/pom.xml
@@ -17,15 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-    xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.9-SNAPSHOT</version>
+        <version>0.9</version>
         <relativePath>../</relativePath>
     </parent>
 
@@ -34,7 +32,7 @@
 
     <name>Apache Gora :: Pig</name>
     <url>http://gora.apache.org</url>
-    <description>Pig -> Gora -> DataStore connector.</description>
+    <description>Pig -&gt; Gora -&gt; DataStore connector.</description>
     <inceptionYear>2010</inceptionYear>
     <organization>
         <name>The Apache Software Foundation</name>
diff --git a/gora-solr/pom.xml b/gora-solr/pom.xml
index 952d701..846114d 100644
--- a/gora-solr/pom.xml
+++ b/gora-solr/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-solr</artifactId>
diff --git a/gora-tutorial/pom.xml b/gora-tutorial/pom.xml
index 0396ef9..18ba5ad 100644
--- a/gora-tutorial/pom.xml
+++ b/gora-tutorial/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-tutorial</artifactId>
diff --git a/pom.xml b/pom.xml
index 8173c12..0a449a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <groupId>org.apache.gora</groupId>
   <artifactId>gora</artifactId>
   <packaging>pom</packaging>
-  <version>0.9-SNAPSHOT</version>
+  <version>0.9</version>
   <name>Apache Gora</name>
   <description>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, 
@@ -320,7 +320,7 @@
     <connection>scm:git:http://gitbox.apache.org/repos/asf/gora.git</connection>
     <developerConnection>scm:git:http://gitbox.apache.org/repos/asf/gora.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf/gora.git</url>
-    <tag>HEAD</tag>
+    <tag>apache-gora-0.9</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
diff --git a/sources-dist/pom.xml b/sources-dist/pom.xml
index 185ea36..3100c07 100644
--- a/sources-dist/pom.xml
+++ b/sources-dist/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>sources-dist</artifactId>