Fangchen Li created SPARK-55157:
-----------------------------------

             Summary: Replace classutil with ClassGraph in GenerateMIMAIgnore 
tool
                 Key: SPARK-55157
                 URL: https://issues.apache.org/jira/browse/SPARK-55157
             Project: Spark
          Issue Type: Sub-task
          Components: Build
    Affects Versions: 4.2
            Reporter: Fangchen Li


The `tools` module uses `org.clapper:classutil` for classpath scanning in 
`GenerateMIMAIgnore`. This library:

1. classutil is a Scala library with no Scala 3 artifacts
2. **Unmaintained** - Last meaningful update was 2019



We could replace classutil with 
[ClassGraph](https://github.com/classgraph/classgraph), a well-maintained, 
pure-Java library.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to