nerdErg / swagger4jaxrs

This is a Grails plugin that adds Swagger support to document REST APIs of any Grails projects that use the Grails JAX-RS (JSR 311) plugin.
Apache License 2.0
10 stars 10 forks source link

Question about back porting #1

Closed michaelrice closed 10 years ago

michaelrice commented 10 years ago

Do you know what it would take to make this work on older grails like 2.1.1 with jaxrs 0.6?

aruizca commented 10 years ago

Hi Michael,

I am not sure what the changes are from jaxrs 0.6 to 0.8 which is the one I am using. I will create a branch with those dependencies and maybe you can try it for me :-)

The grails version should not be a problem.

Cheers, Angel.

michaelrice commented 10 years ago

Wonderful! Yes I will be happy to test it.

michaelrice commented 10 years ago

So I have a working branch already. This is amazing. Ill post up what did shortly. Very few changes were needed.

aruizca commented 10 years ago

Cool! We are talking to the owner of the jaxrs plugin, because we think the Grails 2.2 restriction is not required. Both his plugin and mine should work in Grails 2.x+ IMO. I'll keep you posted. Hopefully we will be able to publish a final version that you can use and maybe upgrade your jaxrs dependency too :+1: