RepreZen / KaiZen-OpenAPI-Editor

Eclipse Editor for the Swagger-OpenAPI Description Language
Eclipse Public License 1.0
115 stars 12 forks source link

ZEN-4357 Evaluate Guava dependencies, consider removing where practical #472

Closed tfesenko closed 6 years ago

tfesenko commented 6 years ago

Guava is a recurring problem with Eclipse. We should consider removing our use of Guava, instead using FP and other features of Java 8.

I removed usages of Guava in KZOE, but I still need to keep a dependency on Guava in our manifest declaration because JSON Schema Validator uses Guava

ghillairet commented 6 years ago

@tfesenko Please review my 2 commits and merge if you think it's ok.