jooby icon indicating copy to clipboard operation
jooby copied to clipboard

build(deps): bump jakarta.ws.rs-api from 2.1.6 to 3.0.0

Open dependabot-preview[bot] opened this issue 3 years ago • 1 comments

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps jakarta.ws.rs-api from 2.1.6 to 3.0.0.

Release notes

Sourced from jakarta.ws.rs-api's releases.

3.0.0 Milestone 1

Changes for 3.0.0:

  • Package change from javax.ws.rs to jakarta.ws.rs in APIs and Specification document.
  • Removed Jersey as default client implementation.
  • Multiple improvement to MediaType checking.
  • Improvements to module-info.java
  • Deprecated usage of HEADER_DELEGATE in CacheControl
  • MultivaluedHashMap (by way of AbstractMultivaluedMap) is now serializable
  • Javadoc clarifications on SSE reconnect behavior
  • Javadoc clarifications on injection into resources/providers returned from getSingletons
  • Javadoc clarifications on Response.created()
  • Javadoc clarifications on ParamConverterProviders
  • Javadoc clarifications on the execution pipeline of MessageBodyReaders and MessageBodyWriters
  • Modified references to JCP/JSRs to proper Jakarta projects in spec document
  • Various corrections/improvements to spec document
  • Various changes to build artifacts, license references, etc.

Maven coordinates:

<dependency>
    <groupId>jakarta.ws.rs</groupId>
    <artifactId>jakarta.ws.rs-api</artifactId>
    <version>3.0.0-M1</version>
</dependency>

https://github.com/eclipse-ee4j/jaxrs-api/compare/2.1.6...3.0.0-m1

Commits

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

dependabot-preview[bot] avatar Nov 26 '20 05:11 dependabot-preview[bot]

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

dependabot-preview[bot] avatar Apr 28 '21 17:04 dependabot-preview[bot]