mulesoft-labs / raml-for-jax-rs

This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.
Other
296 stars 181 forks source link

No Such Method Error: com.google.common.collect.FluentIterable.of(Ljava/lang/Object;) #446

Open deeparamasamys opened 4 years ago

deeparamasamys commented 4 years ago

Hi All,

I am trying to generate raml from Jaxrs application. I have guava-19.0.jar and jersey-guava-2.24.jar in the classpath. When i run the gradle task to generate raml i get the below error Caused by: java.lang.NoSuchMethodError: com.google.common.collect.FluentIterable.of(Ljava/lang/Object;) Please suggest if i need to downgrade any versions for getting the raml auto generated

jpbelang commented 4 years ago

I'm looking at it.