AO Persistence Changelog
ao-persistence-2.0.3
Release Notes
- Removed all implementations of
Object.finalize()
.
ao-persistence-2.0.2
Release Notes
- Now properly restoring Thread interrupted state on
InterruptedException
.
ao-persistence-2.0.1
Release Notes
- Fixed potential integer overflow on large array-backed buffers.
ao-persistence-2.0.0
Release Notes
- Minimum Java version changed from 1.8 to 11.
- Now supports Java 9+ modules with included
module-info.class
. - Maven artifact relocated from
com.aoindustries:ao-persistence
to com.aoapps:ao-persistence
. - Package renamed from
com.aoindustries.persistence
to com.aoapps.persistence
.
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
AO Hodgepodge
into a new AO Persistence project.
-
Renamed package from
com.aoindustries.util.persistent
to
com.aoindustries.persistence
.