janhoy opened a new pull request, #4336: URL: https://github.com/apache/solr/pull/4336
https://issues.apache.org/jira/browse/SOLR-18213 Removes the abandoned `com.j256.simplemagic:simplemagic` dependency (last release 2021) and replaces it with a self-contained byte-pattern detector inside `FileTypeMagicUtil`. The public API is unchanged. This removes a dependency and simplifies code. The detector covers exactly the four types that were previously configured in the custom `magic/executables` resource file, which is also removed. This PR also tries to improve on some of the detection logic. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
