Quarkus Flow 1.0.0 released - #2914
Open
ricardozanini wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Announces Quarkus Flow 1.0.0 and adds Ricardo Zanini as an author.
Changes:
- Adds a detailed Quarkus Flow release post.
- Adds Ricardo Zanini’s author metadata.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Summary |
|---|---|
_posts/2026-08-21-quarkus-flow-1-0-0-released.adoc |
Critical issue (2 votes): the dependency example requires the Flow BOM or an explicit 1.0.0 version. |
_data/authors.yaml |
Critical issue (3 votes): the new author key is concatenated to the previous scalar, making the YAML invalid; insert a newline. |
Suppressed comments (2)
_posts/2026-08-21-quarkus-flow-1-0-0-released.adoc:86
- The 1.0.0 messaging guide requires enabling the Flow bridge (
quarkus.flow.messaging.defaults-enabled=true) and configuring themp.messaging.*channels in production; having a Kafka or AMQP connector already configured is not sufficient for these tasks to work. Please qualify this sentence so readers do not expectemit/listento work without that setup.
Quarkus Flow integrates with SmallRye Reactive Messaging out of the box. Workflows can emit and consume CloudEvents through any supported connector (Kafka, AMQP, and others), with no extra configuration beyond what you already have in your Quarkus app.
_posts/2026-08-21-quarkus-flow-1-0-0-released.adoc:52
set(Map.of(...))is the map/literal overload, so${ .name }is stored as text rather than evaluated. The Java example therefore does not produce the same greeting as the YAML example. Use the string/JQ overload here (or remove the interpolation and make the example explicitly literal).
.tasks(set(Map.of("message", "Hello, ${ .name }!"))) // or you can use a jq string expression like in the YAML example
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Add blog post and author entry for ricardozanini. Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
ricardozanini
force-pushed
the
announce-quarkus-flow-1-0-0
branch
from
August 22, 2026 01:41
5586d49 to
82f46cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Blog post announcing the first stable release of Quarkus Flow, a lightweight workflow engine for Quarkus based on the Open Workflow Specification (CNCF sandbox project).
Also adds the author entry for ricardozanini.