Skip to content

Commit

Permalink
update the release note for 3.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Aug 1, 2022
1 parent 244d8ef commit 9bd3be8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spec/src/main/asciidoc/release_notes.asciidoc
Expand Up @@ -26,7 +26,13 @@ A full list of changes delivered in the 3.0 release can be found at link:https:/
This release aligns with Jakarta EE 9.1 (link:https://github.com/eclipse/microprofile-reactive-messaging/issues/137[137]), so it won't work with earlier versions of Jakarta or Java EE.

==== API/SPI Changes
There are no functional changes introduced in this release, except the dependency updating from javax to jakarta.
- Acknowledgement doesn't work with default Message.of(T,ack, nack)(link:https://github.com/eclipse/microprofile-reactive-messaging/issues/143[#143])

=== Other Changes
- Wrong assertion in ThrowExceptionOverflowStrategyOverflowTest (link:https://github.com/eclipse/microprofile-reactive-messaging/issues/145[#145])
- DefaultOverflowStrategyOverflowTest expects downstream error (link:https://github.com/eclipse/microprofile-reactive-messaging/issues/147[#147])
- AsynchronousPayloadProcessorAckTest expects stream to continue after nack (link:https://github.com/eclipse/microprofile-reactive-messaging/issues/148[#148])
- Make the TCK tests CDI 4 compatible (link:https://github.com/eclipse/microprofile-reactive-messaging/issues/151[#151])

[[release_notes_20]]
== Release Notes for MicroProfile Reactive Messaging 2.0
Expand Down

0 comments on commit 9bd3be8

Please sign in to comment.