Skip to content

Commit 4d5e95f

Browse files
authored
Merge pull request #48369 from Izziizzi-ux/patch-1
Update platform.adoc
2 parents 765160e + cd5c61d commit 4d5e95f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/src/main/asciidoc/platform.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,19 @@ include::_attributes.adoc[]
1111

1212
The Quarkus extension ecosystem consists of the Quarkus extensions developed and maintained by the community, including the Quarkus core development team. While the Quarkus ecosystem (sometimes also referred to as the "Quarkus universe") includes all the Quarkus extensions ever developed, there is also a concept of a Quarkus platform.
1313

14-
== Quarkus Platform
14+
== What is the Quarkus Platform?
15+
16+
The Quarkus Platform is a curated set of extensions, tools, and configurations that make it easier to build, test, and deploy Java applications with Quarkus.
1517

1618
The fundamental promise of a Quarkus platform is any combination of the Quarkus extensions the platform consists of can be used in the same application without causing any conflict for each other.
1719
Each organization creating their Quarkus platform may establish their own criteria for the extensions to be accepted into the platform and the means to guarantee the compatibility between the accepted extensions.
1820

21+
== How does the Quarkus Platform help?
22+
When multiple extensions are used in the same project, a Quarkus platform BOM ensures:
23+
* version compatibility between the dependencies;
24+
* simplified dependency management;
25+
* easier upgrades.
26+
1927
=== Quarkus Platform Artifacts
2028

2129
Each Quarkus platform is defined with a few artifacts.

0 commit comments

Comments
 (0)