AO Persistence Changelog
ao-persistence-1.1.0
Release Notes
-
Implemented
java.io.Closeable
where appropriate for compatibility with
try-with-resources in Java 1.7+.
- Updated dependencies.
- Temporary files are now created with more secure default permissions.
- Resolved editor warnings.
- Now using
java.io.UncheckedIOException
instead of WrappedException
.
ao-persistence-1.0.0
Release Notes
-
Pulled persistent Java collections package out of
AOCode Public
into a new AO Persistence project.
-
Renamed package from
com.aoindustries.util.persistent
to
com.aoindustries.persistence
.