You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2018/07/17 13:45:35 UTC

[accumulo] branch master updated (8589173 -> bf942d7)

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

kturner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from 8589173  Upgrade Jackson to 2.9.6 (#557)
     add a7aee79  Fix array out of bounds in FastFormat (#562)
     new bf942d7  Merge branch '1.9'

The 1 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.


Summary of changes:
 .../org/apache/accumulo/core/util/FastFormat.java  |  26 +++--
 .../apache/accumulo/core/util/FastFormatTest.java  | 114 +++++++++++++++++++++
 2 files changed, 132 insertions(+), 8 deletions(-)
 create mode 100644 core/src/test/java/org/apache/accumulo/core/util/FastFormatTest.java


[accumulo] 01/01: Merge branch '1.9'

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

kturner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit bf942d7329b83d5bd55646b04cc24d613b8182a5
Merge: 8589173 a7aee79
Author: Keith Turner <kt...@apache.org>
AuthorDate: Tue Jul 17 09:43:20 2018 -0400

    Merge branch '1.9'

 .../org/apache/accumulo/core/util/FastFormat.java  |  26 +++--
 .../apache/accumulo/core/util/FastFormatTest.java  | 114 +++++++++++++++++++++
 2 files changed, 132 insertions(+), 8 deletions(-)