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

Please use the latest version of guava 32.1.3.jre #31

Closed
merks opened this issue Nov 17, 2023 · 4 comments
Closed

Please use the latest version of guava 32.1.3.jre #31

merks opened this issue Nov 17, 2023 · 4 comments
Assignees
Labels
cdo-releng Release Engineering
Milestone

Comments

@merks
Copy link
Contributor

merks commented Nov 17, 2023

eclipse-simrel/simrel.build#80

@estepper
Copy link
Contributor

Hi Ed,

CDO doesn't use Guava and never did. Probably a transitive effect of depending on EMF Compare.
I don't think that I can do anything, right?

@merks
Copy link
Contributor Author

merks commented Nov 17, 2023

It appears that you just don't recognize that you use Guava. Consider where these dependencies come from:

Import-Package: com.google.common.base;version="[27.0.0,30.2.0)",
com.google.common.collect;version="[27.0.0,30.2.0)",
com.google.common.cache;version="[27.0.0,30.2.0)",
com.google.common.util.concurrent;version="[27.0.0,30.2.0)"

From this in your target platform:

If you look on the train for that package, this is where that package comes from:

image

So yes you are using guava and you are excluding 32.1.3 from your range so you can definitely do something, minimally to expand your range to 33.0.0).

@estepper
Copy link
Contributor

I see, how odd!

I'll look at it and fix it tomorrow when I'm back home...

@estepper
Copy link
Contributor

I've increased the upper bound to 34.0.0.

@estepper estepper added the cdo-releng Release Engineering label Nov 25, 2023
@estepper estepper added this to the 4.25 milestone Nov 25, 2023
@estepper estepper self-assigned this Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cdo-releng Release Engineering
Projects
None yet
Development

No branches or pull requests

2 participants