Melloware created MYFACES-4568:
----------------------------------
Summary: Migrate Quarkus PrimeFaces Support out of MyFaces
Key: MYFACES-4568
URL: https://issues.apache.org/jira/browse/MYFACES-4568
Project: MyFaces Core
Issue Type: Improvement
Affects Versions: 4.0.0-RC4, 2.3-next-M7
Reporter: Melloware
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:
{code:java}
<dependency>
<groupId>io.quarkiverse.primefaces</groupId>
<artifactId>quarkus-primefaces</artifactId>
<version>2.12.0</version>
</dependency> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)