jamesnetherton commented on pull request #3564:
URL: https://github.com/apache/camel-quarkus/pull/3564#issuecomment-1047952879
I merged this manually with a minor change.
If you try to refer to a JSON key like `.body("database.connectionTimeZone",
is("CET"))`, then you need to wrap it in single quotes like
`.body("'database.connectionTimeZone'", is("CET"))`.
Otherwise RestEasy interprets it as you want to access the object `database`
with key `connectionTimeZone`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]