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

Bump mockserver-junit-jupiter from 5.9.0 to 5.10#312

Merged
proshin-roman merged 1 commit intomasterfrom
dependabot/maven/org.mock-server-mockserver-junit-jupiter-5.10
Mar 28, 2020
Merged

Bump mockserver-junit-jupiter from 5.9.0 to 5.10#312
proshin-roman merged 1 commit intomasterfrom
dependabot/maven/org.mock-server-mockserver-junit-jupiter-5.10

Conversation

@dependabot-preview
Copy link
Contributor

Bumps mockserver-junit-jupiter from 5.9.0 to 5.10.

Changelog

Sourced from mockserver-junit-jupiter's changelog.

Changelog

All notable and significant changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Fixed

[5.10.0] - 2020-03-24

Added

  • closure / object callbacks uses local method invocation (instead of Web Socket) when both the client in same JVM (i.e. ClientAndServer, JUnit Rule, etc)
  • support to specify a fixed TLS X509 Certificate and Private Key for inbound TLS connections (HTTPS or SOCKS)
  • ability to prioritise expectations such that the matching happens according to the specified priority (highest first) then creation order
  • ability to create or update (if id matches) expectations from the client using upsert method
  • ability to return chunked responses where each chunk is a specific size by using response connection options
  • support for XmlUnit placeholders https://github.com/xmlunit/user-guide/wiki/Placeholders
  • added ability to control (via configuration) whether matches fail fast or show all mismatching fields
  • configuration to disable automatically attempted proxying of request that don't match an expectation and look like they should be proxied

Changed

  • improved X509 certificates by adding Subject Key Identifier and Authority Key Identifier
  • stopped delay being applied twice on response actions (#721)
  • improve support for clients making initial SOCKS or HTTP CONNECT requests over TLS
  • replaced JSONAssert with JsonUnit to improve JSON matching and remove problematic transitive dependencies
  • added more detail of cause of match failure

Fixed

  • fixed null point for expectation initialiser with file watcher in working directory specified with relative path
  • fixed error resulting in enum not found exception for log events
  • fixed error with parsing of json arrays for expectation responses with json body as json object not escaped string
  • fixed meaning of disableSystemOut property so that only system out is disabled not all logging
  • fixed key store type in key store factory to avoid issue with the JVM changing the defaults
Commits
  • 8f9b427 [maven-release-plugin] prepare release mockserver-5.10
  • ab67fca update prior to release
  • 62c80ac #744 fixed key store type in key store factory to avoid issue with the JVM ch...
  • 977aa9b configuration to disable automatically attempted proxying of request that don...
  • 2aabc5a - added ability to control (via configuration) whether matches fail fast or s...
  • 64b6657 #728 added support for XmlUnit placeholders https://github.com/xmlunit/user-g...
  • 7b33f9b #731 #738 adding missing changelog entry
  • 9fbac13 #731 adding test for basic values such as "null", "1", "true"
  • fcb8a3b #731 #738 replaced JSONassert with JsonUnit to improve JSON matching and remo...
  • 09e4b0f fixing documentation bug in naming of environment variable
  • 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 Mar 24, 2020
@ghost
Copy link

ghost commented Mar 24, 2020

Congratulations 🍻. DeepCode analyzed your code in 0.335 seconds and we found no issues. Enjoy a moment of no bugs ☀️.

💬 This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.


☺️ If you want to provide feedback on our bot, here is how to contact us.

@sonarqubecloud
Copy link

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 Mar 24, 2020

Codecov Report

Merging #312 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #312   +/-   ##
=========================================
  Coverage     82.95%   82.95%           
  Complexity      966      966           
=========================================
  Files           169      169           
  Lines          2540     2540           
  Branches         21       21           
=========================================
  Hits           2107     2107           
  Misses          414      414           
  Partials         19       19           

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 a39ac56...b16f213. Read the comment docs.

@proshin-roman proshin-roman merged commit 9c19aa3 into master Mar 28, 2020
@proshin-roman proshin-roman deleted the dependabot/maven/org.mock-server-mockserver-junit-jupiter-5.10 branch March 28, 2020 11:06
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.

1 participant