It's clear to me how to install my own JSF version at WildFly server (Upgrade JSF / Mojarra in JBoss AS / EAP / WildFly, many thx to BalusC) but is it possible to pack my own JSF version along with my application into war archive deployed at WildFly server? If so, how to do that? Is it enough to put (e.g. https://github.com/eclipse-ee4j/mojarra/releases/download/2.3.15/jakarta.faces-2.3.15.jar) into WEB-INF/lib
directory of the application? Thx.
Asked
Active
Viewed 95 times
0

Toru
- 905
- 1
- 9
- 28
-
You need that JAR file and everything it depends on. – user207421 May 27 '21 at 09:56
-
What do you need from that version that's not in 2.3.14? WildFly 23 is on 2.3.14 https://issues.redhat.com/browse/WFLY-14401. – James R. Perkins May 28 '21 at 00:26
-
The mentioned JSF version was only an example. The question is how to do that in general if possible. – Toru May 28 '21 at 03:29