You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by do...@apache.org on 2022/11/09 16:20:46 UTC

[accumulo-proxy] branch main updated (95f9c90 -> 79eba66)

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

domgarguilo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-proxy.git


    from 95f9c90  Merge pull request #29 from apache/dependabot/maven/org.apache.accumulo-accumulo-core-2.0.1
     new 2a19771  Convert tests to JUnit5
     new 2b475cb  fix junit pom entry and upgrade surefire/failsafe to working versions
     new 79eba66  Merge pull request #38 from DomGarguilo/junitUpdate

The 572 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:
 pom.xml                                            |  24 +-
 .../org/apache/accumulo/proxy/ProxyServerTest.java |   4 +-
 .../accumulo/proxy/its/ProxyDurabilityIT.java      |   6 +-
 .../apache/accumulo/proxy/its/SimpleProxyBase.java | 854 ++++++++++++---------
 .../apache/accumulo/proxy/its/TBinaryProxyIT.java  |   4 +-
 .../apache/accumulo/proxy/its/TCompactProxyIT.java |   8 +-
 .../accumulo/proxy/its/TJsonProtocolProxyIT.java   |   4 +-
 .../apache/accumulo/proxy/its/TTupleProxyIT.java   |   4 +-
 8 files changed, 534 insertions(+), 374 deletions(-)