grails-spring-security-facebook icon indicating copy to clipboard operation
grails-spring-security-facebook copied to clipboard

LinkGenerator package changed

Open lojzatran opened this issue 8 years ago • 5 comments

The package for class LinkGenerator has changed with recent versions of Grails. This plugin does not work with Grails 3.2.0 anymore.

It has been moved from org.codehaus.groovy.grails.web.mapping.LinkGenerator to grails.web.mapping.LinkGenerator.

This line is causing the problem: https://github.com/splix/grails-spring-security-facebook/blob/98637dbac6db0c3161a9d475109d24e6988223ab/src/main/groovy/com/the6hours/grails/springsecurity/facebook/FacebookAuthRedirectFilter.groovy#L12

lojzatran avatar Oct 09 '16 18:10 lojzatran

Confirming !

martinduris avatar Jan 09 '17 12:01 martinduris

confirmed also. please just remove 3 preceding pkg paths 👍

bluscreen avatar Feb 19 '17 13:02 bluscreen

I dont know how "active" this plugin is ... if someone make pull request with fix, would we be able to release it ?

martinduris avatar Feb 26 '17 20:02 martinduris

@senty unfortunately I don't have time to maintain the plugin (and actually will be happy to pass it to someone who can do that), but I think I can find a time to release it if someone will make a pull request

splix avatar Feb 26 '17 20:02 splix

@splix hi i have create PR here https://github.com/splix/grails-spring-security-facebook/pull/99

martinduris avatar Apr 11 '17 17:04 martinduris