| The GeoFence plugin zip file is not including the geofence-model-3.2-SNAPSHOT.jar I noticed it was included until 2.11. From 2.12 to the latest 2.15 build, it is missing. This causes the Layers page in the GeoServer UI to not show. Here is the reported error: java.lang.NoClassDefFoundError: Lorg/geoserver/geofence/core/model/enums/GrantType; I fixed it by downloading the jar from the jenkins workspace: https://build.geoserver.org/view/geofence/job/geofence-3.2.x/ws/src/services/core/model-external/target/geofence-model-3.2-SNAPSHOT.jar |