[jira] [Commented] (CAMEL-18524) Google-functions: dependency conflicts brought by the component

2022-09-19 Thread Jiri Ondrusek (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-18524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17606562#comment-17606562
 ] 

Jiri Ondrusek commented on CAMEL-18524:
---

To be honest, I'm not sure now. I have to find the right reason. It almost 
seems, like `com.google.cloud:google-cloud-functions:1.0.8` contains 
`com.google.api:gax-grpc:2.18.1`, which is in conflict with 
`com.google.cloud:google-cloud-functions:1.0.8`. Nevertheless  the right reason 
a quick fix could be exclusion of the 
`com.google.auto.value:auto-value-annotations:1.7.4` and to keep only  
`com.google.auto.value:auto-value-annotations:1.9`.

> Google-functions: dependency conflicts brought by the component
> ---
>
> Key: CAMEL-18524
> URL: https://issues.apache.org/jira/browse/CAMEL-18524
> Project: Camel
>  Issue Type: Dependency upgrade
>Affects Versions: 3.19.0
>Reporter: Jiri Ondrusek
>Assignee: Jiri Ondrusek
>Priority: Major
>
> I noticed failed build of camel-quarkus google-secret-manager. The log is
> {code}
> Dependency convergence error for 
> com.google.auto.value:auto-value-annotations:1.7.4 paths to dependency are:
> +-org.apache.camel.quarkus:camel-quarkus-google-functions:2.13.0-SNAPSHOT
>   +-org.apache.camel:camel-google-functions:3.19.0-20220918.103349-68
> +-com.google.cloud:google-cloud-functions:1.0.8
>   +-com.google.auto.value:auto-value-annotations:1.7.4
> and
> +-org.apache.camel.quarkus:camel-quarkus-google-functions:2.13.0-SNAPSHOT
>   +-org.apache.camel:camel-google-functions:3.19.0-20220918.103349-68
> +-com.google.cloud:google-cloud-functions:1.0.8
>   +-com.google.api.grpc:proto-google-cloud-functions-v1:1.0.8
> +-com.google.auto.value:auto-value-annotations:1.7.4
> and
> +-org.apache.camel.quarkus:camel-quarkus-google-functions:2.13.0-SNAPSHOT
>   +-org.apache.camel:camel-google-functions:3.19.0-20220918.103349-68
> +-com.google.cloud:google-cloud-functions:1.0.8
>   +-com.google.api:gax-grpc:2.18.1
> +-io.grpc:grpc-googleapis:1.49.0
>   +-io.grpc:grpc-xds:1.49.0
> +-com.google.auto.value:auto-value-annotations:1.9
> {code}
> As you can see, all conflicts are brought by 
> org.apache.camel:camel-google-functions-3.19.0-*
> Therefore I think that some versions has to be aligned in camel to not create 
> such issues.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CAMEL-18524) Google-functions: dependency conflicts brought by the component

2022-09-19 Thread Andrea Cosentino (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-18524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17606531#comment-17606531
 ] 

Andrea Cosentino commented on CAMEL-18524:
--

dependency conflicts with Quarkus BOM? 

> Google-functions: dependency conflicts brought by the component
> ---
>
> Key: CAMEL-18524
> URL: https://issues.apache.org/jira/browse/CAMEL-18524
> Project: Camel
>  Issue Type: Dependency upgrade
>Affects Versions: 3.19.0
>Reporter: Jiri Ondrusek
>Assignee: Jiri Ondrusek
>Priority: Major
>
> I noticed failed build of camel-quarkus google-secret-manager. The log is
> {code}
> Dependency convergence error for 
> com.google.auto.value:auto-value-annotations:1.7.4 paths to dependency are:
> +-org.apache.camel.quarkus:camel-quarkus-google-functions:2.13.0-SNAPSHOT
>   +-org.apache.camel:camel-google-functions:3.19.0-20220918.103349-68
> +-com.google.cloud:google-cloud-functions:1.0.8
>   +-com.google.auto.value:auto-value-annotations:1.7.4
> and
> +-org.apache.camel.quarkus:camel-quarkus-google-functions:2.13.0-SNAPSHOT
>   +-org.apache.camel:camel-google-functions:3.19.0-20220918.103349-68
> +-com.google.cloud:google-cloud-functions:1.0.8
>   +-com.google.api.grpc:proto-google-cloud-functions-v1:1.0.8
> +-com.google.auto.value:auto-value-annotations:1.7.4
> and
> +-org.apache.camel.quarkus:camel-quarkus-google-functions:2.13.0-SNAPSHOT
>   +-org.apache.camel:camel-google-functions:3.19.0-20220918.103349-68
> +-com.google.cloud:google-cloud-functions:1.0.8
>   +-com.google.api:gax-grpc:2.18.1
> +-io.grpc:grpc-googleapis:1.49.0
>   +-io.grpc:grpc-xds:1.49.0
> +-com.google.auto.value:auto-value-annotations:1.9
> {code}
> As you can see, all conflicts are brought by 
> org.apache.camel:camel-google-functions-3.19.0-*
> Therefore I think that some versions has to be aligned in camel to not create 
> such issues.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)