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 made a consumer contract test for amqp messaging and used the dateExprssion and the dateTimeExpression in the body of the message.
It noticed that there were no generator configurations in the generated contract. As a result of which the provider cannot use the generators.
When I look at the function MessagePactBuilder#withContent(body: DslPart) I don't see that the generators from the body (DslPart) are copied into the message, like this is done in the RequestResponseInteraction#requestToMap and the RequestResponseInteraction#responseToMap methods for the HTTP consumer request and response data.
The method MessagePactBuilder#withMetadata(metadata: Map<String, Any>) does add the generators for the metadata section.
The text was updated successfully, but these errors were encountered:
I made a consumer contract test for amqp messaging and used the dateExprssion and the dateTimeExpression in the body of the message.
It noticed that there were no generator configurations in the generated contract. As a result of which the provider cannot use the generators.
When I look at the function
MessagePactBuilder#withContent(body: DslPart)
I don't see that the generators from the body (DslPart) are copied into the message, like this is done in theRequestResponseInteraction#requestToMap
and theRequestResponseInteraction#responseToMap
methods for the HTTP consumer request and response data.The method
MessagePactBuilder#withMetadata(metadata: Map<String, Any>)
does add the generators for the metadata section.The text was updated successfully, but these errors were encountered: