You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/02/13 19:28:25 UTC

incubator-tinkerpop git commit: Update changelog and readme wrt Apache Rate plugin.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 92aecaf18 -> d3f204afb


Update changelog and readme wrt Apache Rate plugin.


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

Branch: refs/heads/master
Commit: d3f204afb3c43b2399aa6dcf964f77945bd34796
Parents: 92aecaf
Author: Stephen Mallette <sp...@apache.org>
Authored: Fri Feb 13 13:28:07 2015 -0500
Committer: Stephen Mallette <sp...@apache.org>
Committed: Fri Feb 13 13:28:07 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 1 +
 README.asciidoc    | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/d3f204af/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 3587ab9..17e1026 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -11,6 +11,7 @@ TinkerPop 3.0.0.M8 (Release Date: NOT OFFICIALLY RELEASED YET)
 
 * Added `count(local)`, `sum(local)`, `max(local)`, `min(local)`, and `mean(local)` operating on the local object (e.g. collection, map, etc.)
 * `TraversalComparator` exists which allows for `order().by(outE().count(),decr)`.
+* Added Apache Rat plugin to detect the proper inclusion of license headers in files.
 * A `Traversal` now respects thread interruption during iteration, throwing a `TraversalInterruptionException` if it encounters interruption on the current thread.
 * Apache refactoring: `com.tinkerpop` -> `org.apache.tinkerpop`.
 * `Traversal` is now `Serializable` and with 99% of queries no longer needing lambdas, Gremlin-Java works over the wire.

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/d3f204af/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 7cdfd61..410e5d8 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -20,6 +20,7 @@ Building and Testing
 * Regenerate test data (only necessary given changes to IO classes): `mvn clean install -Dio` from `tinkergraph-gremlin` directory
 * Build AsciiDocs: `docs/preprocessor/preprocess.sh && mvn process-resources -Dasciidoc`
 * Build JavaDocs: `mvn process-resources -Djavadoc`
+* Check for Apache License headers: `mvn apache-rat:check`
 * Deploy AsciiDocs: `mvn deploy -Dasciidoc`
 * Deploy JavaDocs: `mvn deploy -Djavadoc`
 * Deploy Zip Archives: `mvn deploy -Darchives`