You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "David Lavati (Jira)" <ji...@apache.org> on 2020/04/19 17:40:00 UTC

[jira] [Assigned] (HIVE-23088) Using Strings from log4j breaks non-log4j users

     [ https://issues.apache.org/jira/browse/HIVE-23088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Lavati reassigned HIVE-23088:
-----------------------------------

    Assignee: David Lavati

> Using Strings from log4j breaks non-log4j users
> -----------------------------------------------
>
>                 Key: HIVE-23088
>                 URL: https://issues.apache.org/jira/browse/HIVE-23088
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 3.1.2
>            Reporter: Vova Vysotskyi
>            Assignee: David Lavati
>            Priority: Major
>
> {{HookUtils}} uses explicitly {{org.apache.logging.log4j.util.Strings}} class from log4j, but it may break clients who use other loggers and should exclude log4j from the classpath.
> {{commons-lang}} has class {{StringUtils}} which may be used as a replacement for this one:
>  {{Strings.isBlank}} -> {{StringUtils.isBlank}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)