Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin not compatible with the last version of spring security #27

Open
pabloalba opened this issue Aug 28, 2014 · 4 comments
Open

Plugin not compatible with the last version of spring security #27

pabloalba opened this issue Aug 28, 2014 · 4 comments

Comments

@pabloalba
Copy link

Hi.
When I use this plugin with the last version of springsecurity:
compile ":spring-security-core:2.0-RC4"

I get a lot of compilation errors, probably because the plugin uses the old springsecurity plugin.

Do you have plans to make it compatible with the new version?

@davidtinker
Copy link
Owner

Any chance you could sent in a pull request with a fix? I don't use Spring Security so its not trivial for me to test this stuff. If you do please try to keep support for the old version as well.

@dynamind
Copy link

This fixes the compilation errors:

BuildConfig.groovy

runtime ':cors:1.1.6', {
    excludes 'spring-security-core', 'spring-security-web'
}

@mortizbey
Copy link

Wouldn't that fix suggested by @dynamind mess up the plugin if it is used in an app that does not make use of Spring Security?

@dynamind
Copy link

If you don't include Spring Security yourself you should not use this fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants