You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/12/15 15:58:51 UTC

[GitHub] [accumulo-testing] ctubbsii opened a new pull request #181: Use accumulo-project for dependency mgmt

ctubbsii opened a new pull request #181:
URL: https://github.com/apache/accumulo-testing/pull/181


   Fix warnings about dependency versions by using the accumulo-project POM
   to manage dependencies. This alleviates the need to keep dependency
   versions sync'd with the Accumulo main project. Also fix a few other
   warnings throughout the project.
   
   * Update POM to make accumulo-project pom manage the dependency versions
     for this project (for dependencies used by that pom, anyway)
   * Remove unnecessary dependency version management in this project's pom
   * Remove log4j direct usage in ClientOpts and ContinuousOpts (log4j2
     properties file can be used to control logging debug/trace levels
     instead, dynamically if desired)
   * Use commons-lang3 where possible, since commons-lang is no longer on
     the class path
   * Switch out deprecated properties with their replacement, when there is
     a direct replacement
   * Update TimedScanDispatcher to use the dispatch name with correctly
     spelled parameters
   * Inline XMLSchema constants to avoid problems with
     javax.xml.XMLConstants being ambiguously grabbed from a jar on the
     class path
   * Remove use of TABLE_MAJC_COMPACTALL_IDLETIME compaction property,
     since it was deprecated without replacement, for table settings in the
     randomwalk config
   * Suppress deprecation warnings by deprecating the Replication
     randomwalk class
   * Replace finalize method in DataWriter with a Cleaner


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo-testing] ctubbsii merged pull request #181: Use accumulo-project for dependency mgmt

Posted by GitBox <gi...@apache.org>.
ctubbsii merged pull request #181:
URL: https://github.com/apache/accumulo-testing/pull/181


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org