Skip to content

Release 2.10.0

Choose a tag to compare

@robcast robcast released this 29 Nov 18:05

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.xml to src/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.
  • PDF generation works differently (and better) with the completely reworked PDFGenerator servlet. See the documentation for details.