Skip to content

Commit 1956543

Browse files
committed
Merge remote-tracking branch 'origin/main' into live-publish
2 parents 80316b2 + ead8188 commit 1956543

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_docs/request-matching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,8 +1170,8 @@ If third argument is passed as `false` then first xml will not match the stub
11701170

11711171
#### Namespace awareness
11721172

1173-
To configure how [XML namespaces](https://www.w3schools.com/xml/xml_namespaces.asp) are handled, the
1174-
`namespaceAwareness` property can be set.
1173+
To configure how [XML namespaces](https://www.w3schools.com/xml/xml_namespaces.asp) are handled, as of WireMock
1174+
`3.12.0`, the `namespaceAwareness` property can be set.
11751175

11761176
{% codetabs %}
11771177

_docs/response-templating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,8 +1083,8 @@ Like the `jsonArrayAdd` helper, the second object can be provided as a block:
10831083
{% endraw %}
10841084

10851085
### Removing attributes
1086-
The `jsonMerge` helper has an optional `removeNulls` parameter which, when set to true will remove any attributes from the resulting JSON that
1087-
have null values in the second JSON document.
1086+
Starting with WireMock version `3.12.0`, the `jsonMerge` helper has an optional `removeNulls` parameter which, when
1087+
set to true will remove any attributes from the resulting JSON that have null values in the second JSON document.
10881088

10891089
So for instance, given the following template:
10901090

0 commit comments

Comments
 (0)