This page (revision-71) was last changed on 31-Dec-2022 14:45 by Juan Pablo 

This page was created on 28-Nov-2018 19:36 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
71 31-Dec-2022 14:45 18 KB Juan Pablo to previous remove unneeded trailing }]
70 12-Aug-2022 15:00 18 KB Juan Pablo to previous | to last fix sublist position
69 05-Aug-2022 09:47 18 KB Juan Pablo to previous | to last Link to relevant JIRA issues
68 03-Aug-2022 21:02 18 KB Juan Pablo to previous | to last Include link to CsrfProtection tag
67 03-Aug-2022 16:43 18 KB Juan Pablo to previous | to last csrf: note on customized templates
66 02-Aug-2022 21:31 18 KB Juan Pablo to previous | to last JSPWiki 2.11.3 - Released on 02/08/2022
65 30-Jul-2022 12:56 18 KB Juan Pablo to previous | to last 2.11.3 changelog
64 05-Apr-2022 20:33 16 KB Juan Pablo to previous | to last 2.11.3 initial changelog
63 24-Feb-2022 22:30 16 KB Juan Pablo to previous | to last 2.11.2 release
62 21-Feb-2022 22:06 16 KB Juan Pablo to previous | to last 2.11.2 curated changelog
61 18-Dec-2021 14:28 15 KB Juan Pablo to previous | to last Preparing 2.11.1 release

Difference between version and

At line 1 added 37 lines
!!! New in JSPWiki 2.11.0 - Yet to Be Released
* Added __[AWS Kendra as a Search Provider|KendraSearchProvider]__, contributed by Julien Masnada, thanks!
* {{breaking change}}: [New logging facade|https://issues.apache.org/jira/browse/JSPWIKI-795], Log4J2 (2.14.1), supersedes existing Log4J one
** Although all Log4J (and SLF4J) calls are transparently routed to Log4J2, the log configuration inside {{jspwiki.properties}} has changed, so installations with customized logging configuration will need to be set up again.
** Existing 3rd party plugins, filters and providers will continue to work as expected, as Log4J calls will be routed to Log4J2, but the use of Log4J2 should be preferred onwards.
** By default, JSPWiki will configure Log4J2 from the {{jspwiki[[-custom].properties}} files, expecting log configuration to be there using [Log4J2 properties syntax|https://logging.apache.org/log4j/2.x/manual/configuration.html#Properties]
** {{jspwiki.use.external.logconfig=true}} can still be used on {{jspwiki[[-custom].properties}} files to bypass JSPWiki log re-configuration and rely directly on Log4J2 configuration mechanisms
** IMPORTANT: if you're using a JSPWiki customized .war, please ensure that neither Log4J nor any SLF4J implementation end up in your customized .war.
* JSPWiki now takes the following __properties sources__:
## Default JSPWiki properties
## System environment
## JSPWiki custom property files
## JSPWiki cascading properties
## System properties
** With the later ones taking precedence over the previous ones. To avoid leaking system information, only System environment and properties beginning with {{jspwiki}} (case unsensitive) are taken into account.
** Also, to ease docker integration, System env properties containing {{_}} are turned into {{.}}. F.ex., {{ENV jspwiki_fileSystemProvider_pageDir}} would be loaded as {{jspwiki.fileSystemProvider.pageDir}}.
* [JSPWIKI-1147|https://issues.apache.org/jira/browse/JSPWIKI-1147] - The button "Clear user preferences" doesn't clear user preferences
* [JSPWIKI-1140|https://issues.apache.org/jira/browse/JSPWIKI-1140] - Autogenerate changenote on page comments
* __Devs only__
** JSPWiki [Docker] image available on [Docker Hub|https://registry.hub.docker.com/r/apache/jspwiki/]
* __Upgraded bundled dependencies__
** Awaitility to 4.1.0
** Commons IO to 2.11.0
** Commons Lang to 3.12.0
** EhCache to 2.10.9.2
** Gson to 2.8.9
** HSQLDB to 2.6.0
** Jetty-all to 9.4.44.v20210927
** JUnit to 5.8.1
** Lucene to 8.10.1
** Mockito to 4.0.3
** Selenide to 6.0.3
** SLF4J to 1.7.32
** Tika to 2.1.0
** Tomcat to 9.0.54