New in JSPWiki 2.12.2 - yet to be released#

  • JSPWIKI-778 - JSPWiki missing some translations in Finnish
  • JSPWIKI-1165 - long text in monospace font inside {{}} is shown without scroll bar
  • JSPWIKI-1167 - prettify: line numbering is wrong with longer lines
  • JSPWIKI-1181 - Search popup does not handle attachments correctly
  • Upgraded bundled dependencies
    • AWS Kendra Java SDK to 1.12.565
    • Commons IO to 2.14.0
    • Lucene to 9.8.0
    • Mockito to 5.5.0
    • Selenide to 6.19.0
    • Tomcat to 9.0.80

New in JSPWiki 2.12.1 - Released on 11/08/2023#

  • JSPWIKI-1172 - jspwiki.workDir default should be in $javax.servlet.context.tempdir
    • previously, this property was set to java.io.tmpdir, if you need jspwiki.workDir to continue pointing there please update your jspwiki[-custom].properties file accordingly
  • Fixed Workflow screen, which wasn't working since 2.11.0.M5
  • Merged quite some PRs with code improvements: #272, #282, #283, #290, #291, #292
  • Upgraded bundled dependencies
    • Commons IO to 2.13.0
    • Commons Lang to 3.13.0
    • Flexmark to 0.64.8
    • Hslqdb to 2.7.2
    • JUnit to 5.10.0
    • Lucene to 9.7.0
    • Mockito to 5.4.0
    • Selenide to 6.16.1
    • Tika to 2.8.0
    • Tomcat to 9.0.78

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

  • 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

NewIn