AO firewalld Changelog

ao-firewalld-1.2.0

Release Notes

  • Performed Checkstyle clean-up:
    1. Renamed Service.getDestinationIPv4() to getDestinationIpv4().
    2. Renamed Service.getDestinationIPv6() to getDestinationIpv6().

ao-firewalld-1.1.5

Release Notes

  • Improved XML parser security.

ao-firewalld-1.1.4

Release Notes

  • Now supports Java 9+ modules with included module-info.class.

ao-firewalld-1.1.3

Release Notes

  • Minimum Java version changed from 1.7 to 1.8.
  • Reduced use of property substitutions in pom.xml. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
  • Updated dependencies.

ao-firewalld-1.1.2

Release Notes

  • Using java.nio.charset.StandardCharsets instead of "UTF-8".

ao-firewalld-1.1.1

Release Notes

  • Minor improvements to exception messages.
  • Using managed dependencies:
    1. This project uses managed dependencies.
    2. This project's managed dependencies may also be imported by other projects.

ao-firewalld-1.1.0

Release Notes

  • Minimum Java version changed from 1.6 to 1.7.
  • Fixed bug in ServiceSet.commit() that threw NullPointerException on zone not found instead of the intended IOException with a descriptive message.
  • Fixed bug to now correctly parse the active zone, by handling the " (active)".

ao-firewalld-1.0.0

Release Notes

  • New Java API for managing firewalld.
  • Added the ability to commit multiple service sets at once for fewer invocations of firewall-cmd.
  • Updated dependencies.