You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
I have checked the FAQ of this repository and believe that this is not a duplicate.
Describe the bug
When publish/rollback namespaces with gray release, the operation failed with the error message java.lang.IllegalStateException: Expected BEGIN_ARRAY but was NUMBER at line 1 column 20 path $..
The stacktrace in server log is as follows:
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was NUMBER at line 1 column 20 path $.
at com.google.gson.Gson.fromJson(Gson.java:975)
at com.google.gson.Gson.fromJson(Gson.java:928)
at com.google.gson.Gson.fromJson(Gson.java:877)
at com.ctrip.framework.apollo.biz.service.ReleaseService.getBranchReleaseKeys(ReleaseService.java:333)
To Reproduce
Steps to reproduce the behavior:
Create a grayscale version for some namespace, e.g. application
Change some value in the grayscale version and publish the grayscale version
Change some value in the main version
Publish or rollback the main version, then you will see the error
Expected behavior
The publish/rollback operations should work with no error.
Screenshots
Additional Details & Logs
Version: 2.1.0-SNAPSHOT
The text was updated successfully, but these errors were encountered:
Describe the bug
When publish/rollback namespaces with gray release, the operation failed with the error message
java.lang.IllegalStateException: Expected BEGIN_ARRAY but was NUMBER at line 1 column 20 path $.
.The stacktrace in server log is as follows:
To Reproduce
Steps to reproduce the behavior:
application
Expected behavior
The publish/rollback operations should work with no error.
Screenshots
Additional Details & Logs
The text was updated successfully, but these errors were encountered: