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

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

Release notes

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

MicroProfile Rest Client 1.3.1

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.1</version>
</dependency>

Update since 1.3:

  • Removed hard dependency on JSON-B. As in MP Rest Client 1.2, the dependency will be optional. Like 1.2, implementors must provide a JSON-B entity provider if the JSON-B APIs are available.
  • Fixed an issue in the SSL TCK tests with newer versions of Jetty. See issue #194 for more details.

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

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

... (truncated)
Commits
  • a706ec8 [maven-release-plugin] prepare release 1.3.1
  • 8a02d31 Missing import
  • 5932506 Make JSON-B optional to keep EE7 compatibility
  • 2972c08 Issue 194: Use sslContextFactory.setEndpointIdentificationAlgorithm(null) in ...
  • 020919e [maven-release-plugin] prepare for next development iteration
  • 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
  • Additional commits viewable in compare view

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

Release notes

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

MicroProfile Rest Client 1.3.1

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.1</version>
</dependency>

Update since 1.3:

  • Removed hard dependency on JSON-B. As in MP Rest Client 1.2, the dependency will be optional. Like 1.2, implementors must provide a JSON-B entity provider if the JSON-B APIs are available.
  • Fixed an issue in the SSL TCK tests with newer versions of Jetty. See issue #194 for more details.

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

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

... (truncated)
Commits
  • a706ec8 [maven-release-plugin] prepare release 1.3.1
  • 8a02d31 Missing import
  • 5932506 Make JSON-B optional to keep EE7 compatibility
  • 2972c08 Issue 194: Use sslContextFactory.setEndpointIdentificationAlgorithm(null) in ...
  • 020919e [maven-release-plugin] prepare for next development iteration
  • 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
  • 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.1.

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

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

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 22, 2019
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