krasserm / grails-jaxrs

JAX-RS Plugin for Grails
http://code.google.com/p/grails-jaxrs/
Apache License 2.0
50 stars 48 forks source link

Add support for Grails 3.x #63

Closed ghost closed 8 years ago

ghost commented 9 years ago

Grails 3 is here - can we confirm that this plugin supports it in full?

confile commented 9 years ago

+1

noamt commented 9 years ago

The plugin doesn't support this; there's still work TBD

ericwubgl commented 9 years ago

+1

zverbatim commented 9 years ago

+1

noamt commented 9 years ago

I'm really lacking the free time to do this upgrade, it would be really helpful if anyone can take it on: https://grails.github.io/grails-doc/latest/guide/upgrading.html

noamt commented 9 years ago

Created a new repo with some work I've begun doing - https://github.com/noamt/grails-jaxrs-plugin Any help is greatly appreciated

michaelrice commented 9 years ago

Why did you make this a new project vs a new branch in the current project?

-mike On Jun 18, 2015 07:59, "Noam Y. Tenne" notifications@github.com wrote:

Created a new repo with some work I've begun doing - https://github.com/noamt/grails-jaxrs-plugin Any help is greatly appreciated

— Reply to this email directly or view it on GitHub https://github.com/krasserm/grails-jaxrs/issues/63#issuecomment-113147948 .

noamt commented 9 years ago

Martin has released ownership of the plugin long ago and upgrading the project changes the structure significantly so it's a good chance to start fresh

donald-jackson commented 8 years ago

Also adding my voice here, would love to have this upgraded. I have tried myself and made some progress, but keep getting stuck.

donald-jackson commented 8 years ago

If anyone on this thread is willing to help, I have a fork in progress here:

https://github.com/donald-jackson/grails-jaxrs

I have the plugin compiling correctly with Grails 3 and hooking in filters and actually processing the resource classes, just having some issues with processing complex objects. Perhaps someone else can take a look to see what I'm missing? Issue details are in README.md

@noamt @krasserm

krasserm commented 8 years ago

@donald-jackson what speaks against using https://github.com/noamt/grails-jaxrs-plugin ? @noamt do you still maintain that project?

donald-jackson commented 8 years ago

@krasserm Sorry I didn't even know about it. Will re-fork.

noamt commented 8 years ago

Sorry, all. I have no more time to maintain this project.

On Tue, Dec 29, 2015 at 7:18 PM, Donald Jackson notifications@github.com wrote:

@krasserm https://github.com/krasserm Sorry I didn't even know about it. Will re-fork.

— Reply to this email directly or view it on GitHub https://github.com/krasserm/grails-jaxrs/issues/63#issuecomment-167833795 .

krasserm commented 8 years ago

@noamt Would you be interested contributing back your changes to a separate branch in this project? Or anyone else?

donald-jackson commented 8 years ago

@krasserm - as I say I have this plugin working in grails 3 now in the repo I mentioned above. I also have Spring Security Jaxrs & Swagger4Jaxrs now working. Its just a matter of refactoring the tests now, but the project itself works.

krasserm commented 8 years ago

@donald-jackson great, thanks!

donald-jackson commented 8 years ago

@krasserm once I have the tests functional I will do a pull request to the original repo :+1:

krasserm commented 8 years ago

@donald-jackson looking forward to it :smiley: