async-http-client
async-http-client copied to clipboard
Automatic module name regression
https://github.com/AsyncHttpClient/async-http-client/pull/1664 looks like it added an automatic-module-name for use with JPMS on Java 9+.
However, the 2.12.3 jar on maven central doesn't declare this manifest entry.
As a result, attempting to use async http client in a modular application doesn't succeed.
To be precise, I am not sure there ever was a stable module name in any of the published jars. Version 2.10.3 doesn't declare a stable module name either.