adminfaces / admin-template

JSF responsive admin template based on Bootstrap and AdminLTE
https://adminfaces.github.io/docs/latest/#admin_template
MIT License
209 stars 101 forks source link

Upgrade OmniFaces to `v2.7.1` #195

Closed rmpestano closed 4 years ago

rmpestano commented 4 years ago
Issue Overview

Some users are facing issues with combined resource handler (#190) in older versions of OmniFaces.

As v2.7.1 fixes thoses issues and ~is also compatible with JavaEE 6~(not true but as EE6 is the less used version we'll keep the upgrade) we'll ship it within admin-template by default.

Additional Information
rmpestano commented 4 years ago

Also note that projects using Java EE 6 will have to override the OmniFaces version (and use v2.1) because since OmniFaces 2.2 it uses JSF 2.2 Apis (see omnifaces/omnifaces#167)