This page (revision-22) was last changed on 18-Jun-2024 13:57 by Arturo Bernal 

This page was created on 31-Dec-2022 14:46 by Juan Pablo

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
22 18-Jun-2024 13:57 4 KB Arturo Bernal to previous
21 18-Jun-2024 13:52 4 KB Arturo Bernal to previous | to last

Difference between version and

At line 3 changed one line
!!! New in JSPWiki 2.12.0 - yet to be released
!!! New in JSPWiki 2.12.2 - Released on 17/06/2024
At line 5 changed one line
* {{Breaking change}}: Java 11 required to compile & run JSPWiki
* __[CustomWikiEventListener|HowToWriteACustomWikiEventListener]__, to easily allow custom components to be aware of all kind of events fired by JSPWiki
* SBOMs now published to central
* [JSPWIKI-778|https://issues.apache.org/jira/browse/JSPWIKI-778] - JSPWiki missing some translations in Finnish
* [JSPWIKI-925|https://issues.apache.org/jira/browse/JSPWIKI-925] - JSPWiki Missing i18n resources
* [JSPWIKI-1056|https://issues.apache.org/jira/browse/JSPWIKI-1056] - URL in registration mail is relative while it should be absolute
* [JSPWIKI-1165|https://issues.apache.org/jira/browse/JSPWIKI-1165] - long text in monospace font inside {{{{{}} }}} is shown without scroll bar
* [JSPWIKI-1167|https://issues.apache.org/jira/browse/JSPWIKI-1167] - {{prettify}}: line numbering is wrong with longer lines
* [JSPWIKI-1181|https://issues.apache.org/jira/browse/JSPWIKI-1181] - Search popup does not handle attachments correctly
* [JSPWIKI-1184|https://issues.apache.org/jira/browse/JSPWIKI-1184] - !!! Image missing and German text typo
* [JSPWIKI-1186|https://issues.apache.org/jira/browse/JSPWIKI-1186] - Windows, {{Install.jsp}} double escapes the {{jspwiki.workDir}} and nothing else
* __[JSPWIKI-1188|https://issues.apache.org/jira/browse/JSPWIKI-1188] - Support system property / env replacement for JSPWiki configuration properties__
** provided by Alex O'Ree on [PR #330|https://github.com/apache/jspwiki/pull/330], thanks!
* [JSPWIKI-1190|https://issues.apache.org/jira/browse/JSPWIKI-1190] - Changing jspwiki.syntax=markdown breaks all the predefined/default wiki content
* {{MailUtil}} now uses every {{mail.smtp}} / {{mail.smtps}} property provided through your {{jspwiki[[-custom].properties}} file
* Initial sets of [markdown pages|Markdown Support] available as part of the build
* __Upgraded bundled dependencies__
** Apache parent to 32
** Awaitility to 4.2.1
** AWS Kendra Java SDK to 1.12.565
** Commons IO to 2.16.1
** Commons Lang to 3.14.0
** Commons text to 1.12.0
** Gson to 2.11.0
** JavaMail to 1.6.2
** Jetty to 9.4.54.v20240208
** JUnit to 5.10.2
** Log4J to 2.23.1
** Lucene to 9.11.0
** Mockito to 5.12.0
** Selenide to 6.19.0
** Tika to 2.9.2
** Tomcat to 9.0.89
** HSQLDB to 2.7.3
At line 58 added 47 lines
** [CVE-2024-27136]
!!! New in JSPWiki 2.12.1 - Released on 11/08/2023
* [JSPWIKI-1172|https://issues.apache.org/jira/browse/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|Workflow configuration]__, which wasn't working since 2.11.0.M5
* Merged quite some PRs with code improvements: [#272|https://github.com/apache/jspwiki/pull/272], [#282|https://github.com/apache/jspwiki/pull/282], [#283|https://github.com/apache/jspwiki/pull/283], [#290|https://github.com/apache/jspwiki/pull/290], [#291|https://github.com/apache/jspwiki/pull/291], [#292|https://github.com/apache/jspwiki/pull/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__