This is an automated email from the ASF dual-hosted git repository.
ddanielr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-proxy.git
from 63c9d52 Update to accumulo 2.1.1 (#81)
add d02bb6c Accumulo Proxy is now able to build when depending on
Accumulo 2.1.3. Several methods were removed or renamed, and workarounds had to
be found. However, the actual functionality of the Proxy has not been fully
tested yet.
add 6ddfdcd Removed debug messages that were used in testing that the
Proxy works.
add 08512f0 Added comments explaining the purpose of the ProxyMetricsInfo
class inside of Proxy.java.
add 32bdf14 Cleaned up new code in TServerUtils involving the
construction of a ThreadPoolExecutor.
add 5011608 Fixed dependency errors and formatting.
add 0ffb211 Updated dependencies to match dependencies in accumulo.
Squashed bugs that arose from updating various dependencies.
add 6432df2 Update Dockerfile
add 81c6633 Remove unnecessary comments
add 521df74 Removed config options from maven-compiler-plugin that caused
warnings.
new cc6342d Merge pull request #84 from
Kidcredible300/update-to-newest-accumulo
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:
Dockerfile | 28 +++++-----
pom.xml | 50 ++++++++++--------
src/main/java/org/apache/accumulo/proxy/Proxy.java | 59 +++++++++++++++++++++-
.../org/apache/accumulo/proxy/ProxyServer.java | 5 +-
.../org/apache/accumulo/proxy/TServerUtils.java | 9 ++--
.../apache/accumulo/proxy/its/SimpleProxyBase.java | 22 ++++----
6 files changed, 123 insertions(+), 50 deletions(-)