Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WFLY-18621 Upgrade MicroProfile OpenAPI spec version to 3.1.1 #17270

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2023

https://issues.redhat.com/browse/WFLY-18621

Bumps version.org.eclipse.microprofile.openapi from 3.1 to 3.1.1.
Updates org.eclipse.microprofile.openapi:microprofile-openapi-api from 3.1 to 3.1.1

Release notes

Sourced from org.eclipse.microprofile.openapi:microprofile-openapi-api's releases.

3.1.1

MicroProfile OpenAPI 3.1.1

Javadocs | Spec: PDF | Spec: HTML | TCK

Coordinates on maven central:

<dependency>
    <groupId>org.eclipse.microprofile.openapi</groupId>
    <artifactId>microprofile-openapi-api</artifactId>
    <version>3.1.1</version>
</dependency>
Commits
  • 4dde40f [maven-release-plugin] prepare release 3.1.1
  • 9b9c7eb Merge pull request #566 from MikeEdgar/issue-565
  • 83cbec3 Auto formatter whitespace removal
  • bfdc2b7 Remove JDK 8 from Build workflow
  • 37aa2ea Bump microprofile-parent from 2.6 to 2.7
  • b6a0778 TCK: fix several incorrectly used annotations and associated tests (#562)
  • cb879f5 Merge pull request #563 from Azquelt/replace-jaxrs
  • 8900fa6 Use full spec name once for JAX-RS
  • d70799d Add missing yml suffix to conditions for serving /openapi endpoint (#561)
  • 4d7d30c TCK deps: MP Rest Client API to 3.0.1, JAXB to 3.0.1, BV to 3.0.2 (#560)
  • Additional commits viewable in compare view

Updates org.eclipse.microprofile.openapi:microprofile-openapi-tck from 3.1 to 3.1.1

Release notes

Sourced from org.eclipse.microprofile.openapi:microprofile-openapi-tck's releases.

3.1.1

MicroProfile OpenAPI 3.1.1

Javadocs | Spec: PDF | Spec: HTML | TCK

Coordinates on maven central:

<dependency>
    <groupId>org.eclipse.microprofile.openapi</groupId>
    <artifactId>microprofile-openapi-api</artifactId>
    <version>3.1.1</version>
</dependency>
Commits
  • 4dde40f [maven-release-plugin] prepare release 3.1.1
  • 9b9c7eb Merge pull request #566 from MikeEdgar/issue-565
  • 83cbec3 Auto formatter whitespace removal
  • bfdc2b7 Remove JDK 8 from Build workflow
  • 37aa2ea Bump microprofile-parent from 2.6 to 2.7
  • b6a0778 TCK: fix several incorrectly used annotations and associated tests (#562)
  • cb879f5 Merge pull request #563 from Azquelt/replace-jaxrs
  • 8900fa6 Use full spec name once for JAX-RS
  • d70799d Add missing yml suffix to conditions for serving /openapi endpoint (#561)
  • 4d7d30c TCK deps: MP Rest Client API to 3.0.1, JAXB to 3.0.1, BV to 3.0.2 (#560)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps `version.org.eclipse.microprofile.openapi` from 3.1 to 3.1.1.

Updates `org.eclipse.microprofile.openapi:microprofile-openapi-api` from 3.1 to 3.1.1
- [Release notes](https://github.com/eclipse/microprofile-open-api/releases)
- [Commits](eclipse/microprofile-open-api@3.1...3.1.1)

Updates `org.eclipse.microprofile.openapi:microprofile-openapi-tck` from 3.1 to 3.1.1
- [Release notes](https://github.com/eclipse/microprofile-open-api/releases)
- [Commits](eclipse/microprofile-open-api@3.1...3.1.1)

---
updated-dependencies:
- dependency-name: org.eclipse.microprofile.openapi:microprofile-openapi-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.microprofile.openapi:microprofile-openapi-tck
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 10, 2023
@wildfly-bot
Copy link

wildfly-bot bot commented Oct 10, 2023

WildFly Bot recognized this PR as dependabot dependency update. Please create a WFLY issue and add its ID to the title and its link to the description.

@github-actions github-actions bot added the deps-ok Dependencies have been checked, and there are no significant changes label Oct 10, 2023
@pferraro pferraro changed the title Bump version.org.eclipse.microprofile.openapi from 3.1 to 3.1.1 WFLY-18621 Upgrade MicroProfile OpenAPI spec version to 3.1.1 Oct 10, 2023
@bstansberry bstansberry merged commit a1d4c80 into main Oct 12, 2023
17 of 18 checks passed
@dependabot dependabot bot deleted the dependabot/maven/version.org.eclipse.microprofile.openapi-3.1.1 branch October 12, 2023 13:33
@bstansberry
Copy link
Contributor

Thanks @pferraro

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 deps-ok Dependencies have been checked, and there are no significant changes java Pull requests that update Java code
Projects
None yet
2 participants