META-INF.resources.messaging.http.client.changelog.jspx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ao-messaging-http-client-book
Show all versions of ao-messaging-http-client-book
Documentation for AO Messaging HTTP Client in SemanticCMS format.
The newest version!
- Now supports Java 9+ modules with included
module-info.class
.
- Maven artifact relocated from
com.aoindustries:ao-messaging-http-client
to com.aoapps:ao-messaging-http-client
.
- Package renamed from
com.aoindustries.messaging.http.client
to com.aoapps.messaging.http.client
.
-
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.
-
Exceptions thrown from
on*
success callbacks will no longer be passed to
onError
callbacks.
- Improved logging:
- No more
System.out
- Improved and more consistent logging levels
- Callback logging
- 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.
- Using managed dependencies:
- This project uses managed dependencies.
- This project's managed dependencies may also be imported by other projects.
- Minimum Java version changed from 1.6 to 1.7.
- Updated dependencies.
- New
POM to simplify pom.xml
files.
- Project documentation moved to per-project book in
SemanticCMS format.
- Added changelog as top-level project link.
- Improved Javadoc formatting.
- Improved README formatting.
- Project moved to GitHub and Maven.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy