Deferring creation of TempFileContext until first needed.
ao-messaging-api-3.0.0
Release Notes
Now supports Java 9+ modules with included module-info.class.
Maven artifact relocated from com.aoindustries:ao-messaging-api to com.aoapps:ao-messaging-api.
Package renamed from com.aoindustries.messaging to com.aoapps.messaging.
ao-messaging-api-2.0.0
Release Notes
Now catching all Throwable.
This is more aggressive than the previous behavior of catching all Exception.
We made this change to greatly reduce the chances of any Error, such as
OutOfMemoryError, being silently lost.
MultiMessage public constructor now performs defensive copy of messages.
Temporary files are now created with more secure default permissions.
ao-messaging-api-1.2.1
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-messaging-api-1.2.0
Release Notes
Using java.nio.charset.StandardCharsets instead of "UTF-8".
ao-messaging-api-1.1.1
Release Notes
Using managed dependencies:
This project uses managed dependencies.
This project's managed dependencies may also be imported by other projects.
ao-messaging-api-1.1.0
Release Notes
Minimum Java version changed from 1.6 to 1.7.
Deprecated uses of File.deleteOnExit()
in favor of new TempFileContext
that does not suffer from a memory leak in long-running applications.