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.0.0 to 3.2.0 in /modules/vault #1044

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps rest-assured from 3.0.0 to 3.2.0.

Changelog

Sourced from rest-assured's changelog.

Changelog 3.2.0 (2018-10-19)

  • Added OSGi support (thanks to ponziani for pull request)
  • Make it clear that junit is only a test scope dependency (thanks to Eric Pabst for pull request)
  • Changed MockMvcParamConfig.attributeUpdateStrategy() to actually return the attributeUpdateStrategy and not the formParamsUpdateStrategy.
  • Added a spring-web-test-client module which let's you unit test Spring Webflux Controllers using the REST Assured DSL. Depend on artifact id "spring-web-test-client" using group id "io.rest-assured" from Maven to use it. Then use io.restassured.module.webtestclient.RestAssuredWebTestClient to get started (thanks to Olga Maciaszek-Sharma for pull request)
  • Upgraded to from Groovy 2.4.12 to 2.4.15
  • Upgraded Scala from version 2.11.12 to 2.12.7, this also means that the Scala support module now requires Java 8.
  • Rest Assured now requires Java 6 (previously Java 5 was required).
  • Moved XmlAssertion from io.restassured.assertion package to io.restassured.internal.path.xml since it's an internal class (issue 1051)

Changelog 3.1.1 (2018-08-17)

  • Ensure RequestSpecBuilder picks up static config (issue 1012). (thanks to Peter Major for pull request)
  • Support multiple 'Set-Cookie' headers in a response (issue 1016). (thanks to runtarinn for pull request)
  • Fixed OAuth 1 for GET requests (thanks to Corneliu Duplachi for pull request)
  • Add detailed cookie matching to RequestSpecBuilder (thanks to Peter Major for pull request)
  • Add File Size to InputStreamEntity (issue 988) (thanks to vjykumar for pull request)
  • Properly encodes JSON from InputStream (issue 1040) (thanks to Maksymilian Pawlak for pull request)
  • Implemented ability to add headers to a multipart using the MultiPartSpecBuilder

Changelog 3.1.0 (2018-04-20)

  • Fixed generics handling of the detailed cookie matcher (thanks to Rafał Siwiec for pull request)

  • Now using Type instead of Class in the API for mapping to Java Objects. For users of the REST Assured API the change is most prominent in the
    "ResponseBodyExtractionOptions" interface where the "as" method now takes a "java.lang.Type" instead of "java.lang.Class". This should not cause
    any backward incompatibilities. However this change also applies to ObjectMapperFactory's where there is a chance of backward incompatibilities
    to arise. For example if you previously had a custom JAXBObjectMapperFactory that looked like this:

    public class MyJAXBObjectMapperFactory implements JAXBObjectMapperFactory {
    public JAXBContext create(Class cls, String charset) {
    ...
    }
    }

    you now need to change it to:

    public class MyJAXBObjectMapperFactory implements JAXBObjectMapperFactory {
    public JAXBContext create(Type cls, String charset) {
    ...
    }
    }

    (note the change from Class to Type). This was needed for swagger integration (issue 980). (thanks to Victor Orlovsky for pull request)

  • Add better integration for standard HTTP methods with Apache HttpClient which also solves an issue content-type header being generated for empty GET requests (issue 974) (thanks to Daniel Dyląg for pull request)

  • No longer using DEF_CONTENT_CHARSET from Apache HttpClient since it caused compatibility issues (issue 757)

  • Fix for #979 Removing Authorization header when setting auth().none() (issue 979) (thanks to jovanovicivan for pull request)

  • Fixed so that header equals is case-insensitive (issue 999) (thanks to Todd Bradley for pull request)

  • Allow querying (extracting values out of) a request specification using the io.restassured.specification.SpecificationQuerier. For example:
    RequestSpecification spec = ...

... (truncated)
Commits
  • 7393ba7 [maven-release-plugin] prepare release rest-assured-3.2.0
  • 083a2cc Preparing changelog for release 3.2.0
  • 4f21537 Trying another way to specify profiles
  • 4178f9f Caching m2 directory for fast build times
  • a1cda9f Trying empty space in profile
  • c3fd06a Using jdk11
  • b8bfbaa Trying travis matrix config
  • c855e9d Trying to fix travis tests (again)
  • 68736e8 Updated changelog to reflect latest changes
  • 571dc1a Moved XmlPath to internal package where it belongs
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @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 dependencies Pull requests that update a dependency file java labels Dec 23, 2018
@rnorth rnorth merged commit a43877a into master Dec 23, 2018
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/modules/vault/io.rest-assured-rest-assured-3.2.0 branch December 23, 2018 21:10
@bsideup bsideup added this to the 1.10.4 milestone Dec 28, 2018
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

3 participants