geonetwork / core-geonetwork

GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
http://geonetwork-opensource.org/
GNU General Public License v2.0
421 stars 489 forks source link

Duplicated ehcache versions #5771

Open josegar74 opened 3 years ago

josegar74 commented 3 years ago

Describe the bug At least in main branch the ehcache library ends in the war file with 2 versions:

The API seem different in both versions. Noticed when trying to setup ECAS login, that set up a Cache instance.

It's unclear the usage of edu.ucar:netcdf and the effect to exclude the version 2.6.2 for ehcache.

josegar74 commented 3 years ago

Relates to https://github.com/geonetwork/core-geonetwork/issues/5102, but even keeping just 1 version, the NullPointerException happens.