Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3-next-M7, 4.0.0-RC4
-
None
-
None
Description
Currently the Quarkus extension in MyFaces has built in support for PrimeFaces. This is being removed in 2.3-next-m8 and 4.0 final. To use PrimeFaces with Quarkus users must migrate to the new PrimeFaces specific Quarkus extension found here: https://github.com/quarkiverse/quarkus-primefaces
And by adding this to their pom.xml:
<dependency> <groupId>io.quarkiverse.primefaces</groupId> <artifactId>quarkus-primefaces</artifactId> <version>2.12.0</version> </dependency>