Quarkus OmniFaces

A Quarkus extension that lets you utilize OmniFaces library to make JSF development so much easier!

Installation

If you want to use this extension, you need to add the io.quarkiverse.omnifaces:quarkus-omnifaces extension first to your build file.

For instance, with Maven, add the following dependency to your POM file:

<dependency>
    <groupId>io.quarkiverse.omnifaces</groupId>
    <artifactId>quarkus-omnifaces</artifactId>
    <version>4.3.0</version>
</dependency>

Versioning

The versioning of this extension will follow the pattern [faces.version].[omnifaces.version].[patch]. For example:

Version Explanation

3.14.2

Quarkus 2 (EE8), OmniFaces 3, Revision 2

4.1.0

Quarkus 3 (EEE10), OmniFaces 4, Revision 0