Skip to content

Bump microprofile from 3.3 to 4.1#34

Open
dependabot-preview[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.eclipse.microprofile-microprofile-4.1
Open

Bump microprofile from 3.3 to 4.1#34
dependabot-preview[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.eclipse.microprofile-microprofile-4.1

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps microprofile from 3.3 to 4.1.

Release notes

Sourced from microprofile's releases.

MicroProfile 4.1

Spec PDF | Spec HTML

In this release, the requirement that CCR's need to be certified with Java SE 8 has been lifted to include any version above Java SE 8.

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

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

<dependency>
    <groupId>org.eclipse.microprofile</groupId>
    <artifactId>microprofile</artifactId>
    <version>4.1</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>4.1</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;
    &lt;groupId&gt;org.eclipse.microprofile.metrics&lt;/groupId&gt;
    &lt;artifactId&gt;microprofile-metrics-api&lt;/artifactId&gt;
    &lt;scope&gt;provided&lt;/scope&gt;
&lt;/dependency&gt;
&lt;dependency&gt;
&lt;groupId&gt;jakarta.ws.rs&lt;/groupId&gt;
&lt;artifactId&gt;jakarta.ws.rs-api&lt;/artifactId&gt;
&lt;scope&gt;provided&lt;/scope&gt;

</tr></table>

... (truncated)

Commits
  • ffadc33 [maven-release-plugin] prepare release 4.1
  • 182bd1c Updates for final release of MP 4.1 (#220)
  • a08d8a7 Merge pull request #222 from cesarhernandezgt/issue-221
  • 21b9c85 Added detail documentation for making a PR in mp
  • 1951cab [maven-release-plugin] prepare for next development iteration
  • ec41350 [maven-release-plugin] prepare release 4.1-RC2
  • a7345f8 Updates for MP 4.1-RC2 (#219)
  • 6211b89 [maven-release-plugin] prepare for next development iteration
  • 5f8e4d8 [maven-release-plugin] prepare release 4.1-RC1
  • 9b092e0 Updates for MP 4.1-RC1 (#217)
  • 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)
  • @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)

Bumps [microprofile](https://github.com/eclipse/microprofile) from 3.3 to 4.1.
- [Release notes](https://github.com/eclipse/microprofile/releases)
- [Commits](microprofile/microprofile@3.3...4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jul 21, 2021
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.

0 participants