Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Conversation

@dependabot-preview
Copy link

Bumps version.microprofile.restclient from 1.2.1 to 1.3.

Updates microprofile-rest-client-api from 1.2.1 to 1.3

Release notes

Sourced from microprofile-rest-client-api's releases.

MicroProfile Rest Client 1.3

MicroProfile Rest Client Spec PDF
MicroProfile Rest Client Spec HTML
MicroProfile Rest Client Spec Javadocs

To add to you Maven pom.xml file:

<dependency>
    <groupId>org.eclipse.microprofile.rest.client</groupId>
    <artifactId>microprofile-rest-client-api</artifactId>
    <version>1.3</version>
</dependency>

Key features:

  • Simpler configuration using configKeys - allowing multiple client interfaces to be configured with the same configuration settings.
  • SSL configuration support.
  • Allow client proxies to be cast to Closeable/AutoCloseable, enabling resources to be cleaned up after use.
  • Defined application/json to be the default MediaType if none is specified in @Produces/@Consumes.

MicroProfile Rest Client 1.3 RC1

MicroProfile Rest Client Spec PDF
MicroProfile Rest Client Spec HTML
MicroProfile Rest Client Spec Javadocs

To add to you Maven pom.xml file:

<dependency>
    <groupId>org.eclipse.microprofile.rest.client</groupId>
    <artifactId>microprofile-rest-client-api</artifactId>
    <version>1.3-RC1</version>
</dependency>

Key features:

  • Simpler configuration using configKeys - allowing multiple client interfaces to be configured with the same configuration settings.
  • SSL configuration support.
  • Allow client proxies to be cast to Closeable/AutoCloseable, enabling resources to be cleaned up after use.
  • Defined application/json to be the default MediaType if none is specified in @Produces/@Consumes.
Commits
  • 92527a0 [maven-release-plugin] prepare release 1.3
  • 8980d0f Merge pull request #193 from andymc12/closeable
  • 6b068c5 Clarify interfaces can extend Closeable/AutoCloseable
  • 1b06a32 Merge pull request #191 from andymc12/releaseTweaks
  • 7d941f1 Minor javadoc, version and spec tweaks
  • 8b4ba92 [maven-release-plugin] prepare for next development iteration
  • 6a76da6 [maven-release-plugin] prepare release 1.3-RC1
  • c6de32a Merge pull request #189 from andymc12/webinf
  • 5e4c9ce Use WEB-INF/classes/META-INF for test app resources
  • b45038f Merge pull request #187 from michalszynkiewicz/155-ssl
  • Additional commits viewable in compare view

Updates microprofile-rest-client-tck from 1.2.1 to 1.3

Release notes

Sourced from microprofile-rest-client-tck's releases.

MicroProfile Rest Client 1.3

MicroProfile Rest Client Spec PDF
MicroProfile Rest Client Spec HTML
MicroProfile Rest Client Spec Javadocs

To add to you Maven pom.xml file:

<dependency>
    <groupId>org.eclipse.microprofile.rest.client</groupId>
    <artifactId>microprofile-rest-client-api</artifactId>
    <version>1.3</version>
</dependency>

Key features:

  • Simpler configuration using configKeys - allowing multiple client interfaces to be configured with the same configuration settings.
  • SSL configuration support.
  • Allow client proxies to be cast to Closeable/AutoCloseable, enabling resources to be cleaned up after use.
  • Defined application/json to be the default MediaType if none is specified in @Produces/@Consumes.

MicroProfile Rest Client 1.3 RC1

MicroProfile Rest Client Spec PDF
MicroProfile Rest Client Spec HTML
MicroProfile Rest Client Spec Javadocs

To add to you Maven pom.xml file:

<dependency>
    <groupId>org.eclipse.microprofile.rest.client</groupId>
    <artifactId>microprofile-rest-client-api</artifactId>
    <version>1.3-RC1</version>
</dependency>

Key features:

  • Simpler configuration using configKeys - allowing multiple client interfaces to be configured with the same configuration settings.
  • SSL configuration support.
  • Allow client proxies to be cast to Closeable/AutoCloseable, enabling resources to be cleaned up after use.
  • Defined application/json to be the default MediaType if none is specified in @Produces/@Consumes.
Commits
  • 92527a0 [maven-release-plugin] prepare release 1.3
  • 8980d0f Merge pull request #193 from andymc12/closeable
  • 6b068c5 Clarify interfaces can extend Closeable/AutoCloseable
  • 1b06a32 Merge pull request #191 from andymc12/releaseTweaks
  • 7d941f1 Minor javadoc, version and spec tweaks
  • 8b4ba92 [maven-release-plugin] prepare for next development iteration
  • 6a76da6 [maven-release-plugin] prepare release 1.3-RC1
  • c6de32a Merge pull request #189 from andymc12/webinf
  • 5e4c9ce Use WEB-INF/classes/META-INF for test app resources
  • b45038f Merge pull request #187 from michalszynkiewicz/155-ssl
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • 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.

Bumps `version.microprofile.restclient` from 1.2.1 to 1.3.

Updates `microprofile-rest-client-api` from 1.2.1 to 1.3
- [Release notes](https://github.com/eclipse/microprofile-rest-client/releases)
- [Commits](microprofile/microprofile-rest-client@1.2.1...1.3)

Updates `microprofile-rest-client-tck` from 1.2.1 to 1.3
- [Release notes](https://github.com/eclipse/microprofile-rest-client/releases)
- [Commits](microprofile/microprofile-rest-client@1.2.1...1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 15, 2019
@dependabot-preview
Copy link
Author

Superseded by #93.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/version.microprofile.restclient-1.3 branch May 22, 2019 06:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant