AOServ Jilter Changelog

aoserv-jilter-1.92.0-SNAPSHOT

Snapshot Notes

  • Updated dependencies.

aoserv-jilter-1.90.0

Release Notes

  • Performed Checkstyle clean-up:
    1. Renamed AOJilterHandler to AoservJilterHandler.
    2. Renamed JilterServer to AoservJilter.

aoserv-jilter-1.89.0

Release Notes

  • Now properly restoring Thread interrupted state on InterruptedException.

aoserv-jilter-1.85.0

Release Notes

  • Updated dependencies.
  • Upgraded to Apache Log4j 2 via the Log4j 1.2 Bridge. We are using the bridge due to the com.sendmail:jilter dependency requiring the 1.2 API.
  • 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-1.84.13

Release Notes

  • Updated dependencies.

aoserv-jilter-1.84.2

Release Notes

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