AOServ Jilter Config Changelog

aoserv-jilter-config-1.92.0-SNAPSHOT

Snapshot Notes

  • Updated dependencies.

aoserv-jilter-config-1.89.0

Release Notes

  • Performed Checkstyle clean-up:
    1. Renamed getListenIP() to getListenIp().
    2. Renamed isLocalIPAddress() to isLocalIpAddress().

aoserv-jilter-config-1.85.0

Release Notes

  • Now supports Java 9+ modules. Due to still having filename-based automatic module dependencies, *-SNAPSHOT versions include module-info.class while releases include the Automatic-Module-Name manifest entry. To minimize the difference between these modes, module-info.java does not perform any transitive requires.

aoserv-jilter-config-1.84.2

Release Notes

  • Project moved to GitHub and Maven.
  • Updated to Java 8 coding standards.