Skip to content

Commit 3812f50

Browse files
committed
Review and polishing
Signed-off-by: Michal Maléř <mmaler@redhat.com>
1 parent c58c10c commit 3812f50

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

_posts/2025-10-23-mmaler-blogpost-2-quarkus-runtime-and-framework-for-cloud-native-java.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Choose the mode that matches your workload profile, cold-start targets, and cost
103103

104104
Quarkus also includes structured health checks, metrics, and tracing, which align the runtime with production standards from day one.
105105

106-
Put together, these translated into in-production choices provide measurable wins, as the next examples illustrate.
106+
Taken together, these in production choices provide measurable wins, as the next examples illustrate.
107107

108108
image::7-success-stories.png[alt="Real-world success stories using Quarkus", width=100%]
109109

@@ -167,14 +167,17 @@ For more information, see the link:https://quarkus.io/blog/logicdrop-customer-st
167167

168168
== Conclusion
169169

170-
Quarkus unifies the strengths of a development framework, and a runtime.
171-
170+
Quarkus unifies the strengths of a development framework and a runtime.
172171
As a framework, it provides structure, conventions, and a cohesive developer experience.
173172
As a runtime, it delivers fast startup, low memory use, and operational consistency in the cloud.
174-
175173
This dual role helps teams standardize practices, reduce costs, and ship resilient cloud-native services.
176174

175+
Quarkus is built in the open under the Apache License 2.0, governed with the Commonhaus model, and developed end-to-end on GitHub.
176+
Beyond the core project, the ecosystem includes the link:https://hub.quarkiverse.io/[Quarkiverse Hub], a community-run collection of Quarkus link:https://quarkus.io/extensions/[extensions] and related projects.
177+
The Quarkiverse Hub provides repository hosting with build, CI, and release publishing, so features land as versioned, testable modules you can adopt, fork, or extend.
178+
177179
image::8-expectations.png[alt="Setting expectations for performance and developer experience with Quarkus", width=100%]
178180

179-
For a closer look at how Quarkus makes Java cloud-native, see the https://quarkus.io/blog/mmaler-blogpost-1-intro/[introductory blog post].
181+
So, that’s all for now, thank you for reading, and let’s meet again in the third article of this series, which will cover building your own stack with Quarkus.
180182

183+
For a closer look at how Quarkus makes Java cloud-native, see the https://quarkus.io/blog/mmaler-blogpost-1-intro/[introductory blog post].

0 commit comments

Comments
 (0)