diff --git a/modules/serverless-logic/pages/_common-content/downstream-post-create-project.adoc b/modules/serverless-logic/pages/_common-content/downstream-post-create-project.adoc index 48aad1d6..09ef72ae 100644 --- a/modules/serverless-logic/pages/_common-content/downstream-post-create-project.adoc +++ b/modules/serverless-logic/pages/_common-content/downstream-post-create-project.adoc @@ -45,3 +45,25 @@ ... ---- ++ +// Needed only for Developer Preview 3 +. *[Optional]* If you want to use Binary CloudEvents (where the event data is stored in the message body, and event attributes are stored as part of message metadata), you need to upgrade the version of the `quarkus-reactive-messaging-http` dependency: ++ +.Override of `quarkus-reactive-messaging-http` in `pom.xml` file +[source,xml,subs="attributes+"] +---- + + ... + + + ... + + io.quarkiverse.reactivemessaging.http + quarkus-reactive-messaging-http + 1.0.8 + + + + ... + +----