Skip to content

Bump mockserver-junit-jupiter from 5.11.2 to 5.12.0#2065

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/org.mock-server-mockserver-junit-jupiter-5.12.0
Closed

Bump mockserver-junit-jupiter from 5.11.2 to 5.12.0#2065
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/org.mock-server-mockserver-junit-jupiter-5.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2022

Bumps mockserver-junit-jupiter from 5.11.2 to 5.12.0.

Changelog

Sourced from mockserver-junit-jupiter's changelog.

[5.12.0] - 2022-02-12

Added

  • index.yaml to www.mock-server.com so it can be used as a helm chart repository
  • command line flags can now be set as environment variables simplifying some container deployment scenarios
  • glob support for initialisation files to allow multiple files to be specified
  • request and response modifiers to dynamically update path, query parameters, headers, and cookies
  • custom factory for key and certificates to provide more flexibility
  • support for Open API expectations in json initialisation file
  • improved @​MockServerTest to support inheritance
  • more flexibility over semicolon parsing for query parameters
  • shaded jar for mockserver-netty and mockserver-client-java to reduce impact of dependency version mismatches with projects including these dependencies

Changed

  • ensured that TCP connections are closed immediately when shutting down to improved time before operating system frees the port
  • reduce noise from Netty INFO logs that were not correct or misleading
  • retrieveRecordedRequests now returns HttpRequest[]
  • made it easier to set priority and id both in Java and Node clients in multiple places
  • changed default charset for JSON and XML to UTF-8 from ISO 8859-1
  • error handling for Open API so only single operation is skipped on failure not the entire file
  • reduced over resolution of OpenAPI that triggered bugs in Swagger Parser V3 library
  • replaces JDK FileWatcher with custom solution for watch file changes to work around multiple JDK bugs
  • improved helm chart by supporting more configuration options
  • remove explicit calls to System.gc()

Fixed

  • resolved multiple issues with clearing by expectation id
  • resolved multiple issues with verifying by expectation id
  • resolved multiple NullPointerExceptions in backend for UI
  • ensure exact query parameter string is proxied allowing for empty values, leading ! or or other special scenarios
  • improved expectation updates from FileWatcher so only expecation from matching source are updated resolving multiple bugs
  • ensured socket protocol of HTTPS is honoured resulting in forwarded requests using TLS
  • fixed logging of exceptions such as port already bound at startup
  • fixed retrieval of active exceptions where expectations were no longer active but not yet removed from expectations list
  • no longer treat ndjson as json
  • accessing UI via a reverse proxy or load balancer
Commits
  • 61747fd [maven-release-plugin] prepare release mockserver-5.12.0
  • 1f51085 fixed Open API specification version
  • 6d3bfb9 added examples for verify by expectation id to website
  • 57dab41 Bump google-http-client.version from 1.41.3 to 1.41.4
  • 30f5f11 added examples for verify by expectation id
  • bfc3874 removing report sectioon as surefire report is not practical or worthwhile using
  • 6807599 Bump maven-javadoc-plugin from 3.3.1 to 3.3.2
  • 62cfa8b attempt to fix generation of failing test report
  • 88d694b added documentation for clear by expectation id and forward request and respo...
  • 5104722 removed old example files
  • 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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 5, 2022
@dependabot dependabot bot force-pushed the dependabot/gradle/org.mock-server-mockserver-junit-jupiter-5.12.0 branch 2 times, most recently from 6718a33 to 80baebf Compare March 5, 2022 17:05
@vidakovic
Copy link
Copy Markdown
Contributor

Not really sure why this one wouldn't pass... maybe transitive dependency on Bouncycastle? Investigating later.

@vidakovic vidakovic self-requested a review March 5, 2022 17:36
@dependabot dependabot bot force-pushed the dependabot/gradle/org.mock-server-mockserver-junit-jupiter-5.12.0 branch from 80baebf to 367d486 Compare March 5, 2022 17:39
Bumps [mockserver-junit-jupiter](https://github.com/jamesdbloom/mockservice) from 5.11.2 to 5.12.0.
- [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.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.mock-server-mockserver-junit-jupiter-5.12.0 branch from 367d486 to 3e89832 Compare March 5, 2022 17:39
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Mar 5, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

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

@vidakovic
Copy link
Copy Markdown
Contributor

Duplicate PR

@vidakovic vidakovic closed this Mar 6, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/org.mock-server-mockserver-junit-jupiter-5.12.0 branch March 6, 2022 12:46
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant