-
Notifications
You must be signed in to change notification settings - Fork 121
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
Variables example #194
base: camel-quarkus-main
Are you sure you want to change the base?
Variables example #194
Conversation
7ee831b
to
36dfb69
Compare
783fcb3
to
2e23c59
Compare
@JiriOndrusek This pr might need to be rebased after the adoption of quarkus platform release 3.9.1 |
9f14668
to
9e958a7
Compare
Thanks! |
bf25532
to
37cc2d1
Compare
37cc2d1
to
1503379
Compare
1503379
to
0dc370e
Compare
Failed test is not related to this PR. It is |
|
||
[source,shell] | ||
---- | ||
$ mvn clean package -Pnative |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's advised to use -Dnative since a few quarkus versions.
|
||
<artifactId>camel-quarkus-examples-variables</artifactId> | ||
<groupId>org.apache.camel.quarkus.examples</groupId> | ||
<version>3.7.0-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably we need to update the version here ?
<type>pom</type> | ||
<scope>import</scope> | ||
</dependency> | ||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to import camel-quarkus-bom-test please ?
<artifactId>rest-assured</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need the process-executor-support ?
4937107
to
017fdf1
Compare
0dae77b
to
e29d6b1
Compare
752bb35
to
98929e8
Compare
ed548bb
to
a66952c
Compare
f2525b3
to
034549e
Compare
Example of Variables (new feature in Camel 4.4) - apache/camel-quarkus#5620
Can be merged once Camel 4.4 is part of the CQ
main
branch