Daniel Jipa
Daniel Jipa
Hello, Thanks for the nice API. I'm having the same issue when changing the assignee field. My java code is: ``` java User user = User.get(jira.getRestClient(), assignee); issue.update().field(Field.ASSIGNEE, user).execute(); ```...
@v1v : did you get around this issue? Thanks
Also with ``` java issue.update().field(Field.ASSIGNEE, Field.valueByName(username)).execute(); ``` gave me the same error. I will try to put `tcpmon` between the endpoints to see what goes trough the wire and hopefully...
The capture gave me nothing due to some intranet restrictions. I got around it by calling the Jira rest API directly. Maybe the issue is fixed with the changes in...
@decebals I don't think there is an implementation that uses the interfaces grouped in jdk9 Flow. Reactor and Akka Streams use http://www.reactive-streams.org/ specifications also.
The package names are different so imo it won't be a breaking change to have a new Jackson3Encoder/Decoder