This is an automated email from the ASF dual-hosted git repository. edcoleman pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push: new e2b48d57a5 revert disruptor version to 3.4.4 for log4j compatibility (#4105) e2b48d57a5 is described below commit e2b48d57a50b31682367054de690ba95d4ecd1f9 Author: EdColeman <d...@etcoleman.com> AuthorDate: Thu Dec 21 14:16:32 2023 -0500 revert disruptor version to 3.4.4 for log4j compatibility (#4105) * revert disruptor version to 3.4.4 for log4j compatibility Co-authored-by: Christopher Tubbs <ctubb...@apache.org> --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b982196bff..873afccc9e 100644 --- a/pom.xml +++ b/pom.xml @@ -298,7 +298,8 @@ <dependency> <groupId>com.lmax</groupId> <artifactId>disruptor</artifactId> - <version>4.0.0</version> + <!-- log4j doesn't support 4 yet; see https://github.com/apache/logging-log4j2/issues/1829 --> + <version>3.4.4</version> </dependency> <dependency> <groupId>commons-cli</groupId>