-
Notifications
You must be signed in to change notification settings - Fork 29
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
json_pure 2.7.4 breaks uaac #136
Comments
I'm experiencing this exact issue starting today... Which version of CF-MGMT are you using @MiliDurasovic? |
Our workaround:
|
@CFMCGEE I´m not using cf-mgmt and I don´t think it matters for this issue. @jensdaseking
|
hi, for now you can use the workaround. there are multiple json libraries in use which cause the problem, e.g. ruby/json#646 Will cleanup here but first in cloudfoundry/cf-uaa-lib#95 |
@MiliDurasovic - Apologizes, I meant UAAC CLI. I'll try the work around provided. Thanks for raising this issue! |
@MiliDurasovic heads up: please check if with https://github.com/ruby/json/releases/tag/v2.7.5 the issue is fixed ? because changelog seems to show this. However there will be a cleanup and only one json library will be initialized in future |
@strehle Thank you. |
@strehle Thanks! Works for me now as well. |
@strehle Since tonight we suddenly receive another error:
Looks like the removal of multi_json is the cause: |
see https://github.com/cloudfoundry/cf-uaa-lib/releases/tag/v4.0.6 Sorry for breaking it. Will do replacement in several steps, but we want remove this library and replace it with json / json_pure only |
Since json_pure version
2.7.4
I receive the following error while setting the target:Afterwards
.uaac.yml
is simply empty:After rolling back to json_pure version
2.7.2
, uaac works again without any issues.Maybe consider strictly pinning to json_pure
2.7.2
until the issue has been identified and resolved?The text was updated successfully, but these errors were encountered: