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 rest-assured from 3.3.0 to 4.0.0 in /modules/vault #1460

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 13, 2019

Bumps rest-assured from 3.3.0 to 4.0.0.

Changelog

Sourced from rest-assured's changelog.

Changelog 4.0.0 (2019-05-10)

  • Fix duplication of content type in the Spring MockMvc module (thanks to Gemini Kim for pull request)
  • Fixed issue with overwriting FailureConfig on settings other configs (#1127) (thanks to Victor Orlovsky for pull request)
  • Added version range for the Groovy dependency for the osgi module to be between 2.4 and less than 2.5. This is because the API has changed in Groovy 2.5. (thanks to Rikske54 for pull request)
  • Fixed so that using a ResponseSpecBuilder doesn't overwrite the configured config implicitly (issue 1128)
  • Add Apache Johnzon object mapper support (thanks to Andriy Redko for pull request)
  • Add support for MatcherConfig in RestAssuredMockMvcConfig (#1071) (thanks to Jurriaan Pruijs for pull request)
  • Supported for logging when assertion errors thrown from internal matcher #1129 (thanks to Gemini Kim for pull request)
  • Fixed so that there no longer are multiple versions of org.springframework:spring-web:jar, leading to inconsistent semantic behaviors (#1143) (thanks to HelloCoCooo for pull request)
  • Fixed issues with the use of maven-bundle-plugin which created duplicate classes in the distributed jar-files (#1117) (big thanks to Milen Dyankov, Steven Huypens and Mark Kolich for the help!)
  • Breaking changes introduced when solving #1117:
    • io.restassured.mapper.TypeRef has been moved to io.restassured.common.mapper.TypeRef
    • io.restassured.mapper.DataToDeserialize has been moved to io.restassured.common.mapper.DataToDeserialize
    • io.restassured.mapper.ObjectDeserializationContext has been moved to io.restassured.common.mapper.ObjectDeserializationContext
    • io.restassured.mapper.factory.GsonObjectMapperFactory has been moved to io.restassured.path.json.mapper.factory.GsonObjectMapperFactory
    • io.restassured.mapper.factory.Jackson1ObjectMapperFactory has been moved to io.restassured.path.json.mapper.factory.Jackson1ObjectMapperFactory
    • io.restassured.mapper.factory.Jackson2ObjectMapperFactory has been moved to io.restassured.path.json.mapper.factory.Jackson2ObjectMapperFactory
    • io.restassured.mapper.factory.DefaultGsonObjectMapperFactory has been moved to io.restassured.path.json.mapper.factory.DefaultGsonObjectMapperFactory
    • io.restassured.mapper.factory.DefaultJackson1ObjectMapperFactory has been moved to io.restassured.path.json.mapper.factory.DefaultJackson1ObjectMapperFactory
    • io.restassured.mapper.factory.DefaultJackson2ObjectMapperFactory has been moved to io.restassured.path.json.mapper.factory.DefaultJackson2ObjectMapperFactory
    • io.restassured.mapper.resolver.ObjectMapperResolver has been moved to io.restassured.common.mapper.resolver.ObjectMapperResolver
    • io.restassured.exception.PathException has been moved to io.restassured.common.exception.PathException
  • Removed deprecated methods:
    • io.restassured.RestAssured
      • withArguments
      • withNoArguments
    • io.restassured.builder.ResponseSpecBuilder
      • expectContent
    • io.restassured.builder.RequestSpecBuilder
      • setContent
      • addParameters
      • addParameter
      • addQueryParameters
      • addQueryParameter
      • addFormParameters
      • addFormParameter
      • addPathParameter
      • addPathParameters
      • setAuthentication
    • io.restassured.specification.ResponseSpecification
      • content
      • specification
    • io.restassured.specification.RequestSpecification
      • content
      • formParameters
      • formParameter
      • pathParameter
      • pathParameters
      • authentication
... (truncated)
Commits
  • 5d5d88a [maven-release-plugin] prepare release rest-assured-4.0.0
  • d4ddf03 Updated changelog with release date of 4.0.0
  • a2e7ed3 Upgraded spring-webmvc dependency from version 4.3.19.RELEASE to 4.3.23.RELEA...
  • 34cc24a Fixed typo in Javadoc of ValidatableResponseOptions.java (#1164)
  • 165a85b Fixed typo
  • abc3d14 Deprecating setRoot(..) in XmlPath and JsonPath, use setRootPath instead.
  • 0b1b245 Upgraded spring security optional dependency to 4.2.12 in order to fix a secu...
  • 400f91e Updated changelog to reflect latest changes
  • b562e5c Supports using MediaType for Accept header in WebTestClient (#1159)
  • 3d55fd5 Fixed issues and failing test
  • 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 will not automatically merge this PR because it includes a major update to a production dependency.


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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 13, 2019
@rnorth rnorth merged commit b7bbbfd into master May 15, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/modules/vault/io.rest-assured-rest-assured-4.0.0 branch May 15, 2019 08:35
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

2 participants