melloware commented on code in PR #935:
URL: https://github.com/apache/myfaces/pull/935#discussion_r2542520254


##########
extensions/quarkus/deployment/src/main/java/org/apache/myfaces/core/extensions/quarkus/deployment/MyFacesProcessor.java:
##########
@@ -761,7 +764,7 @@ public List<String> 
collectSubclasses(CombinedIndexBuildItem combinedIndex, Stri
     public List<String> collectImplementors(CombinedIndexBuildItem 
combinedIndex, String className)
     {
         List<String> classes = combinedIndex.getIndex()
-                .getAllKnownImplementors(DotName.createSimple(className))
+                .getAllKnownImplementations(DotName.createSimple(className))

Review Comment:
   `getAllKnownImplementors` is deprecated marked for removal



-- 
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]

Reply via email to