Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Bump mockserver-junit-jupiter from 5.10 to 5.11.2 #349

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps mockserver-junit-jupiter from 5.10 to 5.11.2.

Changelog

Sourced from mockserver-junit-jupiter's changelog.

[5.11.2] - 2020-10-08

Added

  • clearing by expectation id
  • verifying by expectation id

Changed

  • improved reliability and performance around stopping especially when stop is called multiple times for the same instance
  • improved grouping of logs and stopped TRACE level logs from being grouped which caused inconsistency in the UI

Fixed

  • fixed recursive loop on stopAsync for ClientAndServer
  • header matching for subsets to ensure notted header keys don't exist

[5.11.1] - 2020-07-22

Added

  • port is now printed at start of each log line
  • shutdown log message specifying port
  • UI updated prior to stopping MockServer to ensure all pending log messages are sent over UI web socket
  • added listener for expectation modifications that can be used with ExpectationInitializer for custom expectation persistence

Changed

  • performance improvements of expectation sorting and comparisons
  • reduced creation of objects at WARN log level
  • ensured all threads are daemon threads (except port binding thread)
  • simplified and improve performance of matching for headers, query string parameters, path parameters, cookies and body parameters
  • only mark log events as deleted for log level of TRACE, DEBUG, or INFO so log can be view in UI
  • improved performance of handling large OpenAPI specifications
  • improved error message format for errors when loading OpenAPI specifications
  • changed name of optionalString static factory method to optional to improve consistency with not

Fixed

  • fixed field name error when serializing ParameterBody
  • error when log level DEBUG cleared log events were returned from the API

[5.11.0] - 2020-07-08

Added

  • added basic support to proxy binary requests that are not HTTP
  • dynamic maximum log events and maximum expectations based on available memory
  • added ability to switch between BouncyCastle and vanillar JDK for key and certificate generation
  • added support for TLS over SOCKS4 or SOCKS5
  • request matching and expectations using OpenAPI or Swagger specification
  • create expectation using OpenAPI or Swagger specification with automatic example responses
  • verifications of requests or request sequences using OpenAPI or Swagger specification
  • clear log, clear expectations, retrieve logs and retrieve requests using OpenAPI or Swagger specification
  • json schema matchers for method, path, headers, query string parameters and cookies
  • path variables matched by nottable string, regex or json schema (as per query string parameters)
  • support for optional query parameters, header and cookies
Commits
  • eb84f20 [maven-release-plugin] prepare release mockserver-5.11.2
  • 95ea9f6 Update README.md
  • fe030f7 Improve README layout
  • 2fb06ee Merge pull request #909 from mock-server/dependabot/maven/io.swagger.parser.v...
  • 06d095d Bump swagger-parser from 2.0.22 to 2.0.23
  • 69a1eb7 updated documentation for bouncycastle version upgrade
  • 33f011d fixed test for swagger parser version upgrade
  • 7632c27 Merge pull request #906 from mock-server/dependabot/maven/boucycastle.verion-...
  • 47e6432 Merge pull request #911 from mock-server/dependabot/maven/jetty.version-9.4.3...
  • 9c5c58e Merge pull request #910 from mock-server/dependabot/maven/google-http-client....
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 9, 2020
@sonarcloud
Copy link

sonarcloud bot commented Nov 10, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #349 (f8e5582) into master (0db1743) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #349   +/-   ##
=========================================
  Coverage     83.99%   83.99%           
  Complexity     1035     1035           
=========================================
  Files           175      175           
  Lines          2555     2555           
  Branches         20       20           
=========================================
  Hits           2146     2146           
  Misses          391      391           
  Partials         18       18           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0db1743...8f51489. Read the comment docs.

@proshin-roman proshin-roman merged commit 9088187 into master Nov 11, 2020
@proshin-roman proshin-roman deleted the dependabot/maven/org.mock-server-mockserver-junit-jupiter-5.11.2 branch November 11, 2020 20:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant