svn commit: r21621 - /dev/gora/0.7/

2017-09-15 Thread lewismc
Author: lewismc
Date: Fri Sep 15 10:39:14 2017
New Revision: 21621

Log:
Add Apache Gora 0.8 RC#1

Removed:
dev/gora/0.7/



[gora] Git Push Summary

2017-09-15 Thread lewismc
Repository: gora
Updated Branches:
  refs/heads/0.8.0 [created] 68c67db30


gora git commit: [maven-release-plugin] prepare for next development iteration

2017-09-15 Thread lewismc
Repository: gora
Updated Branches:
  refs/heads/master 68c67db30 -> b13743d9d


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


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/b13743d9
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/b13743d9
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/b13743d9

Branch: refs/heads/master
Commit: b13743d9d90fbffa6edbea34d6ea80a60ccb8c8b
Parents: 68c67db
Author: Lewis John McGibbney 
Authored: Fri Sep 15 02:35:42 2017 -0700
Committer: Lewis John McGibbney 
Committed: Fri Sep 15 02:35:42 2017 -0700

--
 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-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 19 files changed, 20 insertions(+), 20 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/gora/blob/b13743d9/gora-accumulo/pom.xml
--
diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index d176c71..cdc893b 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.8-SNAPSHOT
+0.9-SNAPSHOT
 ../
   
   gora-accumulo

http://git-wip-us.apache.org/repos/asf/gora/blob/b13743d9/gora-aerospike/pom.xml
--
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index c8cab41..266bb3f 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.8-SNAPSHOT
+0.9-SNAPSHOT
 ../
   
   gora-aerospike

http://git-wip-us.apache.org/repos/asf/gora/blob/b13743d9/gora-cassandra/pom.xml
--
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index e82ca95..2956694 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.8-SNAPSHOT
+0.9-SNAPSHOT
 ../
 
 gora-cassandra

http://git-wip-us.apache.org/repos/asf/gora/blob/b13743d9/gora-compiler-cli/pom.xml
--
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index f2011a4..0b12a21 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.8-SNAPSHOT
+0.9-SNAPSHOT
 ../
   
   gora-compiler-cli

http://git-wip-us.apache.org/repos/asf/gora/blob/b13743d9/gora-compiler/pom.xml
--
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index d0a5724..64e8466 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.8-SNAPSHOT
+0.9-SNAPSHOT
 ../
   
   gora-compiler

http://git-wip-us.apache.org/repos/asf/gora/blob/b13743d9/gora-core/pom.xml
--
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 5ce1e97..ebb3dc5 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.8-SNAPSHOT
+0.9-SNAPSHOT
 ../
   
   gora-core

http://git-wip-us.apache.org/repos/asf/gora/blob/b13743d9/gora-couchdb/pom.xml
--
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 163ed4a..2dffecc 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.8-SNAPSHOT
+0.9-SNAPSHOT
 ../
   
   gora-couchdb

http://git-wip-us.apache.org/repos/asf/gora/blob/b13743d9/gora-dynamodb/pom.xml
--
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index aca069b..b55e845 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.8-SNAPSHOT
+0.9-SNAPSHOT
 ../
   
   gora-dynamodb

http://git-wip-us.apache.org/repos/asf/gora/blob/b13743d9/gora-goraci/pom.xml

gora git commit: [maven-release-plugin] prepare branch 0.8.0

2017-09-15 Thread lewismc
Repository: gora
Updated Branches:
  refs/heads/master e7b97c707 -> 68c67db30


[maven-release-plugin] prepare branch 0.8.0


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/68c67db3
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/68c67db3
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/68c67db3

Branch: refs/heads/master
Commit: 68c67db30cc1b9d0eb564571750e4ecf65276855
Parents: e7b97c7
Author: Lewis John McGibbney 
Authored: Fri Sep 15 02:35:36 2017 -0700
Committer: Lewis John McGibbney 
Committed: Fri Sep 15 02:35:36 2017 -0700

--
 gora-cassandra/pom.xml | 3 +--
 pom.xml| 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/gora/blob/68c67db3/gora-cassandra/pom.xml
--
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 99ede48..e82ca95 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -16,8 +16,7 @@
   ~  limitations under the License.
   -->
 
-http://www.w3.org/2001/XMLSchema-instance; 
xmlns="http://maven.apache.org/POM/4.0.0;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+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;>
 4.0.0
 
 

http://git-wip-us.apache.org/repos/asf/gora/blob/68c67db3/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 840ffda..4442d7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,7 +291,7 @@
 
scm:git:http://git-wip-us.apache.org/repos/asf/gora.git
 
scm:git:http://git-wip-us.apache.org/repos/asf/gora.git
 https://git-wip-us.apache.org/repos/asf/gora.git
-HEAD
+0.8.0
   
   
 JIRA



[1/2] gora git commit: Prepare for Gora 0.8 RC#1

2017-09-15 Thread lewismc
Repository: gora
Updated Branches:
  refs/heads/master 96b9e96df -> e7b97c707


Prepare for Gora 0.8 RC#1


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/9617fbce
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/9617fbce
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/9617fbce

Branch: refs/heads/master
Commit: 9617fbce70fef3ad0e0de235bab92bf6c836a647
Parents: 7a0174f
Author: Lewis John McGibbney 
Authored: Fri Sep 15 02:07:42 2017 -0700
Committer: Lewis John McGibbney 
Committed: Fri Sep 15 02:07:42 2017 -0700

--
 CHANGES.md | 50 ++
 1 file changed, 50 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/gora/blob/9617fbce/CHANGES.md
--
diff --git a/CHANGES.md b/CHANGES.md
index 181a61c..30a7f36 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,56 @@
  CHANGES.txt
  ===
 
+# Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
+Release report - https://s.apache.org/3YdY
+
+Bug
+
+[GORA-209] - Specify query timeout for Hector usage in gora-cassandra
+[GORA-269] - Add parameter for setting port used in the Cassandra Module
+[GORA-310] - testDeleteByQueryFields is not sutiable for Solr DataStore
+[GORA-311] - Gora Solr deleteByQuery method is not suitable for 
testDeleteByQueryFields
+[GORA-327] - Upgrade to Cassandra 2.0.7
+[GORA-394] - Erroneous 'Error: KeyClass in gora-hbase-mapping is not the 
same as the one in the databean.' log when reading HBase mapping
+[GORA-395] - NPE occurs in o.a.g.cassandra.query.CassandraResult when 
accessing cc (=null) and setting the unionField (title)
+[GORA-399] - Gora-Cassandra should handle Strings inside Union types as 
CharSequences
+[GORA-416] - Error when populating data into Cassandra super column - 
InvalidRequestException(why:supercolumn parameter is not optional for super CF 
sc
+[GORA-510] - Conform Query.setEndKey to inclusive query for HBaseStore
+[GORA-511] - Eclipse shows the error 'The type package-info is already 
defined'
+[GORA-522] - Fix the issue in PUT method of Aerospike
+[GORA-525] - Fix java-doc issues in Cassandra Datastore
+
+Improvement
+
+[GORA-107] - Fully annotate Javadoc's for methods in 
org.apache.gora.cassandra.store.*
+[GORA-205] - Dedup CassandraMapping and CassandraMappingManager
+[GORA-214] - use batched Mutations available in Hector Mutator
+[GORA-215] - expose Hector's CassandraHostConfigurator possibilities
+[GORA-255] - Remove deprecated methods from DataStoreTestBase
+[GORA-267] - Cassandra composite primary key support
+[GORA-299] - o.a.g.cassandra.CassandraStore#newQuery() should not use 
query.setFields(getFieldsToQuery(null));
+[GORA-324] - Port work done on old GoraCompiler to new GoraCompiler
+[GORA-497] - Migrate CassandraThrift to CQL
+[GORA-509] - Upgrade solr module into solr 6
+[GORA-512] - Fail at the time of error logging if KeyClass in 
gora-hbase-mapping is not the same as the one in the data bean
+[GORA-515] - Update the Aerospike client
+[GORA-518] - Upgrade the supported policies to the new client in Aerospike 
Store
+[GORA-520] - Add support to get partitions in Aerospike module
+[GORA-523] - Add map reduce based test cases to aerospike module
+
+New Feature
+
+[GORA-502] - Implement Aerospike Datastore
+[GORA-513] - Implement OrientDB Datastore.
+[GORA-519] - Add support to access authenticated servers in Aerospike
+
+Task
+
+[GORA-308] - deleteByQuery() method is not implemented in CassandraStore
+[GORA-516] - Document Aerospike Datastore at Apache Gora site.
+[GORA-517] - Upgrade Mongodb Java Driver to version 3.5.0
+[GORA-521] - Document Cassandra Datastore at Apache Gora site.
+
 # Apache Gora 0.7 Release - 16/03/17 (dd/mm/)
 Release report - https://s.apache.org/YrmC
 



[2/2] gora git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/gora

2017-09-15 Thread lewismc
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/gora


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/e7b97c70
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/e7b97c70
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/e7b97c70

Branch: refs/heads/master
Commit: e7b97c70796be9f0b62d5d05a28c85486412c39f
Parents: 9617fbc 96b9e96
Author: Lewis John McGibbney 
Authored: Fri Sep 15 02:08:01 2017 -0700
Committer: Lewis John McGibbney 
Committed: Fri Sep 15 02:08:01 2017 -0700

--
 gora-orientdb/pom.xml   | 184 
 .../org/apache/gora/orientdb/package-info.java  |  23 +
 .../gora/orientdb/query/OrientDBQuery.java  | 116 +++
 .../gora/orientdb/query/OrientDBResult.java | 103 ++
 .../gora/orientdb/query/package-info.java   |  23 +
 .../gora/orientdb/store/OrientDBMapping.java| 177 
 .../orientdb/store/OrientDBMappingBuilder.java  | 125 +++
 .../gora/orientdb/store/OrientDBStore.java  | 960 +++
 .../orientdb/store/OrientDBStoreParameters.java | 158 +++
 .../gora/orientdb/store/package-info.java   |  23 +
 .../gora/orientdb/GoraOrientDBTestDriver.java   |  75 ++
 .../mapreduce/OrientDBStoreMapReduceTest.java   |  66 ++
 .../gora/orientdb/mapreduce/package-info.java   |  22 +
 .../org/apache/gora/orientdb/package-info.java  |  23 +
 .../store/OrientDBGoraDataStoreTest.java|  65 ++
 .../gora/orientdb/store/package-info.java   |  22 +
 .../test/resources/gora-orientdb-mapping.xml|  45 +
 .../src/test/resources/gora.properties  |  23 +
 .../test/resources/orientdb-server-config.xml   |  35 +
 pom.xml |  37 +
 20 files changed, 2305 insertions(+)
--