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

Bump mock-server.version from 5.11.2 to 5.13.1 in /java #182

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2022

Bumps mock-server.version from 5.11.2 to 5.13.1.
Updates mockserver-client-java from 5.11.2 to 5.13.1

Changelog

Sourced from mockserver-client-java's changelog.

[5.13.1] - 2022-04-02

Added

  • simplified JSON format accepted for headers and other multi-value maps by allowing single values to be used as value list
  • added warning message when content-length in expectation response is shorter than the body length
  • improved log output for multimap failures, especially when using schema matcher (i.e. with OpenAPI) for parameters, headers, etc
  • added support for endpoints examples in addition to existing schemas examples in an OpenAPI specifications

Changed

  • improved error messages from main method
  • always serialise default fields for StringBody and JsonBody when retrieving recorded expectations for consistency even when the charset changes
  • allow (and ignore) additional timestamp field for expectation JSON to support record request and responses to be submitted as JSON expectations
  • upgraded JVM version in docker (and helm) to 17
  • reduced memory footprint from log and simplified calculation of maximum log size
  • use JVM trust store in addition to MockServer CA for MockServerClient to allow control plane requests to go via proxies or load balancers that terminate TLS

Fixed

  • allow callback which is nested inside initializer class for maven plugin initializer
  • fixed HttpClassCallback static builder signature
  • improved parsing of media type parameters to handle parameter values with equal symbol
  • fixed serialising certificate chain to dashboard UI
  • used absolute URI form for requests to an HTTP proxy as per rfc2068 section 5.1.2
  • removed content-length and other hop by hop response headers for forward actions
  • fixed handling of headers and parameters specified without any values
  • fixed logLevel in MockServer instance Configuration, so it now sets the SystemProperty read by the logging configuration
  • fixed parallel execution of MockServerExtension to prevent port bind errors
  • fixed error parsing body parameters containing '/'
  • removed external references to schema specification to remove required network connectivity
  • fixed docker latest tag by worked around bug in sonatype not updating the LATEST metadata for snapshots
  • fixed partial deletion of expectations from watched file initialiser
  • resolved small memory leak during proxy authentication
  • updated verify by expectation id so it uses expectation match log events instead of the request matcher from the expectation

[5.13.0] - 2022-03-17

Added

  • added support for configuring log level via properties file
  • allow proactively initialisation of TLS so dynamic TLS CA key pair is created at start up
  • added control plane authorisation using mTLS
  • added control plane authorisation using JWT
  • added support for control plane JWTs supplier to client
  • added support for control plane JWT authorisation to specify required audience, matching claims and required claims
  • added control plane authorisation using both JWT and mTLS
  • added property to control maximum number of requests to return in verification failure, defaults to 10
  • added field to verifications to control maximum number of requests to return in verification failure, defaults to configuration property - item above
  • added remote address field to http requests that can be used by class or method callbacks
  • exposed remote address (i.e. client address) to method and class callbacks, logs and dashboard
  • exposed client certificate chain to method and class callbacks, logs and dashboard
  • added simpler mustache style response templates (in addition to existing javascript and velocity support)
  • added response template variables and functions for date, uuid, random, xPath and jsonPath for mustache

... (truncated)

Commits
  • 39d1cc6 [maven-release-plugin] prepare release mockserver-5.13.1
  • 5195c0a attempting to fix release process with new no-dependencies artefacts by addin...
  • 6284d51 attempting to fix release process with new no-dependencies artefacts - again
  • e495086 improved steps on cleanup after failed release
  • cdcba06 added steps on cleanup after failed release
  • 678304f attempting to fix release process with new no-dependencies artefacts
  • 3eb24de put back parallel running in build server because without it the java crashes...
  • 4fa8917 removed step from release process
  • a29d239 removed parallel maven execution from build server build to simplify understa...
  • 98ca70f try to resolve flaky test that is only flaky in build server
  • Additional commits viewable in compare view

Updates mockserver-core from 5.11.2 to 5.13.1

Changelog

Sourced from mockserver-core's changelog.

[5.13.1] - 2022-04-02

Added

  • simplified JSON format accepted for headers and other multi-value maps by allowing single values to be used as value list
  • added warning message when content-length in expectation response is shorter than the body length
  • improved log output for multimap failures, especially when using schema matcher (i.e. with OpenAPI) for parameters, headers, etc
  • added support for endpoints examples in addition to existing schemas examples in an OpenAPI specifications

Changed

  • improved error messages from main method
  • always serialise default fields for StringBody and JsonBody when retrieving recorded expectations for consistency even when the charset changes
  • allow (and ignore) additional timestamp field for expectation JSON to support record request and responses to be submitted as JSON expectations
  • upgraded JVM version in docker (and helm) to 17
  • reduced memory footprint from log and simplified calculation of maximum log size
  • use JVM trust store in addition to MockServer CA for MockServerClient to allow control plane requests to go via proxies or load balancers that terminate TLS

Fixed

  • allow callback which is nested inside initializer class for maven plugin initializer
  • fixed HttpClassCallback static builder signature
  • improved parsing of media type parameters to handle parameter values with equal symbol
  • fixed serialising certificate chain to dashboard UI
  • used absolute URI form for requests to an HTTP proxy as per rfc2068 section 5.1.2
  • removed content-length and other hop by hop response headers for forward actions
  • fixed handling of headers and parameters specified without any values
  • fixed logLevel in MockServer instance Configuration, so it now sets the SystemProperty read by the logging configuration
  • fixed parallel execution of MockServerExtension to prevent port bind errors
  • fixed error parsing body parameters containing '/'
  • removed external references to schema specification to remove required network connectivity
  • fixed docker latest tag by worked around bug in sonatype not updating the LATEST metadata for snapshots
  • fixed partial deletion of expectations from watched file initialiser
  • resolved small memory leak during proxy authentication
  • updated verify by expectation id so it uses expectation match log events instead of the request matcher from the expectation

[5.13.0] - 2022-03-17

Added

  • added support for configuring log level via properties file
  • allow proactively initialisation of TLS so dynamic TLS CA key pair is created at start up
  • added control plane authorisation using mTLS
  • added control plane authorisation using JWT
  • added support for control plane JWTs supplier to client
  • added support for control plane JWT authorisation to specify required audience, matching claims and required claims
  • added control plane authorisation using both JWT and mTLS
  • added property to control maximum number of requests to return in verification failure, defaults to 10
  • added field to verifications to control maximum number of requests to return in verification failure, defaults to configuration property - item above
  • added remote address field to http requests that can be used by class or method callbacks
  • exposed remote address (i.e. client address) to method and class callbacks, logs and dashboard
  • exposed client certificate chain to method and class callbacks, logs and dashboard
  • added simpler mustache style response templates (in addition to existing javascript and velocity support)
  • added response template variables and functions for date, uuid, random, xPath and jsonPath for mustache

... (truncated)

Commits
  • 39d1cc6 [maven-release-plugin] prepare release mockserver-5.13.1
  • 5195c0a attempting to fix release process with new no-dependencies artefacts by addin...
  • 6284d51 attempting to fix release process with new no-dependencies artefacts - again
  • e495086 improved steps on cleanup after failed release
  • cdcba06 added steps on cleanup after failed release
  • 678304f attempting to fix release process with new no-dependencies artefacts
  • 3eb24de put back parallel running in build server because without it the java crashes...
  • 4fa8917 removed step from release process
  • a29d239 removed parallel maven execution from build server build to simplify understa...
  • 98ca70f try to resolve flaky test that is only flaky in build server
  • Additional commits viewable in compare view

Updates mockserver-maven-plugin from 5.11.2 to 5.13.1

Commits
  • 6d4da04 [maven-release-plugin] prepare release mockserver-maven-plugin-5.13.1
  • b87ddf5 upgraded to MockServer 5.13.1 - missed one dependency
  • e4d9b8f upgraded to MockServer 5.13.1
  • 44f9316 switched back to jar-with-dependencies to ensure JDK logging library integrat...
  • 47d5200 fix: upgrade com.google.guava:guava from 31.0.1-jre to 31.1-jre
  • cdbae73 fix: upgrade com.google.guava:guava from 31.0.1-jre to 31.1-jre
  • 370123b fixed invalid pom.xml
  • 492d7fd fixes #1244 #1201 renamed all packages and added artefact called mockserver-m...
  • 9c87a63 fix: upgrade com.google.guava:guava from 31.0.1-jre to 31.1-jre
  • 5d419d2 fix: upgrade com.google.guava:guava from 31.0.1-jre to 31.1-jre
  • Additional commits viewable in compare view

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)

Bumps `mock-server.version` from 5.11.2 to 5.13.1.

Updates `mockserver-client-java` from 5.11.2 to 5.13.1
- [Release notes](https://github.com/jamesdbloom/mockservice/releases)
- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)
- [Commits](mock-server/mockserver@mockserver-5.11.2...mockserver-5.13.1)

Updates `mockserver-core` from 5.11.2 to 5.13.1
- [Release notes](https://github.com/jamesdbloom/mockservice/releases)
- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)
- [Commits](mock-server/mockserver@mockserver-5.11.2...mockserver-5.13.1)

Updates `mockserver-maven-plugin` from 5.11.2 to 5.13.1
- [Release notes](https://github.com/mock-server/mockserver-maven-plugin/releases)
- [Commits](mock-server/mockserver-maven-plugin@mockserver-maven-plugin-5.11.2...mockserver-maven-plugin-5.13.1)

---
updated-dependencies:
- dependency-name: org.mock-server:mockserver-client-java
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.mock-server:mockserver-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.mock-server:mockserver-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 4, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 4, 2022

Dependabot tried to add @cmgrote as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/IBM/watson-data-api-clients/pulls/182/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the IBM/watson-data-api-clients repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2022

Superseded by #185.

@dependabot dependabot bot closed this Apr 5, 2022
@dependabot dependabot bot deleted the dependabot/maven/java/mock-server.version-5.13.1 branch April 5, 2022 18:05
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.

0 participants