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 2022/09/21 19:47:58 UTC

[GitHub] [accumulo-testing] DomGarguilo opened a new pull request, #225: Fix logging bug and update hadoop version

DomGarguilo opened a new pull request, #225:
URL: https://github.com/apache/accumulo-testing/pull/225

   fixes #224 
   
   This PR brings log4j/slf4j2 and hadoop versioning into line with current versions on the main accumulo repo.


-- 
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] DomGarguilo merged pull request #225: Fix logging bug and update hadoop version

Posted by GitBox <gi...@apache.org>.
DomGarguilo merged PR #225:
URL: https://github.com/apache/accumulo-testing/pull/225


-- 
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 commented on a diff in pull request #225: Fix logging bug and update hadoop version

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on code in PR #225:
URL: https://github.com/apache/accumulo-testing/pull/225#discussion_r977763587


##########
pom.xml:
##########
@@ -89,7 +89,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-slf4j-impl</artifactId>
+      <artifactId>log4j-core</artifactId>

Review Comment:
   This log4j-core dependency could be removed again when https://issues.apache.org/jira/browse/LOG4J2-3601 is fixed.



-- 
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