This page (revision-1) was last changed on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
1 23-Apr-2022 17:05 835 bytes Harry Metske

Page References

Incoming links Outgoing links
Whatisnewin3.0...nobody

Version management

Difference between version and

At line 1 added 13 lines
!!! What is new in JSPWiki 3.0 ?
__''This is a work in progress........''__
* __Localizations__ - Simplified Chinese, Dutch, Russian and Italian localizations added!
* __Logging__ - Logging by JSPWiki is now done with slf4j, see http://www.slf4j.org for details.\\
You can now decide at runtime which logging implementation you want,\\
just pick the right slf4j implementation and drop it in WEB-INF/lib.\\
The default implementation is log4j, so you don't have to switch to anything else unless you have a good reason.\\
The log4j configuration statements have been moved to a separate file log4j.properties, \\
this file should be on your CLASSPATH, by default it is placed in WEB-INF/classes
* __New Plugin__ - A new plugin was added that shows you all plugins that are available: __~PluginIndexPlugin__