[
https://issues.apache.org/jira/browse/SLING-11523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus resolved SLING-11523.
-------------------------------------
Resolution: Fixed
Fixed in
https://github.com/apache/sling-maven-plugin/commit/7ef1df38a4202581c4b044b5ebe535c72b8e5f9e.
> Replace scannotation and asm by classgraph
> ------------------------------------------
>
> Key: SLING-11523
> URL: https://issues.apache.org/jira/browse/SLING-11523
> Project: Sling
> Issue Type: Improvement
> Components: Maven Plugins and Archetypes
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
> Fix For: Sling Maven Plugin 2.4.4
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Currently for goal {{generate-adapter-metadata}} the outdated [Scannotation
> Library|http://scannotation.sourceforge.net/] is used which received its last
> update in 2013. In addition also inspecting the class files with an
> additional library (like ASM) is necessary to get the actual field values.
> Instead we should use https://github.com/classgraph/classgraph to scan for
> annotations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)