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

build warnings: same class in multiple .jars #12

Open
vlukashov opened this issue Dec 10, 2019 · 2 comments
Open

build warnings: same class in multiple .jars #12

vlukashov opened this issue Dec 10, 2019 · 2 comments
Labels
bug Something isn't working DX

Comments

@vlukashov
Copy link

When running mvn jetty:run on a freshly cloned repo, I am getting the following warning in the build log:

[WARNING] com.google.common.util.concurrent.internal.InternalFutureFailureAccess scanned from multiple locations: jar:file:///Users/viktor/.m2/repository/com/google/guava/failureaccess/1.0/failureaccess-1.0.jar!/com/google/common/util/concurrent/internal/InternalFutureFailureAccess.class, jar:file:///Users/viktor/.m2/repository/com/google/guava/guava/27.0-jre/guava-27.0-jre.jar!/com/google/common/util/concurrent/internal/InternalFutureFailureAccess.class
[WARNING] com.google.common.util.concurrent.internal.InternalFutures scanned from multiple locations: jar:file:///Users/viktor/.m2/repository/com/google/guava/failureaccess/1.0/failureaccess-1.0.jar!/com/google/common/util/concurrent/internal/InternalFutures.class, jar:file:///Users/viktor/.m2/repository/com/google/guava/guava/27.0-jre/guava-27.0-jre.jar!/com/google/common/util/concurrent/internal/InternalFutures.class

I would not want to see any such warnings in an example project that I download from vaadin.com/start.

@vlukashov vlukashov added bug Something isn't working DX labels Dec 10, 2019
@anasmi
Copy link
Contributor

anasmi commented Jan 16, 2020

Can't reproduce

@vlukashov
Copy link
Author

This issue seems to only concern the V15 branch (ccdm) and does not appear in the V14.x branch (master). At the moment the HEAD of the ccdm branch is broken (as well as many other V15 master builds), but it can be reproduced e.g. with the previous V15 alpha: 2f8fe52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working DX
Projects
None yet
Development

No branches or pull requests

2 participants