quarkus/extensions/elasticsearch-java-client
Foivos Zakkak 71bcbb2a91
Replace `org.graalvm.sdk`:`graal-sdk` dependency with `nativeimage`
Starting with 23.1 `org.graalvm.sdk:graal-sdk` (which was introduced in
22.3) is just a wrapper (for backwards compatibility) that depends on
the new (in 23.1) artifacts:

* `org.graalvm.sdk:collections`
* `org.graalvm.sdk:nativeimage`
* `org.graalvm.sdk:word`
* `org.graalvm.polyglot:polyglot`

The APIs that Quarkus depends on are all packaged in
`org.graalvm.sdk:nativeimage` so there is no need to depend on the rest.

To make matters worse, fetching `org.graalvm.polyglot:polyglot` seems to
complicate things, see
https://github.com/quarkusio/quarkus/issues/39350.
2024-03-13 12:34:58 +02:00
..
deployment Remove unnecessary runtime-initialized class in Elasticsearch Java Client 2024-02-07 09:41:08 +01:00
runtime Replace `org.graalvm.sdk`:`graal-sdk` dependency with `nativeimage` 2024-03-13 12:34:58 +02:00
pom.xml