[
https://issues.apache.org/jira/browse/PHOENIX-6696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529758#comment-17529758
]
ASF GitHub Bot commented on PHOENIX-6696:
-----------------------------------------
stoty commented on code in PR #1427:
URL: https://github.com/apache/phoenix/pull/1427#discussion_r861451458
##########
pom.xml:
##########
@@ -1519,7 +1494,6 @@
</activation>
<modules>
<module>phoenix-client-parent</module>
- <module>phoenix-client-parent/phoenix-client</module>
Review Comment:
Oh, you mean the directory.
Sure.
> Drop legacy phoenix-client jar
> ------------------------------
>
> Key: PHOENIX-6696
> URL: https://issues.apache.org/jira/browse/PHOENIX-6696
> Project: Phoenix
> Issue Type: Task
> Components: core
> Affects Versions: 5.2.0
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
>
> phoenix-client JAR includes log4j1 and the slf4j log4j adaptor.
> For some releases, we've been providing phoenix-client-embedded, which omits
> both the logging adaptor and backend, as well as sqlline, and is a superior
> solution that doesn't force a logging solution on the user.
> As we're switching our default logging backend to slf4j2, users of the legacy
> phoenix-client jar are likely to experience problems with the new logging
> backend anyway, this a good time to drop the legacy phoenix-client jar, and
> transitions its users to phoenix-client-embedded.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)