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

Bump microprofile-reactive-streams-operators.version from 1.0.1 to 3.0 #133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps microprofile-reactive-streams-operators.version from 1.0.1 to 3.0.
Updates microprofile-reactive-streams-operators-api from 1.0.1 to 3.0

Release notes

Sourced from microprofile-reactive-streams-operators-api's releases.

MicroProfile Reactive Streams Operators 3.0

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0</version>
</dependency>

MicroProfile Reactive Streams Operators 3.0-RC1

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0-RC1</version>
</dependency>

MicroProfile Reactive Streams Operators 2.0

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>2.0</version>
</dependency>

2.0-RC1

This release only contains one change, which is to bring in Reactive Stream newly released 2.0-RC1. Javadocs | Spec PDF |Spec html This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
</tr></table> 

... (truncated)

Commits
  • c82adfd [maven-release-plugin] prepare release 3.0
  • 568ce2f [maven-release-plugin] prepare for next development iteration
  • d8c73d5 [maven-release-plugin] prepare release 3.0-RC1
  • 9cde7af ServiceLoader.load() should be in a privileged action (#170)
  • 4c4eacc Add Helidon as available implementation (#172)
  • ab35872 Merge pull request #174 from Emily-Jiang/jakartaee-9.1-alignment
  • 6e47b08 more update for Jakarta EE 9.1 alignment
  • a61e00f Jakarta EE 9.1 Alignment (#171)
  • 9f94118 Merge pull request #167 from soujava/update_readme_add_vendor
  • b92c4ed Update README.adoc
  • Additional commits viewable in compare view

Updates microprofile-reactive-streams-operators-core from 1.0.1 to 3.0

Release notes

Sourced from microprofile-reactive-streams-operators-core's releases.

MicroProfile Reactive Streams Operators 3.0

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0</version>
</dependency>

MicroProfile Reactive Streams Operators 3.0-RC1

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0-RC1</version>
</dependency>

MicroProfile Reactive Streams Operators 2.0

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here. This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>2.0</version>
</dependency>

2.0-RC1

This release only contains one change, which is to bring in Reactive Stream newly released 2.0-RC1. Javadocs | Spec PDF |Spec html This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
</tr></table> 

... (truncated)

Commits
  • c82adfd [maven-release-plugin] prepare release 3.0
  • 568ce2f [maven-release-plugin] prepare for next development iteration
  • d8c73d5 [maven-release-plugin] prepare release 3.0-RC1
  • 9cde7af ServiceLoader.load() should be in a privileged action (#170)
  • 4c4eacc Add Helidon as available implementation (#172)
  • ab35872 Merge pull request #174 from Emily-Jiang/jakartaee-9.1-alignment
  • 6e47b08 more update for Jakarta EE 9.1 alignment
  • a61e00f Jakarta EE 9.1 Alignment (#171)
  • 9f94118 Merge pull request #167 from soujava/update_readme_add_vendor
  • b92c4ed Update README.adoc
  • 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `microprofile-reactive-streams-operators.version` from 1.0.1 to 3.0.

Updates `microprofile-reactive-streams-operators-api` from 1.0.1 to 3.0
- [Release notes](https://github.com/eclipse/microprofile-reactive-streams-operators/releases)
- [Commits](eclipse/microprofile-reactive-streams-operators@1.0.1...3.0)

Updates `microprofile-reactive-streams-operators-core` from 1.0.1 to 3.0
- [Release notes](https://github.com/eclipse/microprofile-reactive-streams-operators/releases)
- [Commits](eclipse/microprofile-reactive-streams-operators@1.0.1...3.0)

---
updated-dependencies:
- dependency-name: org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2023

The following labels could not be found: area/dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants