Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

class no found with grails 2.5.0 #76

Closed
moniman opened this issue Mar 25, 2015 · 5 comments
Closed

class no found with grails 2.5.0 #76

moniman opened this issue Mar 25, 2015 · 5 comments

Comments

@moniman
Copy link

moniman commented Mar 25, 2015

Hi,

With grails 2.5.0 there an error

org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
is not found

(in SpringSecurityOauth2ProviderGrailsPlugin)

have you a plan to fix it ?

@dynamind
Copy link
Contributor

I'll have a PR ready soon

bluesliverx added a commit that referenced this issue Mar 26, 2015
Issue #76, replaced deprecated MappingJacksonHttpMessageConverter
@bluesliverx
Copy link
Owner

Fixed by PR #77

@bluesliverx
Copy link
Owner

@moniman, you may use the snapshot version for now after it builds on travis. It'll probably be a bit before an RC build since we just released.

@moniman
Copy link
Author

moniman commented Mar 26, 2015

thank you!

@ghost
Copy link

ghost commented Apr 22, 2015

Just in case anyone else runs into this. If you're using Grails 2.5.0, you need to use the following plugin version

compile ":spring-security-oauth2-provider:2.0-SNAPSHOT"

Presumably the fix will be included in 2.0-RC4 (and above) when this version is released

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

No branches or pull requests

3 participants