New in JSPWiki 2.10.5 - Released on 04/09/2018#
Apache JSPWiki 2.10.5 is the sixth JSPWiki release made as an Apache TLP.
This release features, among other things:
- Page restore functionality to recover unsaved page edits on Haddock editor
- Improve usability for mobile and touch devices on Haddock Template
- Fixed ajax request header 'Connection' forbidden impacting the DEFAULT jspwiki template (JSPWIKI-1070)
- Upgrade of used libraries:
- flexmark to 0.34.22
- slf4j to 1.7.25
- bundled Apache Tomcat on portable JSPWiki to 7.0.90 (JSPWIKI-1073)
- Devs only: Support JDK 10 builds (JSPWIKI-1070)
New in JSPWiki 2.10.4 - Released on 23/05/2018#
Apache JSPWiki 2.10.4 is the fifth JSPWiki release made as an Apache TLP.
This release features, among other things:
- Better support for mobile devices in the Haddock Template (JSPWIKI-835)
- Floating editing toolbar for Haddock Template (JSPWIKI-1058)
- Favicon for haddock template
- Important fixes
- ACL related: JSPWIKI-1039/JSPWIKI-1047/JSPWIKI-1067
- rendering cache fixes: JSPWIKI-1064
- A handful of smaller fixes
Full details are available in the ChangeLog file or via our issue tracker.
New in JSPWiki 2.10.3 - Released on 13/02/2018#
Apache JSPWiki 2.10.3 is the fourth JSPWiki release made as an Apache TLP.
This release features, among other things:
- A ton of Haddock updates
- new Image Styles like magnifying images, animations, captions, frames,...
- new Background Styles like gradients, images, background colours, etc,
- more mobile-friendly updates like hide/reveal site header when scrolling
- blogs styling
- a plethora of styles which can be triggered through %%add-css constructs, like custom fonts, image galleries, background patterns, page ribbons, and many more!
- Haddock Behaviours (javascript extensions to the Haddock Template) integrating SheetJS, MathJax, Marked and Chartist
- JSPWiki doesn't have mandatory properties anymore (JSPWIKI-1035 and JSPWIKI-1051)
- Important fixes
- default log is now redirected to stdout (JSPWIKI-1051)
- rendering cache fixes (JSPWIKI-1064)
- Devs-only: test-jar available
- Friendly reminder, not directly related to the release, but we're on github now, forks and PRs are always more than welcome O:-)
Full details are available in the ChangeLog file or via our issue tracker.
New in JSPWiki 2.10.2 - Released on 20/02/2016#
Apache JSPWiki 2.10.2 is the third JSPWiki release made as an Apache TLP.
This release features, among other things:
- JSPWiki portable binaries
- Support to run JSPWiki on dockerized containers
- Complete rewrite of ajax functionality - see SampleAjaxPlugin for an example of use
- New Cryptography Framework - see EncryptedPageFilter for an example of use
- New EncryptPlugin
- Upgrade of used libraries:
- ehcache to 2.8.3
- slf4j to 1.7.12
- jetty to 8.1.15 (for testing)
- selenium to 2.42.0 (for testing)
- stripes to 1.5.8 (for testing)
- junit to 4.12 (for testing)
Full details are available in the ChangeLog file or via our issue tracker.
New in JSPWiki 2.10.1 - Released on 29/05/2014#
Apache JSPWiki 2.10.1 is the second JSPWiki release made as an Apache TLP.
This release features, among other things:
- Introducing HADDOCK Template (still under development)
- WikiPlugins can now be loaded from an external directory, via jspwiki.plugin.externalJars property
- VersioningFileProvider is now able to migrate contents from an existing FileSystemProvider installation
- Lucene upgraded to 4.7.0
- Fixed known issues on 2.10.0 with the installation page and container managed authentication
Full details are available in the ChangeLog file or via our issue tracker.
New in JSPWiki 2.10.0 - Released on 01/02/2014#
Apache JSPWiki 2.10.0 is the first JSPWiki release made as an Apache TLP.
This release features, among other things:
- Use of jspwiki-custom.properties to override specific values of jspwiki.properties file
- New CleanBlue skin, contributed by Ichiro Furusato
- Support of the X-Forwarded-For HTTP request header
- Merging and compression of css & js
- Upgrade of used libraries:
- lucene to 4.6.0
- commons-io to 2.4
- hsqldb to 2.3.0 (for testing)
- jetty to 8.1.12 (for testing)
- ehcache replacing oscache
- Switch to maven as build tool
- JSPWiki artifacts published at Central repository (org.apache.jspwiki groupId)
- Dropped RCS support
- Known issues: although fixed on 2.10.1, 2.10.0 has known problems with the installation page and container managed authentication. Please check those JIRA issues to see if you might be affected
There have also been some public API changes, detailed at:
https://github.com/apache/jspwiki/blob/master/jspwiki-war/src/main/config/doc/2.10-API.txt
Full details are available in the ChangeLog file or via our issue tracker.
NewIn