melloware commented on code in PR #935: URL: https://github.com/apache/myfaces/pull/935#discussion_r2542515008
########## extensions/quarkus/deployment/src/main/java/org/apache/myfaces/core/extensions/quarkus/deployment/FacesUberJarProcessor.java: ########## @@ -32,7 +32,7 @@ import javax.xml.parsers.ParserConfigurationException; import javax.xml.transform.TransformerException; -import io.quarkus.deployment.IsNormal; +import io.quarkus.deployment.IsProduction; Review Comment: Deprecated for removal should be isProduction -- 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]
