Release 2.10.0
Bigger changes for some users caused by new logging framework and reworked PDF servlet:
- logging framework updated from Log4J version 1 to Log4J version 2
- CHANGE: the configuration file location changed from
src/main/webapp/WEB-INF/log4j-config.xmltosrc/main/resources/log4j2.xml(or any other place in the Java classpath) and the configuration file format changed (see the sample file) - logging in digilib now uses the abstract SLF4J API that enables multiple concrete logging implementations. digilib currently uses Log4J2 as its concrete implementation.
- CHANGE: the configuration file location changed from
- PDF generation works differently (and better) with the completely reworked
PDFGeneratorservlet. See the documentation for details.