You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-10-23-mmaler-blogpost-2-quarkus-runtime-and-framework-for-cloud-native-java.adoc
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Choose the mode that matches your workload profile, cold-start targets, and cost
103
103
104
104
Quarkus also includes structured health checks, metrics, and tracing, which align the runtime with production standards from day one.
105
105
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.
107
107
108
108
image::7-success-stories.png[alt="Real-world success stories using Quarkus", width=100%]
109
109
@@ -167,14 +167,17 @@ For more information, see the link:https://quarkus.io/blog/logicdrop-customer-st
167
167
168
168
== Conclusion
169
169
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.
172
171
As a framework, it provides structure, conventions, and a cohesive developer experience.
173
172
As a runtime, it delivers fast startup, low memory use, and operational consistency in the cloud.
174
-
175
173
This dual role helps teams standardize practices, reduce costs, and ship resilient cloud-native services.
176
174
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
+
177
179
image::8-expectations.png[alt="Setting expectations for performance and developer experience with Quarkus", width=100%]
178
180
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.
180
182
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