Skip to content

Changes

Summary

  1. [maven-release-plugin] prepare release 3.0-RC2 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. Fix ignored Message.of(payload, ack, nack) nack callback. #143 (#144) (details)
  4. Wrong assertion, test data starts with 0 #145 (details)
  5. Default-buffered strategy shouldn't emit onError signal to the downstream #147 (#149) (details)
  6. Make sure TCKs are CDI-version agnostic (details)
  7. Error propagation #148 (#150) (details)
Commit 8a408612d0195851f541006b1790ce4591f9d9cd by Microprofile Bot
[maven-release-plugin] prepare release 3.0-RC2
The file was modified pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified spec/pom.xml (diff)
Commit cbc19fb9309009b45d3cde9509b4d7085c1f333c by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
The file was modified pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified spec/pom.xml (diff)
Commit 54dc6ee3d996533a5d24f6f50f9e8ef434b665db by noreply
Fix ignored Message.of(payload, ack, nack) nack callback. #143 (#144)

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
The file was modified api/src/main/java/org/eclipse/microprofile/reactive/messaging/Message.java (diff)
Commit c769d040522709af753967633849be56d85ac7a0 by Daniel Kec
Wrong assertion, test data starts with 0 #145

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
The file was modified tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/ThrowExceptionOverflowStrategyOverflowTest.java (diff)
Commit b604d54e44b4bb23a8184a1600254038fc0aff97 by noreply
Default-buffered strategy shouldn't emit onError signal to the downstream #147 (#149)

The file was modified tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/DefaultOverflowStrategyOverflowTest.java (diff)
Commit 85ab132b4cd7f6c7abe81d21f48ec58be847f331 by Matej Novotny
Make sure TCKs are CDI-version agnostic
The file was modified tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanWithMissingChannel.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithEmptyOutgoing.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithIncompleteChain.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithBadOutgoingSignature.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithEmptyIncoming.java (diff)
Commit 6413bfe17a2fe3cfceb6e7fda344ec76b936824c by noreply
Error propagation #148 (#150)

The file was modified spec/src/main/asciidoc/architecture.asciidoc (diff)