Skip to content
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

Upgrade google-cloud-storage to version 1.113.8 #113

Closed
JiriOndrusek opened this issue Apr 28, 2021 · 4 comments
Closed

Upgrade google-cloud-storage to version 1.113.8 #113

JiriOndrusek opened this issue Apr 28, 2021 · 4 comments

Comments

@JiriOndrusek
Copy link

I'm working on camel-quarkus extension for google-storage apache/camel-quarkus#2421

This extension uses google-cloud-storage library of version 1.113.4

<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>

Camel component uses slightly higher version - 1.113.8

It would be nice to upgrade version of this extension to 1.113.8 and make this extension aligned with camel.

@loicmathieu
Copy link
Collaborator

We manage google cloud extension via the library BOM, this is the advised way of managing dependency from the Google Cloud Library Team.

So I would prefere to upgrade the version of the library BOM instead of updated a single library.

I don't know if Camel manage each version of each Google Cloud services idenpendently but if it's the case they should move to the BOM if possible.

@JiriOndrusek
Copy link
Author

JiriOndrusek commented Apr 28, 2021

@loicmathieu

I see, that camel is also using bom:

<dependency>
                <groupId>com.google.cloud</groupId>
                <artifactId>libraries-bom</artifactId>
                <version>${google-cloud-bom-version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>

where version of bom is 16.3.0 (see https://github.com/apache/camel/blob/main/parent/pom.xml#L218)

EDIT This issue should probably ask for the upgrade of BOM (I didn't know that)

@loicmathieu
Copy link
Collaborator

Master is 16.1.0 I can increase it on the next release but I'm prototyping using the Google Cloud BOM inside the Quarkus BOM to align all versions from it. I'll update this issue with feedback.

@loicmathieu
Copy link
Collaborator

Main now uses the latest BOM and as dependabot is installed updates will be made as soon as available.
I'm closing this one as we use the most recent version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants