Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Update dependency org.mock-server:mockserver-junit-jupiter to v5.15.0 #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.mock-server:mockserver-junit-jupiter (source) 5.13.2 -> 5.15.0 age adoption passing confidence

Release Notes

jamesdbloom/mockservice (org.mock-server:mockserver-junit-jupiter)

v5.15.0

Added
  • an image tag that allows container to run as root
  • HTTP2 protocol support for mocking
  • ability to proxy multiple binary messages without waiting for response
  • support to disallow loading of specific class in javascript templates
  • support to disallow specific text in javascript templates
  • support to disallow loading of any class in velocity templates
  • support to disallow specific text in velocity templates
  • support to disallow specific text in mustache templates
  • support to velocity templates to load files via $import.read(...)
Changed
  • improved error message for not valid HTTP requests that are not being proxied
  • improved error message when client doesn't trust MockServer's CA
Fixed
  • references to globally-scoped values within Ingress template
  • fixed error passing configuration in MockServerClient
  • fixed handling of additional content-type parameter and special characters in the content-type such as '+'
  • removed invalid extra content-encoding header add when forwarding if content-encoding was not present

v5.14.0

Added
  • added support for json serialisation and de-serialisation java date time
  • support for server urls in OpenAPI specification, by adding server url path as path prefix to operations
  • improved documentation of clear functionality and type parameter and added examples
  • local ip and port exposed to callbacks and log, useful when bound on multiple ports
  • ability to match on content-encoding header
  • added support for custom HTTP methods (via assumeAllRequestsAreHttp)
Changed
  • used helm release name in K8s resources to avoid conflicts for multiple deployments in same namespace (without extra values being set)
  • tlsMutualAuthenticationCertificateChain is used if configured, even if tlsMutualAuthenticationRequired is false, so clients can choose correct certificate for optional client auth
Fixed
  • error matching header or parameters using array schema
  • updated Ingress apiVersion in helm chart to non deprecated value
  • removed the jdk14 slf4j bindings from the shaded and no-dependencies jars
  • fixed NullPointerException and added more context information for match failures
  • fixed NullPointerException during matcher logging
  • fixed override logic for query and path parameters
  • fixed verification of path parameters with multiple path parameter expectations
  • fixed matching for array parameters using OpenAPI or a schema based parameter matcher
  • resolved errors matching path by regex against expectations with path parameters
  • resolved error with some deleted logs still appearing in the dashboard
  • Content-Length is not added if a mock response set Transfer-Encoding

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Mar 23, 2023
@renovate renovate bot force-pushed the renovate/org.mock-server-mockserver-junit-jupiter-5.x branch 2 times, most recently from 7697408 to af5c336 Compare March 30, 2023 22:35
@renovate renovate bot force-pushed the renovate/org.mock-server-mockserver-junit-jupiter-5.x branch from af5c336 to bc70be2 Compare August 22, 2023 17:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants