-
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
ical native build failure #5099
Comments
It likely happens because We could make the method substitution conditional based on the presence of some class in Example of how I did something similar for another extension here #4926. |
JiriOndrusek
added a commit
that referenced
this issue
Jul 17, 2023
JiriOndrusek
added a commit
that referenced
this issue
Jul 18, 2023
JiriOndrusek
added a commit
that referenced
this issue
Jul 19, 2023
JiriOndrusek
added a commit
that referenced
this issue
Jul 20, 2023
JiriOndrusek
added a commit
that referenced
this issue
Jul 21, 2023
jamesnetherton
changed the title
[camel-main] DataFormat native failure
ical native build failure
Jul 31, 2023
github-actions
bot
added
area/ical
and removed
release/camel-next
area/dataformat
labels
Jul 31, 2023
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Jul 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Upgrade of ical4j in camel (see commit) is causing an error during native execution:
It is unclear to me, why the error is happening, because the Quarkus knows this class.
I noticed, that this method is not visited during Camel or Camel Quarkus tests execution. Therefore it might be possible, that the method is not needed for the Camel/camel quarkus, I fixed the problem temporarily by the workaround (substitution of the method). It would be nice to investigate the problem more and if it is possible to trigger this validation from Camel/Camel Quarkus -> the case should be covered by the tests.
The text was updated successfully, but these errors were encountered: