-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
feign-12Issues that are related to the next major releaseIssues that are related to the next major release
Description
OpenFeign 10.10.1 does not seem to include a valid JPMS module descriptor:
$ jar --file=~/.gradle/caches/modules-2/files-2.1/io.github.openfeign/feign-core/10.10.1/d09c5d478b1cd83e95035539687b9ff4905dc99c/feign-core-10.10.1.jar --describe-module
No module descriptor found. Derived automatic module.
feign.core@10.10.1 automatic
requires java.base mandated
contains feign
contains feign.auth
contains feign.codec
contains feign.optionals
contains feign.querymap
contains feign.stream
contains feign.template
Please add this so that OpenFeign can be used in Java 9+ projects that make use of modules.
Metadata
Metadata
Assignees
Labels
feign-12Issues that are related to the next major releaseIssues that are related to the next major release