Why does Spring Security Core RC4 require Grails 2.3?

Posted by bksaville on Stack Overflow See other posts from Stack Overflow or by bksaville
Published on 2014-08-19T15:05:25Z Indexed on 2014/08/20 16:21 UTC
Read the original article Hit count: 234

On the Spring Security Core plugin GitHub repo, I see that Graeme on May 21st upped the required version of Grails from 2.0 to 2.3 before the RC4 version was released a couple of months later, but I don't see any explanation for why. Was it mismatched dependencies, bug reports, etc?

I run a 2.2.4 app, and I would prefer not to upgrade at this point just to get the latest RC of spring security core. I understand if the upgrade to 3.2.0.RELEASE of spring security caused mismatched dependencies with older versions of Grails since I've run into the same issues before.

This originally came up due to a pull request on the spring security OAuth2 provider plugin that I maintain. The pull request upped the required version to 2.3, and the requester pointed me to the RC4 release of core as the reason.

Thanks for the good works as always!

© Stack Overflow or respective owner

Related posts about grails

Related posts about spring-security