As outlined in https://github.com/eclipse-ee4j/glassfish/issues/22603 there is an incompatibility between the osgi-web-container and the version of mojarra that is shipped in glassfish 5.1.0. This results in a java.lang.NoSuchFieldError being thrown.
As part of the Glassfish 5.1.0 release, the maven coordinates were updated for the jsf-api and jfs-impl, these are now jakarta.faces:jakarta.faces-api and org.glassfish:jakarta.faces. Please update the module/parent pom file and fix the subsequent errors in osgi-web-container.
As outlined in https://github.com/eclipse-ee4j/glassfish/issues/22603 there is an incompatibility between the osgi-web-container and the version of mojarra that is shipped in glassfish 5.1.0. This results in a java.lang.NoSuchFieldError being thrown.
As part of the Glassfish 5.1.0 release, the maven coordinates were updated for the jsf-api and jfs-impl, these are now jakarta.faces:jakarta.faces-api and org.glassfish:jakarta.faces. Please update the module/parent pom file and fix the subsequent errors in osgi-web-container.
Thanks Paul