我们正在尝试使用CloudFoundryClient
(org.cloudfoundry.client.lib) 来利用该REST
接口来添加应用程序、创建服务等
我们在尝试访问 setRestTemplate 方法的getToken
方法中看到了一个问题org.cloudfoundry.client.lib.oauth2.OauthClient
org.springramework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider.
在查找源代码时,我们看到RestTemplate
in 的设置器ImplicitAccessTokenProvider
已在 8 月 29 日被删除,这就是造成这种不一致的原因。
您能否建议并让我们知道我们是否应该oauth
在此更改之前尝试使用 spring-security- 版本以及我们可以在其中找到它的链接?