Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] com.google.guava versions

Ed Willink wrote:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=401285 and
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=370651 give details on
> com.google issues.

We at Code Recommenders also had some problems [1] with multiple Guava
bundles being installed at the same time, but these could all be solved
by adding the appriate "uses" directives to our package exports.
(Classes like com.google.commons.base.Optional have a tendency to become
part of your public API and thus should be declared as such.)

Hope that helps.

Andreas

[1] <https://bugs.eclipse.org/bugs/show_bug.cgi?id=399134>

-- 
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top