You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: