quarkus with vaadin-quarkus-extension fails on native compilation #45315
Labels
area/native-image
kind/bug
Something isn't working
kind/bug-thirdparty
Bugs that are caused by third-party components and not causing a major dysfunction of core Quarkus.
Describe the bug
when compiling a quarkus app with the extension vaadin-quarkus-extension (vaadin flow) it fails with errors
Expected behavior
It should compile in native mode
Actual behavior
it fails with the following error:
When i got this right, it fails with all implementations of the abstract class oshi.software.common.AbstractOperatingSystem
The dependency (oshi-core) comes with
the quarkus build uses the following native image builder
quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21
How to Reproduce?
Steps to reproduce:
Output of
uname -a
orver
Linux arch 6.12.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 19 Dec 2024 21:29:01 +0000 x86_64 GNU/Linux
Output of
java -version
openjdk version "21.0.5" 2024-10-15 OpenJDK Runtime Environment (build 21.0.5+11) OpenJDK 64-Bit Server VM (build 21.0.5+11, mixed mode, sharing)
Mandrel or GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.17.5
Build tool (ie. output of
mvnw --version
orgradlew --version
)apache-maven-3.9.9
Additional information
No response
The text was updated successfully, but these errors were encountered: