You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2017/09/15 09:08:11 UTC

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

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 <le...@gmail.com>
Authored: Fri Sep 15 02:07:42 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
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/yyyy)
+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/yyyy)
 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

Posted by le...@apache.org.
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 <le...@gmail.com>
Authored: Fri Sep 15 02:08:01 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
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(+)
----------------------------------------------------------------------