Aggarwal-Raghav opened a new pull request, #5885: URL: https://github.com/apache/hive/pull/5885
### What changes were proposed in this pull request? Cleanup log4j 1.x syntax. Majorly the changes are same as of HIVE-28417 ### Why are the changes needed? For log4j 2.24.3, the changes to remove packages attribute due to [LOG4J2-3644](https://issues.apache.org/jira/browse/LOG4J2-3644) was done only in [data/conf/hive-log4j2.properties](https://github.com/apache/hive/pull/5636/files#diff-d003b0ed1a14718be707a0b4e196ca3c2f9dc7adad2ca10d4868946aac53a178). but `packaging/target/apache-hive-4.1.0-SNAPSHOT-bin/apache-hive-4.1.0-SNAPSHOT-bin/conf/hive-log4j2.properties.template` is picked from `common/src/main/resources/hive-log4j2.properties` which cause the following WARN message. ``` 2025-06-16T20:51:52.848390Z main WARN The use of package scanning to locate Log4j plugins is deprecated. Please remove the `packages` attribute from your configuration file. See https://logging.apache.org/log4j/2.x/faq.html#package-scanning for details. ``` ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? Will see CI output -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org