t1 / problem-details

Problem Details [RFC-9457] Java API, TCK, and implementations for JAX-RS and (currently not) Spring Boot
Apache License 2.0
17 stars 5 forks source link

Bump microprofile from 3.3 to 5.0 #60

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps microprofile from 3.3 to 5.0.

Release notes

Sourced from microprofile's releases.

MicroProfile 5.0

Spec PDF | Spec HTML

Note that in this release, we are aligning every specification with Jakarta EE 9.1. This effectively creates an incompatible change due to the namespace change from javax to jakarta in the code.

Read more via release blog: MicroProfile 5.0 Release with Updated Jakarta EE 9.1 Dependencies

Based on MicroProfile's time-boxed release process, this is a major release that includes the following updates:

To get started with MicroProfile 5.0, add the following dependency to your pom.xml to get the complete MicroProfile stack:

<dependency>
    <groupId>org.eclipse.microprofile</groupId>
    <artifactId>microprofile</artifactId>
    <version>5.0</version>
    <type>pom</type>
    <scope>provided</scope>
</dependency>

Or, to import the transitive dependencies for selective use (ala BOM), add the following (using relevant dependencies) to your pom.xml:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.eclipse.microprofile</groupId>
            <artifactId>microprofile</artifactId>
            <version>5.0</version>
            <scope>import</scope>
            <type>pom</type>
        </dependency>
    </dependencies>
</dependencyManagement>

<dependencies> <dependency> <groupId>org.eclipse.microprofile.health</groupId> <artifactId>microprofile-health-api</artifactId> <scope>provided</scope> </dependency>

&lt;dependency&gt;

</tr></table>

... (truncated)

Commits
  • 4dbd3f5 [maven-release-plugin] prepare release 5.0
  • 07aa638 [maven-release-plugin] prepare for next development iteration
  • a21d442 [maven-release-plugin] prepare release 5.0
  • 574b4e4 [maven-release-plugin] prepare for next development iteration
  • f6b75e4 [maven-release-plugin] prepare release 5.0
  • 0df9add [maven-release-plugin] prepare for next development iteration
  • 0727cc9 [maven-release-plugin] prepare release 5.0
  • e76491b [maven-release-plugin] prepare for next development iteration
  • 855a9fb [maven-release-plugin] prepare release 5.0
  • 9aca49c Update spec doc for 5.0 release (#235)
  • 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 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)