Skip to content

New in JSPWiki 2.12.0 - Released on 23/05/2023

Compare
Choose a tag to compare
@juanpablo-santos juanpablo-santos released this 21 Jun 20:20
· 108 commits to master since this release
  • Breaking change: Java 11 required to compile & run JSPWiki
  • Breaking change: .html, .htm and .js attachments are now forcibly downloaded by default
    • if you want to open them rather than downloading them, set the jspwiki.attachment.forceDownload property to empty on your jspwiki\[-custom\].properties file
  • ReferenceManager implementation can be set via jspwiki.refManager property on your jspwiki\[-custom\].properties file
    • The provided implementation is expected to have a constructor receiving only an Engine
  • Install.jsp now properly displays its styles
  • Upgraded bundled dependencies
    • Apache parent to 29
    • AWS Kendra Java SDK to 1.12.468
    • Commons Fileupload to 1.5
    • Commons Text to 1.10.0
    • Flexmark to 0.64.4
    • Gson to 2.10.1
    • HSQLDB to 2.7.1
    • Jaxen to 2.0.0
    • Jetty all to 9.4.51.v20230217
    • JUnit to 5.9.3
    • Log4j2 to 2.20.0
    • Lucene to 9.6.0
    • Mockito to 5.3.1
    • NekoHTML to 2.1.2
    • Selenide to 6.14.0
    • Tika to 2.7.0
    • Tomcat to 9.0.75
  • Security Fixes