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

Fangchen Li updated SPARK-55157:
--------------------------------
    Description: 
The `tools` module uses `org.clapper:classutil` for classpath scanning in 
`GenerateMIMAIgnore`. This library:

1. The classutil has no Scala 3 supports
2. It's unmaintained; the last update was in 2019

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

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

1. The classutil has no Scala 3 artifacts
2. It's unmaintained; the last update was in 2019

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


> 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
>            Priority: Major
>
> The `tools` module uses `org.clapper:classutil` for classpath scanning in 
> `GenerateMIMAIgnore`. This library:
> 1. The classutil has no Scala 3 supports
> 2. It's unmaintained; the last update was in 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