New in JSPWiki 2.9#

  • The java packages have been renamed from com.ecyrd.jspwiki to org.apache.wiki.
  • JDK6 compilation support
  • Support external properties in WikiEngine (idea from John McKinney)
    • You can now override individual properties in jspwiki.properties using standard Java System properties.
  • Extended the list of file suffixes indexable for the integrated Lucene search engine. We now do ".txt", ".ini", ".xml", ".html", "htm", ".mm", ".htm", ".xhtml", ".java", ".c", ".cpp", ".php", ".asm", ".sh", ".properties", ".kml", ".gpx", ".loc"
  • Brazilian Portuguese translation, thanks to Paulo Amaral
  • Addition of new PageViewPlugin
  • Improvements in JCR Export
  • Improved logging
  • Numerous bugfixes, esp. in sorting.


NewIn