Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump mockserver.version from 5.13.2 to 5.15.0 #215

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps mockserver.version from 5.13.2 to 5.15.0.
Updates org.mock-server:mockserver-client-java from 5.13.2 to 5.15.0

Changelog

Sourced from org.mock-server:mockserver-client-java's changelog.

[5.15.0] - 2023-01-11

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

[5.14.0] - 2022-08-22

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
Commits
  • 7c071b8 [maven-release-plugin] prepare release mockserver-5.15.0
  • 23abd6e fixed formatting of changelog and add title for release
  • b8c1b20 Merge pull request #1623 from mock-server/dependabot/maven/io.netty-netty-tcn...
  • 798c547 build(deps): bump netty-tcnative-boringssl-static
  • 9da2600 Merge pull request #1625 from mock-server/dependabot/maven/org.junit.jupiter-...
  • 6db48d7 Merge pull request #1624 from mock-server/dependabot/maven/io.projectreactor-...
  • 70247f5 Merge pull request #1622 from mock-server/dependabot/maven/xmlunit.version-2.9.1
  • 04aa8a7 build(deps): bump junit-jupiter-engine from 5.9.1 to 5.9.2
  • e635d1a build(deps): bump reactor-core from 3.5.1 to 3.5.2
  • 47632b3 build(deps): bump xmlunit.version from 2.9.0 to 2.9.1
  • Additional commits viewable in compare view

Updates org.mock-server:mockserver-junit-jupiter from 5.13.2 to 5.15.0

Changelog

Sourced from org.mock-server:mockserver-junit-jupiter's changelog.

[5.15.0] - 2023-01-11

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

[5.14.0] - 2022-08-22

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
Commits
  • 7c071b8 [maven-release-plugin] prepare release mockserver-5.15.0
  • 23abd6e fixed formatting of changelog and add title for release
  • b8c1b20 Merge pull request #1623 from mock-server/dependabot/maven/io.netty-netty-tcn...
  • 798c547 build(deps): bump netty-tcnative-boringssl-static
  • 9da2600 Merge pull request #1625 from mock-server/dependabot/maven/org.junit.jupiter-...
  • 6db48d7 Merge pull request #1624 from mock-server/dependabot/maven/io.projectreactor-...
  • 70247f5 Merge pull request #1622 from mock-server/dependabot/maven/xmlunit.version-2.9.1
  • 04aa8a7 build(deps): bump junit-jupiter-engine from 5.9.1 to 5.9.2
  • e635d1a build(deps): bump reactor-core from 3.5.1 to 3.5.2
  • 47632b3 build(deps): bump xmlunit.version from 2.9.0 to 2.9.1
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/mockserver.version-5.15.0 branch from fd646da to a73f84f Compare February 13, 2024 10:30
Bumps `mockserver.version` from 5.13.2 to 5.15.0.

Updates `org.mock-server:mockserver-client-java` from 5.13.2 to 5.15.0
- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)
- [Commits](mock-server/mockserver@mockserver-5.13.2...mockserver-5.15.0)

Updates `org.mock-server:mockserver-junit-jupiter` from 5.13.2 to 5.15.0
- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)
- [Commits](mock-server/mockserver@mockserver-5.13.2...mockserver-5.15.0)

---
updated-dependencies:
- dependency-name: org.mock-server:mockserver-client-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mock-server:mockserver-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/mockserver.version-5.15.0 branch from a73f84f to 0237b25 Compare February 29, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants