Skip to content

Releases: eclipse/microprofile-reactive-messaging

3.0.1

16 Apr 15:37
Compare
Choose a tag to compare

Javadocs | Spec PDF | Spec html.
You can find the details here.

This release can be consumed by adding the following dependency to your build:
Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.reactive.messaging</groupId>
  <artifactId>microprofile-reactive-messaging-api</artifactId>
  <version>3.0.1</version>
</dependency>

MicroProfile Reactive Messaging 3.0

16 Sep 18:22
Compare
Choose a tag to compare

Javadocs | Spec PDF | Spec html.
This release includes one spec clarification. You can find the details here.

This release can be consumed by adding the following dependency to your build:
Maven coordinates:

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

3.0-RC3

28 Jul 12:58
Compare
Choose a tag to compare
3.0-RC3 Pre-release
Pre-release

Javadocs | Spec PDF | Spec html.
This release includes one spec clarification. You can find the details here.

This release can be consumed by adding the following dependency to your build:
Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.reactive.messaging</groupId>
  <artifactId>microprofile-reactive-messaging-api</artifactId>
  <version>3.0-RC3</version>
</dependency>

MicroProfile Reactive Messaging 3.0-RC2

10 Feb 09:56
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF | Spec html.
This release includes one spec clarification. You can find the details here.

This release can be consumed by adding the following dependency to your build:
Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.reactive.messaging</groupId>
  <artifactId>microprofile-reactive-messaging-api</artifactId>
  <version>3.0-RC2</version>
</dependency>

MicroProfile Reactive Messaging 3.0-RC1

08 Feb 09:50
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF | Spec html.
This release includes one spec clarification. You can find the details here.

This release can be consumed by adding the following dependency to your build:
Maven coordinates:

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

MicroProfile Reactive Messaging 2.0.1

10 Sep 17:23
Compare
Choose a tag to compare

Javadocs | Spec PDF | Spec html.
This release includes one spec clarification. You can find the details here.

This release can be consumed by adding the following dependency to your build:
Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.reactive.messaging</groupId>
  <artifactId>microprofile-reactive-messaging-api</artifactId>
  <version>2.0.1</version>
</dependency>

MicroProfile Reactive Messaging 2.0.1-RC2

08 Sep 15:14
Compare
Choose a tag to compare

Javadocs | Spec PDF | Spec html.

This release can be consumed by adding the following dependency to your build:
Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.reactive.messaging</groupId>
  <artifactId>microprofile-reactive-messaging-api</artifactId>
  <version>2.0.1-RC2</version>
</dependency>

MicroProfile Reactive Messaging 2.0

14 May 13:56
Compare
Choose a tag to compare

Javadocs | Spec PDF | Spec html.
This release includes the following issues. You can found the release note here.

This release can be consumed by adding the following dependency to your build:
Maven coordinates:

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

MicroProfile Reactive Messaging 2.0-RC1

24 Feb 09:59
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF |Spec html.
This release includes the following issues. You can found the release note here.

This release can be consumed by adding the following dependency to your build:
Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.reactive.messaging</groupId>
  <artifactId>microprofile-reactive-messaging-api</artifactId>
  <version>2.0-RC1</version>
</dependency>

MicroProfile Reactive Messaging 1.0

04 Jul 15:58
Compare
Choose a tag to compare

Javadocs | Spec PDF |Spec html
This is the 1.0 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.reactive.messaging</groupId>
  <artifactId>microprofile-reactive-messaging-api</artifactId>
  <version>1.0</version>
</dependency>