dependabot[bot] opened a new pull request, #8351: URL: https://github.com/apache/iceberg/pull/8351
Bumps `mockserver` from 5.13.2 to 5.15.0. Updates `org.mock-server:mockserver-client-java` from 5.13.2 to 5.15.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mock-server/mockserver/blob/master/changelog.md">org.mock-server:mockserver-client-java's changelog</a>.</em></p> <blockquote> <h2>[5.15.0] - 2023-01-11</h2> <h3>Added</h3> <ul> <li>an image tag that allows container to run as root</li> <li>HTTP2 protocol support for mocking</li> <li>ability to proxy multiple binary messages without waiting for response</li> <li>support to disallow loading of specific class in javascript templates</li> <li>support to disallow specific text in javascript templates</li> <li>support to disallow loading of any class in velocity templates</li> <li>support to disallow specific text in velocity templates</li> <li>support to disallow specific text in mustache templates</li> <li>support to velocity templates to load files via $import.read(...)</li> </ul> <h3>Changed</h3> <ul> <li>improved error message for not valid HTTP requests that are not being proxied</li> <li>improved error message when client doesn't trust MockServer's CA</li> </ul> <h3>Fixed</h3> <ul> <li>references to globally-scoped values within Ingress template</li> <li>fixed error passing configuration in MockServerClient</li> <li>fixed handling of additional content-type parameter and special characters in the content-type such as '+'</li> <li>removed invalid extra content-encoding header add when forwarding if content-encoding was not present</li> </ul> <h2>[5.14.0] - 2022-08-22</h2> <h3>Added</h3> <ul> <li>added support for json serialisation and de-serialisation java date time</li> <li>support for server urls in OpenAPI specification, by adding server url path as path prefix to operations</li> <li>improved documentation of clear functionality and type parameter and added examples</li> <li>local ip and port exposed to callbacks and log, useful when bound on multiple ports</li> <li>ability to match on content-encoding header</li> <li>added support for custom HTTP methods (via assumeAllRequestsAreHttp)</li> </ul> <h3>Changed</h3> <ul> <li>used helm release name in K8s resources to avoid conflicts for multiple deployments in same namespace (without extra values being set)</li> <li>tlsMutualAuthenticationCertificateChain is used if configured, even if tlsMutualAuthenticationRequired is false, so clients can choose correct certificate for optional client auth</li> </ul> <h3>Fixed</h3> <ul> <li>error matching header or parameters using array schema</li> <li>updated Ingress apiVersion in helm chart to non deprecated value</li> <li>removed the jdk14 slf4j bindings from the shaded and no-dependencies jars</li> <li>fixed NullPointerException and added more context information for match failures</li> <li>fixed NullPointerException during matcher logging</li> <li>fixed override logic for query and path parameters</li> <li>fixed verification of path parameters with multiple path parameter expectations</li> <li>fixed matching for array parameters using OpenAPI or a schema based parameter matcher</li> <li>resolved errors matching path by regex against expectations with path parameters</li> <li>resolved error with some deleted logs still appearing in the dashboard</li> <li>Content-Length is not added if a mock response set Transfer-Encoding</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mock-server/mockserver/commit/7c071b8be3608036f2a2ea45eee6970d2f2b8d02"><code>7c071b8</code></a> [maven-release-plugin] prepare release mockserver-5.15.0</li> <li><a href="https://github.com/mock-server/mockserver/commit/23abd6e91ed935db86575a375f07c25a463dc646"><code>23abd6e</code></a> fixed formatting of changelog and add title for release</li> <li><a href="https://github.com/mock-server/mockserver/commit/b8c1b20597735a464694f357ae99b8eb6f36ae4f"><code>b8c1b20</code></a> Merge pull request <a href="https://redirect.github.com/jamesdbloom/mockservice/issues/1623">#1623</a> from mock-server/dependabot/maven/io.netty-netty-tcn...</li> <li><a href="https://github.com/mock-server/mockserver/commit/798c5474d581182e943d4fedca798b9039e0786d"><code>798c547</code></a> build(deps): bump netty-tcnative-boringssl-static</li> <li><a href="https://github.com/mock-server/mockserver/commit/9da2600fa3f499d2695b4bf92075a85ad21196dd"><code>9da2600</code></a> Merge pull request <a href="https://redirect.github.com/jamesdbloom/mockservice/issues/1625">#1625</a> from mock-server/dependabot/maven/org.junit.jupiter-...</li> <li><a href="https://github.com/mock-server/mockserver/commit/6db48d75cad97cfd6d09ceeee1185092bcd6ed26"><code>6db48d7</code></a> Merge pull request <a href="https://redirect.github.com/jamesdbloom/mockservice/issues/1624">#1624</a> from mock-server/dependabot/maven/io.projectreactor-...</li> <li><a href="https://github.com/mock-server/mockserver/commit/70247f513547da8a8b956ecdcc6cc676407c50e6"><code>70247f5</code></a> Merge pull request <a href="https://redirect.github.com/jamesdbloom/mockservice/issues/1622">#1622</a> from mock-server/dependabot/maven/xmlunit.version-2.9.1</li> <li><a href="https://github.com/mock-server/mockserver/commit/04aa8a7964947861b0895bb962ce94ef8a5f5eb3"><code>04aa8a7</code></a> build(deps): bump junit-jupiter-engine from 5.9.1 to 5.9.2</li> <li><a href="https://github.com/mock-server/mockserver/commit/e635d1aef29af1d33afee0a62f8c02a8c5088423"><code>e635d1a</code></a> build(deps): bump reactor-core from 3.5.1 to 3.5.2</li> <li><a href="https://github.com/mock-server/mockserver/commit/47632b36f67d1124bae70e254566b5164aa276f8"><code>47632b3</code></a> build(deps): bump xmlunit.version from 2.9.0 to 2.9.1</li> <li>Additional commits viewable in <a href="https://github.com/jamesdbloom/mockservice/compare/mockserver-5.13.2...mockserver-5.15.0">compare view</a></li> </ul> </details> <br /> Updates `org.mock-server:mockserver-netty` from 5.13.2 to 5.15.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mock-server/mockserver/blob/master/changelog.md">org.mock-server:mockserver-netty's changelog</a>.</em></p> <blockquote> <h2>[5.15.0] - 2023-01-11</h2> <h3>Added</h3> <ul> <li>an image tag that allows container to run as root</li> <li>HTTP2 protocol support for mocking</li> <li>ability to proxy multiple binary messages without waiting for response</li> <li>support to disallow loading of specific class in javascript templates</li> <li>support to disallow specific text in javascript templates</li> <li>support to disallow loading of any class in velocity templates</li> <li>support to disallow specific text in velocity templates</li> <li>support to disallow specific text in mustache templates</li> <li>support to velocity templates to load files via $import.read(...)</li> </ul> <h3>Changed</h3> <ul> <li>improved error message for not valid HTTP requests that are not being proxied</li> <li>improved error message when client doesn't trust MockServer's CA</li> </ul> <h3>Fixed</h3> <ul> <li>references to globally-scoped values within Ingress template</li> <li>fixed error passing configuration in MockServerClient</li> <li>fixed handling of additional content-type parameter and special characters in the content-type such as '+'</li> <li>removed invalid extra content-encoding header add when forwarding if content-encoding was not present</li> </ul> <h2>[5.14.0] - 2022-08-22</h2> <h3>Added</h3> <ul> <li>added support for json serialisation and de-serialisation java date time</li> <li>support for server urls in OpenAPI specification, by adding server url path as path prefix to operations</li> <li>improved documentation of clear functionality and type parameter and added examples</li> <li>local ip and port exposed to callbacks and log, useful when bound on multiple ports</li> <li>ability to match on content-encoding header</li> <li>added support for custom HTTP methods (via assumeAllRequestsAreHttp)</li> </ul> <h3>Changed</h3> <ul> <li>used helm release name in K8s resources to avoid conflicts for multiple deployments in same namespace (without extra values being set)</li> <li>tlsMutualAuthenticationCertificateChain is used if configured, even if tlsMutualAuthenticationRequired is false, so clients can choose correct certificate for optional client auth</li> </ul> <h3>Fixed</h3> <ul> <li>error matching header or parameters using array schema</li> <li>updated Ingress apiVersion in helm chart to non deprecated value</li> <li>removed the jdk14 slf4j bindings from the shaded and no-dependencies jars</li> <li>fixed NullPointerException and added more context information for match failures</li> <li>fixed NullPointerException during matcher logging</li> <li>fixed override logic for query and path parameters</li> <li>fixed verification of path parameters with multiple path parameter expectations</li> <li>fixed matching for array parameters using OpenAPI or a schema based parameter matcher</li> <li>resolved errors matching path by regex against expectations with path parameters</li> <li>resolved error with some deleted logs still appearing in the dashboard</li> <li>Content-Length is not added if a mock response set Transfer-Encoding</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mock-server/mockserver/commit/7c071b8be3608036f2a2ea45eee6970d2f2b8d02"><code>7c071b8</code></a> [maven-release-plugin] prepare release mockserver-5.15.0</li> <li><a href="https://github.com/mock-server/mockserver/commit/23abd6e91ed935db86575a375f07c25a463dc646"><code>23abd6e</code></a> fixed formatting of changelog and add title for release</li> <li><a href="https://github.com/mock-server/mockserver/commit/b8c1b20597735a464694f357ae99b8eb6f36ae4f"><code>b8c1b20</code></a> Merge pull request <a href="https://redirect.github.com/jamesdbloom/mockservice/issues/1623">#1623</a> from mock-server/dependabot/maven/io.netty-netty-tcn...</li> <li><a href="https://github.com/mock-server/mockserver/commit/798c5474d581182e943d4fedca798b9039e0786d"><code>798c547</code></a> build(deps): bump netty-tcnative-boringssl-static</li> <li><a href="https://github.com/mock-server/mockserver/commit/9da2600fa3f499d2695b4bf92075a85ad21196dd"><code>9da2600</code></a> Merge pull request <a href="https://redirect.github.com/jamesdbloom/mockservice/issues/1625">#1625</a> from mock-server/dependabot/maven/org.junit.jupiter-...</li> <li><a href="https://github.com/mock-server/mockserver/commit/6db48d75cad97cfd6d09ceeee1185092bcd6ed26"><code>6db48d7</code></a> Merge pull request <a href="https://redirect.github.com/jamesdbloom/mockservice/issues/1624">#1624</a> from mock-server/dependabot/maven/io.projectreactor-...</li> <li><a href="https://github.com/mock-server/mockserver/commit/70247f513547da8a8b956ecdcc6cc676407c50e6"><code>70247f5</code></a> Merge pull request <a href="https://redirect.github.com/jamesdbloom/mockservice/issues/1622">#1622</a> from mock-server/dependabot/maven/xmlunit.version-2.9.1</li> <li><a href="https://github.com/mock-server/mockserver/commit/04aa8a7964947861b0895bb962ce94ef8a5f5eb3"><code>04aa8a7</code></a> build(deps): bump junit-jupiter-engine from 5.9.1 to 5.9.2</li> <li><a href="https://github.com/mock-server/mockserver/commit/e635d1aef29af1d33afee0a62f8c02a8c5088423"><code>e635d1a</code></a> build(deps): bump reactor-core from 3.5.1 to 3.5.2</li> <li><a href="https://github.com/mock-server/mockserver/commit/47632b36f67d1124bae70e254566b5164aa276f8"><code>47632b3</code></a> build(deps): bump xmlunit.version from 2.9.0 to 2.9.1</li> <li>Additional commits viewable in <a href="https://github.com/jamesdbloom/mockservice/compare/mockserver-5.13.2...mockserver-5.15.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
