dependabot[bot] opened a new pull request, #638:
URL: https://github.com/apache/maven-changes-plugin/pull/638

   Bumps 
[com.github.tomakehurst:wiremock-standalone](https://github.com/wiremock/wiremock)
 from 2.27.2 to 3.0.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/wiremock/wiremock/releases";>com.github.tomakehurst:wiremock-standalone's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.0.1</h2>
   <!-- raw HTML omitted -->
   <h2>🐛 Bug fixes</h2>
   <ul>
   <li>Stop returning 500s for unmatched path patterns (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2339";>#2339</a>) <a 
href="https://github.com/Mahoney";><code>@​Mahoney</code></a></li>
   <li>Ensure that the shadow JAR is always built last to ensure webhooks fat 
JAR wins (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2344";>#2344</a>) <a 
href="https://github.com/tomakehurst";><code>@​tomakehurst</code></a></li>
   <li>Added validation of UUIDs in path parameters in the admin API so that 
clearer errors are reported when non UUIDs are provided or item isn't found 
rather than throwing a 500 error (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2347";>#2347</a>) <a 
href="https://github.com/tomakehurst";><code>@​tomakehurst</code></a></li>
   <li>Respect StopAction in V1 Filter (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2335";>#2335</a>) <a 
href="https://github.com/Mahoney";><code>@​Mahoney</code></a></li>
   </ul>
   <p>Thanks to the regression reporters: <a 
href="https://github.com/defnngj";><code>@​defnngj</code></a> , <a 
href="https://github.com/oleg-nenashev";><code>@​oleg-nenashev</code></a> , <a 
href="https://github.com/Mahoney";><code>@​Mahoney</code></a></p>
   <h2>WireMock 3.0.0</h2>
   <p>A new major release that introduces a lot of new features, enhancements 
and also some breaking changes. The key changes include support for Java 17, 
dropping Java 8 support, new matchers and dynamic response macros, new API 
endpoints, etc.  We’ve made a small number of breaking changes to the Java API 
plus some behavioural changes, but the JSON (REST and file) API remains fully 
compatible with 2.x.</p>
   <blockquote>
   <p>NOTE: A blog post with the user-friendly summary and migration guidelines 
is coming soon!</p>
   </blockquote>
   <p>Thanks to all contributors! The changelog below represents key changes 
between 2.35.0 and 3.0.0. The full list of changes is available below in the 
collapsed section.</p>
   <blockquote>
   <p><strong>WARNING:</strong> There are known issues in the WireMock 3.0.0 
release. Please be careful when updating, and see the Errata below</p>
   </blockquote>
   <h2>Upgrade guide</h2>
   <p>This guide assumes you would be upgrading from WireMock 2.35.0 to 
3.1.0</p>
   <!-- raw HTML omitted -->
   <ol>
   <li>If you aren’t using WireMock 2.35.0, upgrade to this version first</li>
   <li>If you use WireMock Standalone, backup your configurations, logs and 
other information you might need in the future, just in case the - upgrade goes 
wrong</li>
   <li>If you use the WireMock Webhooks Extension, delete the dependency on it 
and the downloads. Now the extension is a part of the WireMock core</li>
   <li>If you use any WireMock extensions, private source or open source ones, 
ensure they are compatible with WireMock 3 by checking this <a 
href="https://redirect.github.com/wiremock/wiremock/issues/2323";>GitHub 
Issue</a>, documentation and the integration tests.  If you discover any 
incompatible extension, please raise a bug in [wiremock/wiremock/issues 
(https://github.com/wiremock/wiremock/issues) or comment in [wiremock/wiremock 
<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2323";>#2323</a>](<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2323";>wiremock/wiremock#2323</a>),
 We will triage and route it accordingly</li>
   <li>If you use Java 8 on the instance, update to Java 11 or Java 17</li>
   <li>Update WireMock to the most recent release of WireMock 3</li>
   </ol>
   <!-- raw HTML omitted -->
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>Matching and response templating:</li>
   <li>JSON matching via <code>matchesJsonSchema()</code> <a 
href="https://github.com/kapishmalik";><code>@​kapishmalik</code></a></li>
   <li>Form parameter matching support (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2157";>#2157</a>) <a 
href="https://github.com/kapishmalik";><code>@​kapishmalik</code></a></li>
   <li><code>not()</code> matcher that inverts other matchers (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2006";>#2006</a>) <a 
href="https://github.com/SatyamAK";><code>@​SatyamAK</code></a></li>
   <li>Support for multi-stub mapping files to the remote loader function (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2198";>#2198</a>) <a 
href="https://github.com/DjerohN";><code>@​DjerohN</code></a></li>
   <li>Support for Java time when serialising to/from JSON (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2130";>#2130</a> ) <a 
href="https://github.com/mark-henry";><code>@​mark-henry</code></a></li>
   <li>Support for matching multi-valued headers and query parameters with 
<code>includes</code> and <code>hasExactly</code> (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2110";>#2110</a>) <a 
href="https://github.com/kapishmalik";><code>@​kapishmalik</code></a></li>
   <li>Matching URLs by path template <a 
href="https://github.com/tomakehurst";><code>@​tomakehurst</code></a></li>
   <li>Matching path variables in the same manner as query, headers, etc. <a 
href="https://github.com/tomakehurst";><code>@​tomakehurst</code></a></li>
   <li>Support for addressing path variables by name in response templates <a 
href="https://github.com/tomakehurst";><code>@​tomakehurst</code></a></li>
   </ul>
   <p>Proxy mode:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/34d4930e30a881526f52ed5aca9bb0554e54385a";><code>34d4930</code></a>
 Bump patch version to 3.0.1</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/ae6ed02adf7c5d7d40b683f2cb4c594f7d68332e";><code>ae6ed02</code></a>
 Stopped updating package-lock.json when bumping versions</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/a3024195d53e79470d7e1a6a0ade13e193f8dc18";><code>a302419</code></a>
 Fixed bump patch and minor versions logic</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/ae525f9528834cbaf5eb2aa82c8fec6a81b852b0";><code>ae525f9</code></a>
 Fixed get patch version function in build</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/0d4ccca5c2c2b6ce5fa3c4609f7a1fc77508e08d";><code>0d4ccca</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wiremock/wiremock/issues/2347";>#2347</a> from 
wiremock/better-stub-id-validation-in-admin-api</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/c5e8230eefba5c3297ddd753a274dbd87b5d3673";><code>c5e8230</code></a>
 Added validation of UUIDs in path parameters in the admin API so that 
clearer...</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/5273a43dca3829cacc58b83be44a3fa345d5c773";><code>5273a43</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wiremock/wiremock/issues/2339";>#2339</a> from 
wiremock/fix-exception-in-diff</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/ab05ee918bdb9bb702065c22f9478dff5fcb0168";><code>ab05ee9</code></a>
 Ensured that the shadow JAR is always built last. Relocated dependencies in 
w...</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/9eaaa69493010a1001e5110fd1c082fd967758b3";><code>9eaaa69</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wiremock/wiremock/issues/2337";>#2337</a> from 
wiremock/dependabot/gradle/com.diffplug.spotles...</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/36f04c79372fed064090fc3fd2356b272e32bb06";><code>36f04c7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wiremock/wiremock/issues/2343";>#2343</a> from 
wiremock/semver-release-drafter</li>
   <li>Additional commits viewable in <a 
href="https://github.com/wiremock/wiremock/compare/2.27.2...3.0.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.tomakehurst:wiremock-standalone&package-manager=maven&previous-version=2.27.2&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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]

Reply via email to