Allow for jdk module dependencies to be added to individual plugins #93553
Labels
>bug
:Core/Infra/Core
Core issues without another label
Team:Core/Infra
Meta label for core/infra team
Elasticsearch Version
8
Installed Plugins
No response
Java Version
bundled
OS Version
macos
Problem Description
At the moment if es module (gradle) or plugin are declaring a java9 module dependency in module-info.java and that dependency is from the jdk's module it will not work.
That dependency currently has to be added to server's module-info too.
example:
ingest-geoip module-info
com.maxmind.geoip2 module-info
so in order for this to work, we have to add java.net.http into server's module-info.
as per comment #93522 (comment) it could be fixed
Steps to Reproduce
.
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: