AO IO Filesystems Changelog

ao-io-filesystems-0.2.0

Release Notes

  • Now registering exception types for use with Throwables.newSurrogate(…) that supports creating new instances of throwables in order to have caller stack trace. When wrapped, the original throwable is the cause of the new throwable. When not wrapped, the original throwable is used directly and caller stack trace is lost.

    This is used to maintain exception types and states across thread boundaries, such as when an exception cause is obtained from an ExecutionException.

  • Now supports Java 9+ modules with included module-info.class.
  • Maven artifact relocated from com.aoindustries:ao-io-filesystems to com.aoapps:ao-io-filesystems.
  • Package renamed from com.aoapps.io.filesystems to com.aoapps.io.filesystems.

ao-io-filesystems-0.1.0

Release Notes

  • Project moved to GitHub and Maven.