-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kotlin-dsl native compilation fails due to missing jline reflection configuration resource #6147
Labels
Milestone
Comments
Thinking about it some more, maybe |
jamesnetherton
added a commit
that referenced
this issue
Jun 4, 2024
…tlin-compiler-embeddable #6147
github-actions bot
pushed a commit
that referenced
this issue
Jun 6, 2024
…tlin-compiler-embeddable #6147
jamesnetherton
added a commit
that referenced
this issue
Jun 10, 2024
…tlin-compiler-embeddable #6147
github-actions bot
pushed a commit
that referenced
this issue
Jun 11, 2024
…tlin-compiler-embeddable #6147
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Jun 12, 2024
…tlin-compiler-embeddable apache#6147
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Jun 12, 2024
…tlin-compiler-embeddable apache#6147
jamesnetherton
added a commit
that referenced
this issue
Jun 12, 2024
…tlin-compiler-embeddable #6147
jamesnetherton
changed the title
[quarkus-main] kotlin-dsl native compilation fails due to missing jline reflection configuration resource
kotlin-dsl native compilation fails due to missing jline reflection configuration resource
Jun 13, 2024
Closing as kotlin-dsl will be removed in Camel 4.9.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
Quarkus has upgraded Kotlin to 2.x and it results in a native compilation failure for the kotlin-dsl integration tests:
The problem comes from
kotlin-compiler-embeddable
. It shadesjline
and includes all of it'snative-image.properties
. However all of the config files referenced likereflection-config.json
are missing. Hence compilation fails.We can work around it with
ExcludeConfigBuildItem
until there is a proper fix.The text was updated successfully, but these errors were encountered: