-
Notifications
You must be signed in to change notification settings - Fork 194
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
Make integration tests runnable against Quarkus Platform BOM #3123
Milestone
Comments
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Sep 28, 2021
ppalaga
added a commit
to ppalaga/cq-maven-plugin
that referenced
this issue
Sep 28, 2021
against Quarkus Platform BOM apache/camel-quarkus#3123
ppalaga
added a commit
to l2x6/cq-maven-plugin
that referenced
this issue
Sep 28, 2021
against Quarkus Platform BOM apache/camel-quarkus#3123
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Sep 28, 2021
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Sep 28, 2021
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Sep 28, 2021
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Sep 29, 2021
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Sep 29, 2021
ppalaga
added a commit
to jboss-fuse/camel-quarkus
that referenced
this issue
Sep 29, 2021
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Sep 29, 2021
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Sep 29, 2021
ppalaga
added a commit
to jboss-fuse/camel-quarkus
that referenced
this issue
Sep 29, 2021
ppalaga
added a commit
to ppalaga/camel-quarkus-examples
that referenced
this issue
Oct 5, 2021
ppalaga
added a commit
to apache/camel-quarkus-examples
that referenced
this issue
Oct 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our integration tests can currently be run only against
camel-quarkus-bom
. However applications produced by https://code.quarkus.io/ importio.quarkus.platform:quarkus-camel-bom
which may slightly differ fromcamel-quarkus-bom
. So it would be nice to make the BOM GAV in the tests parametrized so that each integration test can be optionally run againstio.quarkus.platform:quarkus-camel-bom
by overriding some properties on the command line. The same could be done for Camel Quarkus examples.Credits: @vkasala
The text was updated successfully, but these errors were encountered: