async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

Automatic module name regression

Open A248 opened this issue 4 years ago • 1 comments

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.

A248 avatar Jul 19 '21 22:07 A248

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.

A248 avatar Jul 19 '21 22:07 A248