aviv-amdocs

Results 6 comments of aviv-amdocs
trafficstars

Is #1361 likely to resolve/alleviate this issue?

```groovy messageBody('{"type": "x"}'.getBytes()) ``` generates: ```java ContractVerifierMessage inputMessage = contractVerifierMessaging.create( "[123,34,116,121,112,101,34,58,32,34,120,34,125]" , headers() ``` ...which is also not exactly right for me.

Ah, yeah, `filesAsBytes()` seems to actually work: ```groovy messageBody(fileAsBytes('message.json') ) ``` --> ```java contractVerifierMessaging.create( fileToBytes(this, "notifyChangeUpdate_withbug_request_message.json") , headers() ``` thanks :)

Are you OK with this behavior? especially the one with `file()`?

Why would you parse JSON at all? This can also show up in other strange places: ```json { "methodName": "numbers", "returnValue": "[]int" } ``` will remove `int` from the `returnValue`...

Yes, those (list of closed PRs) are not useful, when they include almost only non-functional PRs. Release notes are usually intended for users to understand the actual high-level changes, not...