Closed a85302543 closed 4 years ago
Hi
I think that there's no harm in what you suggest and should be included if it fixes your issue. Dare to suggest a PR, please? @jeffmaury Thoughts?
@a85302543 let me please point out that this client is in maintenance mode, we'll only fix existing/new bugs as far as they are essential to the proper functioning of this library. If you're looking for a more feature complete & active library, we suggest that you use https://github.com/fabric8io/kubernetes-client/ instead.
@adietish Hi thanks for your reply! I'll give it a try
Fix at #459 merged. Closing.
When I use Openshift Java Client to create or update a resource , I found a problem :when configuring env with Chinese character like that:
and the return values is wrong and like:
The problem seems like that when posting the request, the Chinese character can not be recognized . A temporary solution is changing the code. from
to
is there other way to avoid this or this problem can be sovled :) thanks