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

Url mapping fix for 2.4.x #62

Closed slackfarmer closed 8 years ago

slackfarmer commented 9 years ago
Grails 2.4.x versions have the static Holders utility now.

This change fixes the exception that is thrown when someone runs "grails url-mappings-report"
michaelrice commented 9 years ago

Am I missing something here? I dont see anything but a version change, file permissions from 644 to 755 which wouldnt be needed anyway, and some intellij additions to the gitignore. Also #60 already introduces the actual fix.