How do I upgrade the JSF API in GlassFish?

后端 未结 2 1175
[愿得一人]
[愿得一人] 2020-12-18 04:39

I downloaded binary which has javax.faces-2.1.13 as the latest binary release. I want to upgrade my GlassFish JSF library but it has jsf-api-jar an

2条回答
  •  死守一世寂寞
    2020-12-18 04:55

    Just replace both jsf-api.jar and jsf-impl.jar in the Glassfish /modules folder by the single javax.faces.jar file.

    Since Mojarra 2.1.6 the build system has been changed to comply Java EE Maven rules, see also issue 2028. This resulted in the API and impl being merged into a single JAR file.

提交回复
热议问题