Merge branch '1.6' into 1.7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/98228607
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/98228607
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/98228607
ACCUMULO-4385 Fix type safety warning
Suppress unavoidable type safety warning about overriding a generic
method.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/775f67cc
Tree: http://git-wip-us.apache.org/repos/asf/acc
ACCUMULO-4386 Fix trivial compiler warnings
Fixes a few trivial compiler warnings when building with JDK8
* Unnecessary cast
* Misuse of auxillary class (use of wrong class in logger)
* Use explicit casts for generic arrays, to highlight lack of type
safety in generic parameters, and avoid warn
ACCUMULO-4385 Fix type safety warning
Suppress unavoidable type safety warning about overriding a generic
method.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/775f67cc
Tree: http://git-wip-us.apache.org/repos/asf/acc
ACCUMULO-4386 Fix trivial compiler warnings
Fix extra import and use generic method for emptyMap() instead of
EMPTY_MAP constant.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c587a6f5
Tree: http://git-wip-us.apache.o
Merge branch '1.6' into 1.7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/98228607
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/98228607
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/98228607
Merge branch '1.8'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2f8c8e7a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/2f8c8e7a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/2f8c8e7a
Branch:
Merge branch '1.6' into 1.7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/98228607
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/98228607
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/98228607
Merge branch '1.7' into 1.8
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4980eec2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4980eec2
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4980eec2
ACCUMULO-4386 Fix trivial compiler warnings
Fixes a few trivial compiler warnings when building with JDK8
* Unnecessary cast
* Misuse of auxillary class (use of wrong class in logger)
* Use explicit casts for generic arrays, to highlight lack of type
safety in generic parameters, and avoid warn
ACCUMULO-4385 Fix type safety warning
Suppress unavoidable type safety warning about overriding a generic
method.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/775f67cc
Tree: http://git-wip-us.apache.org/repos/asf/acc
ACCUMULO-4386 Fix trivial compiler warnings
Fixes a few trivial compiler warnings when building with JDK8
* Unnecessary cast
* Misuse of auxillary class (use of wrong class in logger)
* Use explicit casts for generic arrays, to highlight lack of type
safety in generic parameters, and avoid warn
Repository: accumulo
Updated Branches:
refs/heads/1.6 a37461648 -> dcc5dffc8
refs/heads/1.7 710964086 -> 982286079
refs/heads/1.8 227bfe886 -> c587a6f56
refs/heads/master faa92c502 -> 2f8c8e7a4
ACCUMULO-4385 Fix type safety warning
Suppress unavoidable type safety warning about overridin
ACCUMULO-4386 Fix trivial compiler warnings
Fixes a few trivial compiler warnings when building with JDK8
* Unnecessary cast
* Misuse of auxillary class (use of wrong class in logger)
* Use explicit casts for generic arrays, to highlight lack of type
safety in generic parameters, and avoid warn
Merge branch '1.7' into 1.8
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4980eec2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4980eec2
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4980eec2
ACCUMULO-4386 Fix trivial compiler warnings
Fix extra import and use generic method for emptyMap() instead of
EMPTY_MAP constant.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c587a6f5
Tree: http://git-wip-us.apache.o
Merge branch '1.8'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c0195dd8
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c0195dd8
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c0195dd8
Branch:
ACCUMULO-4383 Update animal sniffer for Java 7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/71096408
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/71096408
Diff: http://git-wip-us.apache.org/repos/asf/acc
ACCUMULO-4383 Use animal-sniffer-enforcer-rule
Use animal-sniffer to detect and fail on use of newer Java APIs than the
target version.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a3746164
Tree: http://git-wip-us.ap
Merge branch '1.6' into 1.7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/617ad7a0
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/617ad7a0
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/617ad7a0
Merge branch '1.7' into 1.8
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/227bfe88
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/227bfe88
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/227bfe88
ACCUMULO-4383 Update animal sniffer for Java 8
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/faa92c50
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/faa92c50
Diff: http://git-wip-us.apache.org/repos/asf/acc
ACCUMULO-4383 Update animal sniffer for Java 7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/71096408
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/71096408
Diff: http://git-wip-us.apache.org/repos/asf/acc
Merge branch '1.7' into 1.8
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/227bfe88
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/227bfe88
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/227bfe88
Merge branch '1.6' into 1.7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/617ad7a0
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/617ad7a0
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/617ad7a0
ACCUMULO-4383 Use animal-sniffer-enforcer-rule
Use animal-sniffer to detect and fail on use of newer Java APIs than the
target version.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a3746164
Tree: http://git-wip-us.ap
Merge branch '1.6' into 1.7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/617ad7a0
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/617ad7a0
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/617ad7a0
ACCUMULO-4383 Update animal sniffer for Java 7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/71096408
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/71096408
Diff: http://git-wip-us.apache.org/repos/asf/acc
Repository: accumulo
Updated Branches:
refs/heads/1.6 0fdd52a71 -> a37461648
refs/heads/1.7 f6465ac3c -> 710964086
refs/heads/1.8 394ad0864 -> 227bfe886
refs/heads/master 3a0d07755 -> faa92c502
ACCUMULO-4383 Use animal-sniffer-enforcer-rule
Use animal-sniffer to detect and fail on use of
ACCUMULO-4383 Use animal-sniffer-enforcer-rule
Use animal-sniffer to detect and fail on use of newer Java APIs than the
target version.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a3746164
Tree: http://git-wip-us.ap
Merge branch '1.6' into 1.7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f6465ac3
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f6465ac3
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f6465ac3
Merge branch '1.7' into 1.8
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/394ad086
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/394ad086
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/394ad086
ACCUMULO-4382 Clean up license/notice files
Remove unnecessary contents.
Converge on a consistent formatting.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/dbdba2f9
Tree: http://git-wip-us.apache.org/repos/asf/accumul
ACCUMULO-4384 Simplify rat excludes
Use wildcards and parent pom inheritance to simplify apache-rat-plugin
excludes. Renames (with a move) the bin-LICENSE and bin-NOTICE files so
rat will exclude them by default to further simplify configuration.
Project: http://git-wip-us.apache.org/repos/asf/a
http://git-wip-us.apache.org/repos/asf/accumulo/blob/0fdd52a7/assemble/src/main/resources/LICENSE
--
diff --git a/assemble/src/main/resources/LICENSE
b/assemble/src/main/resources/LICENSE
new file mode 100644
index 000..9cfab8
Merge branch '1.6' into 1.7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f6465ac3
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f6465ac3
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f6465ac3
ACCUMULO-4384 Simplify rat excludes
Use wildcards and parent pom inheritance to simplify apache-rat-plugin
excludes. Renames (with a move) the bin-LICENSE and bin-NOTICE files so
rat will exclude them by default to further simplify configuration.
Project: http://git-wip-us.apache.org/repos/asf/a
ACCUMULO-4382 Clean up license/notice files
Remove unnecessary contents.
Converge on a consistent formatting.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/dbdba2f9
Tree: http://git-wip-us.apache.org/repos/asf/accumul
Merge branch '1.8'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3a0d0775
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3a0d0775
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/3a0d0775
Branch:
http://git-wip-us.apache.org/repos/asf/accumulo/blob/0fdd52a7/assemble/src/main/resources/LICENSE
--
diff --git a/assemble/src/main/resources/LICENSE
b/assemble/src/main/resources/LICENSE
new file mode 100644
index 000..9cfab8
http://git-wip-us.apache.org/repos/asf/accumulo/blob/0fdd52a7/assemble/src/main/resources/LICENSE
--
diff --git a/assemble/src/main/resources/LICENSE
b/assemble/src/main/resources/LICENSE
new file mode 100644
index 000..9cfab8
ACCUMULO-4384 Simplify rat excludes
Use wildcards and parent pom inheritance to simplify apache-rat-plugin
excludes. Renames (with a move) the bin-LICENSE and bin-NOTICE files so
rat will exclude them by default to further simplify configuration.
Project: http://git-wip-us.apache.org/repos/asf/a
Merge branch '1.7' into 1.8
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/394ad086
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/394ad086
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/394ad086
Repository: accumulo
Updated Branches:
refs/heads/1.6 a8d1acd4b -> 0fdd52a71
refs/heads/1.7 612ede696 -> f6465ac3c
refs/heads/1.8 7a47b187e -> 394ad0864
refs/heads/master 29e0ffd39 -> 3a0d07755
ACCUMULO-4382 Clean up license/notice files
Remove unnecessary contents.
Converge on a consist
Merge branch '1.6' into 1.7
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f6465ac3
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f6465ac3
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f6465ac3
ACCUMULO-4382 Clean up license/notice files
Remove unnecessary contents.
Converge on a consistent formatting.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/dbdba2f9
Tree: http://git-wip-us.apache.org/repos/asf/accumul
http://git-wip-us.apache.org/repos/asf/accumulo/blob/0fdd52a7/assemble/src/main/resources/LICENSE
--
diff --git a/assemble/src/main/resources/LICENSE
b/assemble/src/main/resources/LICENSE
new file mode 100644
index 000..9cfab8
ACCUMULO-4384 Simplify rat excludes
Use wildcards and parent pom inheritance to simplify apache-rat-plugin
excludes. Renames (with a move) the bin-LICENSE and bin-NOTICE files so
rat will exclude them by default to further simplify configuration.
Project: http://git-wip-us.apache.org/repos/asf/a
ACCUMULO-4374: Changes to Shell to fix ChangeSecret tool
Signed-off-by: Josh Elser
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/612ede69
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/612ede69
Diff: http
Merge branch '1.7' into 1.8-up
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/fa8177ba
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/fa8177ba
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/fa817
Repository: accumulo
Updated Branches:
refs/heads/1.7 9b7f60e5d -> 612ede696
refs/heads/1.8 1aceaa014 -> 7a47b187e
refs/heads/master 10d29ad1f -> 29e0ffd39
ACCUMULO-4374: Changes to Shell to fix ChangeSecret tool
Signed-off-by: Josh Elser
Project: http://git-wip-us.apache.org/repos/asf/
ACCUMULO-4374: Changes to Shell to fix ChangeSecret tool
Closes apache/accumulo#126, apache/accumulo#129
Signed-off-by: Josh Elser
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7a47b187
Tree: http://git-wip-us.apach
Merge branch '1.8'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/29e0ffd3
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/29e0ffd3
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/29e0ffd3
Branch:
ACCUMULO-4374: Changes to Shell to fix ChangeSecret tool
Closes apache/accumulo#126, apache/accumulo#129
Signed-off-by: Josh Elser
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7a47b187
Tree: http://git-wip-us.apach
Merge branch '1.7' into 1.8-up
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/fa8177ba
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/fa8177ba
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/fa817
ACCUMULO-4374: Changes to Shell to fix ChangeSecret tool
Signed-off-by: Josh Elser
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/612ede69
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/612ede69
Diff: http
56 matches
Mail list logo