New in JSPWiki 2.11.0.M1 - yet to be released#
Apache JSPWiki 2.11.0.M1 is the first release towards 2.11.0.
This release features, among other things:
- Haddock as new default template
- if you need to revert to the 2.10 default template, you should set the jspwiki.templateDir property to 210 on your jspwiki[-custom].properties file
- added the following pages to the core pages' bundles, as they enable some more haddock functionality
- CSSBackgroundGradients: see Background Gradients
- CSSBackgroundPatterns: see Background Patterns
- CSSInstagramFilters: see Instagram Filters
- CSSPrettifyThemeTomorrowNightBlue: see Prettify Theme Tomorrow Night Blue
- CSSPrettifyThemeTomorrowPrism: see Prettify Theme Prism
- CSSRibbon: see Ribbon
- CSSStripedText: see Striped Text
- CSSThemeCleanBlue: see Clean Blue Theme
- CSSThemeDark: see Dark Theme
- Fix for JSPWIKI-932Content unavailable! (broken link)https://jspwiki-vm1.apache.org/images/out.png: Failed to start managers. java.util.ConcurrentModificationException
- Third-party plugin jars are loaded as much as possible, instead of the all-or-nothing approach on 2.10
- New requirements
- Java 8 needed to run JSPWiki
- Servlet 3.1 / JSP 2.3 compliant JEE server
- Dev only:
- New JSPWiki jar maven coordinates: org.apache.jspwiki:jspwiki-main
- At least JDK 8 and Maven 3.5.0 needed to build JSPWiki
- JUnit 5 is now used for testing
- Backwards incompatible changes: https://jspwiki.apache.org/japicmp/2.11.0/Content unavailable! (broken link)https://jspwiki-vm1.apache.org/images/out.png
What's that M# anyway?#
NewIn