Skip to content

jwiki v1.8.0

Compare
Choose a tag to compare
@fastily fastily released this 15 Apr 08:16
· 31 commits to master since this release

v1.8.0 includes:

  • Dropped JDK 8 Support, oldest supported version is now JDK 11. If you need JDK 8, please use 1.7.0 or older.*
  • Dropped support for okhttp interceptors.*
  • Implemented Builder pattern to create new Wiki instances. Most settings can now be configured in this way. This decision was made because it reduces maintenance overhead and enhances flexibility when creating new Wiki instances. Refer to class Wiki.Builder for details.*
  • Feature: upload by url (#19)
  • Added org. prefix to all packages; jwiki is now on Maven Central.*
  • Added a new boolean parameter to Wiki.getContribs to allow filtering by new page creations (#22)*
  • Various: Dependency upgrades, housekeeping, spelling fixes (#23)

* = This is a breaking change.