Hei Dave,
Trying to upgrade from M6 to RC2a (it's about time :) ), I've encountered a challenge: in M6, in the client, when I wanted to get the accessToken, I did the following:
in RC2a I see that OAuth2ClientContextHolder was removed. So how can I get the OAuth2ClientContext in RC2a?Code:OAuth2AccessToken token = OAuth2ClientContextHolder.getContext().getAccessToken(resource);

