The GitHub Actions job "Java CI" on commons-logging.git has failed.
Run started by GitHub user ppkarwasz (triggered by ppkarwasz).

Head commit for run:
e46495ea9a2e027d33c6fbab9abc19351e745f64 / Piotr P. Karwasz 
<piotr.git...@karwasz.org>
Remove deprecated dependencies to satisfy security scanners

This is a PoC on how to remove deprecated libraries from the POM file
(or move them to the `test` scope) to appease some primitive security
scanners.

The trick is to extract classes/methods from the Avalon, LogKit and
Log4j 1.x libraries that are used in the Commons Logging code and put
them in an additional source code directory `src/main/dummy`.

**Remark:** The source files in `src/main/dummy` are **not** included in
the any Commons Logging artifact. They are only used by the compiler to
include the correct signatures in the class files.

Report URL: https://github.com/apache/commons-logging/actions/runs/8317832485

With regards,
GitHub Actions via GitBox

Reply via email to