-
Notifications
You must be signed in to change notification settings - Fork 52
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
Clean groovy dependency and drive camel-quarkus from quarkus bom #1191
Conversation
- the groovy deps were excluded from rest-assured deps, but that's not the case anymore - removing AvailablePortFinder class as it's not required anymore since camel-k-knative was removed
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.
Honestly I don't know how this would affect the future dependency which is on Camel Quarkus. I cannot give a meaningful review on this. Please, check with @lburgazzoli what he thinks about this change.
@@ -48,36 +48,11 @@ | |||
<groupId>io.rest-assured</groupId> | |||
<artifactId>rest-assured</artifactId> | |||
<exclusions> | |||
<exclusion> | |||
<groupId>org.apache.groovy</groupId> | |||
<artifactId>*</artifactId> |
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.
is quarkus now enforcing the groovy 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.
The org.apache.groovy:groovy
is driven by io.quarkus.platform:quarkus-camel-bom
which currently is the same version as defined in camel-quarkus bom. You can see by executing mvn dependency:tree
I don't know what the |
More context about the changes:
|
clear to merge ? |
* Clean groovy dependency and drive camel-quarkus from quarkus bom (#1191) - the groovy deps were excluded from rest-assured deps, but that's not the case anymore - removing AvailablePortFinder class as it's not required anymore since camel-k-knative was removed (cherry picked from commit f94d084) * Remove tracing capability (#1204) the camel-quarkus-opentracing was removed from camel-quarkus 3.0 (cherry picked from commit 5308e09) * Remove unused camel-cloudevents dependency * Remove runnerParentFirstArtifacts from quarkus-extension-maven-plugin it seems not required anymore by examing the plugin doc
* Clean groovy dependency and drive camel-quarkus from quarkus bom (apache#1191) - the groovy deps were excluded from rest-assured deps, but that's not the case anymore - removing AvailablePortFinder class as it's not required anymore since camel-k-knative was removed (cherry picked from commit f94d084) * Remove tracing capability (apache#1204) the camel-quarkus-opentracing was removed from camel-quarkus 3.0 (cherry picked from commit 5308e09) * Remove unused camel-cloudevents dependency * Remove runnerParentFirstArtifacts from quarkus-extension-maven-plugin it seems not required anymore by examing the plugin doc Conflict fixed manually (cherry picked from commit apache/camel-k-runtime@45305a589)
camel-quarkus-version
, while the property named in the camel-k-catalog iscamel-quarkus.version
, the test in the groovy script verifies it.Release Note