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

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

     [ https://issues.apache.org/jira/browse/HIVE-23088?focusedWorklogId=425104&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425104 ]

ASF GitHub Bot logged work on HIVE-23088:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Apr/20 17:46
            Start Date: 19/Apr/20 17:46
    Worklog Time Spent: 10m 
      Work Description: dlavati commented on pull request #986: HIVE-23088 Using Strings from log4j breaks non-log4j users
URL: https://github.com/apache/hive/pull/986
 
 
   Change-Id: Ieddaa10a722e81ab305f223ba441077a259c7fa6
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 425104)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>              Labels: pull-request-available
>             Fix For: 4.0.0, 3.2.0, 3.1.3
>
>         Attachments: HIVE-23088.01.branch-3.patch, HIVE-23088.01.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{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)