ukwa / mementoweb-webclient

A simple web-based interface to Memento holdings.
4 stars 2 forks source link

Update log4j to latest version, or remove altogether #2

Open anjackson opened 2 years ago

anjackson commented 2 years ago

This uses old log4j 1, but should really be updated to the latest possible version (or have it stripped out altogether and use Java logging builtins).

See e.g.

https://github.com/ukwa/webarchive-discovery/blob/5f447991b0ab8f79f53a16bc0ec49f0d03848d06/warc-indexer/pom.xml#L69-L79

anjackson commented 2 years ago

This mostly applies to https://github.com/ukwa/mementoweb-client-java

anjackson commented 2 years ago

Did some work on this, but then hit a block because of SSL certificate grumbling when talking to the CZ web archive, which cased the tests to fail.