Skip to content

Commit 119ffd0

Browse files
committed
Sync documentation of main branch
1 parent ffa405c commit 119ffd0

File tree

7 files changed

+26
-36
lines changed

7 files changed

+26
-36
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ types:
5555
- title: Logging configuration
5656
filename: logging.adoc
5757
summary: "Read about the use of logging API in Quarkus, configuring logging output, and using logging adapters to unify the output from other logging APIs."
58-
categories: "getting-started, observability, core"
58+
categories: "core, getting-started, observability"
5959
id: logging
6060
type: reference
6161
url: /guides/logging
@@ -273,7 +273,7 @@ types:
273273
- title: Building a Native Executable
274274
filename: building-native-image.adoc
275275
summary: Build native executables with GraalVM or Mandrel.
276-
categories: "getting-started, native"
276+
categories: "native, getting-started"
277277
type: tutorial
278278
url: /guides/building-native-image
279279
- title: Collect metrics using Micrometer
@@ -325,7 +325,7 @@ types:
325325
- title: Secure a Quarkus application with Basic authentication and Jakarta Persistence
326326
filename: security-basic-authentication-tutorial.adoc
327327
summary: Secure your Quarkus application endpoints by combining the built-in Quarkus Basic authentication with the Jakarta Persistence identity provider to enable role-based access control (RBAC).
328-
categories: "getting-started, security"
328+
categories: "security, getting-started"
329329
id: security-basic-authentication-tutorial
330330
type: tutorial
331331
url: /guides/security-basic-authentication-tutorial
@@ -338,7 +338,7 @@ types:
338338
- title: Your second Quarkus application
339339
filename: getting-started-dev-services.adoc
340340
summary: This tutorial shows you how to create an application which writes to and reads from a database.
341-
categories: "getting-started, data, core"
341+
categories: "core, getting-started, data"
342342
id: getting-started-dev-services-tutorial
343343
type: tutorial
344344
url: /guides/getting-started-dev-services
@@ -394,7 +394,7 @@ types:
394394
- title: AppCDS
395395
filename: appcds.adoc
396396
summary: This reference guide explains how to enable AppCDS with Quarkus.
397-
categories: "core, cloud"
397+
categories: "cloud, core"
398398
type: guide
399399
url: /guides/appcds
400400
- title: Application Data Caching
@@ -528,7 +528,7 @@ types:
528528
- title: Deploying on OpenShift
529529
filename: deploying-to-openshift.adoc
530530
summary: This guide covers how to deploy a native application on OpenShift.
531-
categories: "native, cloud"
531+
categories: "cloud, native"
532532
id: deploy-openshift
533533
type: guide
534534
url: /guides/deploying-to-openshift
@@ -583,7 +583,7 @@ types:
583583
- title: Dev Services for Databases
584584
filename: databases-dev-services.adoc
585585
summary: "When testing or running in dev mode Quarkus can provide you with a zero-config database out of the box, a feature we refer to as Dev Services."
586-
categories: "data, tooling"
586+
categories: "tooling, data"
587587
type: guide
588588
url: /guides/databases-dev-services
589589
- title: Dev Services for Elasticsearch
@@ -813,7 +813,7 @@ types:
813813
- title: Kubernetes extension
814814
filename: deploying-to-kubernetes.adoc
815815
summary: This guide covers how to deploy a native application on Kubernetes.
816-
categories: "native, cloud"
816+
categories: "cloud, native"
817817
id: deploy-kubernetes
818818
type: guide
819819
url: /guides/deploying-to-kubernetes
@@ -952,14 +952,14 @@ types:
952952
- title: Quarkus and Gradle
953953
filename: gradle-tooling.adoc
954954
summary: Develop and build your Quarkus application with Gradle
955-
categories: "native, tooling"
955+
categories: "tooling, native"
956956
id: gradle-tooling
957957
type: guide
958958
url: /guides/gradle-tooling
959959
- title: Quarkus and Maven
960960
filename: maven-tooling.adoc
961961
summary: Develop and build your Quarkus application with Maven
962-
categories: "native, tooling"
962+
categories: "tooling, native"
963963
id: maven-tooling
964964
type: guide
965965
url: /guides/maven-tooling
@@ -1033,7 +1033,7 @@ types:
10331033
- title: Simplified Hibernate ORM with Panache and Kotlin
10341034
filename: hibernate-orm-panache-kotlin.adoc
10351035
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
1036-
categories: "alt-languages, data"
1036+
categories: "data, alt-languages"
10371037
type: guide
10381038
url: /guides/hibernate-orm-panache-kotlin
10391039
- title: Simplified Hibernate Reactive with Panache
@@ -1051,13 +1051,13 @@ types:
10511051
- title: Simplified MongoDB with Panache and Kotlin
10521052
filename: mongodb-panache-kotlin.adoc
10531053
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
1054-
categories: "alt-languages, data"
1054+
categories: "data, alt-languages"
10551055
type: guide
10561056
url: /guides/mongodb-panache-kotlin
10571057
- title: SmallRye Fault Tolerance
10581058
filename: smallrye-fault-tolerance.adoc
10591059
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
1060-
categories: "observability, web"
1060+
categories: "web, observability"
10611061
type: guide
10621062
url: /guides/smallrye-fault-tolerance
10631063
- title: SmallRye GraphQL
@@ -1087,14 +1087,14 @@ types:
10871087
- title: Testing Your Application
10881088
filename: getting-started-testing.adoc
10891089
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1090-
categories: "native, tooling, core"
1090+
categories: "tooling, core, native"
10911091
id: testing
10921092
type: guide
10931093
url: /guides/getting-started-testing
10941094
- title: Tips for writing native applications
10951095
filename: writing-native-applications-tips.adoc
10961096
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1097-
categories: "writing-extensions, native, core"
1097+
categories: "writing-extensions, core, native"
10981098
type: guide
10991099
url: /guides/writing-native-applications-tips
11001100
- title: Using Apache Kafka Streams
@@ -1223,7 +1223,7 @@ types:
12231223
- title: Using SSL With Native Executables
12241224
filename: native-and-ssl.adoc
12251225
summary: "In this guide, we will discuss how you can get your native images to support SSL, as native images don't support it out of the box."
1226-
categories: "native, security, core"
1226+
categories: "core, native, security"
12271227
type: guide
12281228
url: /guides/native-and-ssl
12291229
- title: Using Security with .properties File

_generated-doc/main/config/quarkus-all-build-items.adoc

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,24 +1650,14 @@ a| https://github.com/quarkusio/quarkus/blob/main/extensions/qute/deployment/src
16501650
a| `Predicate predicate` :: +++<i>No Javadoc found</i>+++
16511651
`boolean extensionMethodPredicate` :: +++<i>No Javadoc found</i>+++
16521652
1653-
|===
1654-
== Reactive Datasource
1655-
[%header,cols=2*]
1656-
|===
1657-
|Class Name |Attributes
1658-
a| https://github.com/quarkusio/quarkus/blob/main/extensions/reactive-datasource/deployment/src/main/java/io/quarkus/reactive/datasource/deployment/VertxPoolBuildItem.java[`io.quarkus.reactive.datasource.deployment.VertxPoolBuildItem`, window="_blank"] :: +++A build item for Vertx s. <p> If you inject this build item when recording runtime init template calls, you are guaranteed the Pool configuration has been injected and Pools can be created.+++
1659-
a| `RuntimeValue vertxPool` :: +++<i>No Javadoc found</i>+++
1660-
`String dbKind` :: +++<i>No Javadoc found</i>+++
1661-
`boolean isDefault` :: +++<i>No Javadoc found</i>+++
1662-
16631653
|===
16641654
== Reactive DB2 Client
16651655
[%header,cols=2*]
16661656
|===
16671657
|Class Name |Attributes
16681658
a| https://github.com/quarkusio/quarkus/blob/main/extensions/reactive-db2-client/deployment/src/main/java/io/quarkus/reactive/db2/client/deployment/DB2PoolBuildItem.java[`io.quarkus.reactive.db2.client.deployment.DB2PoolBuildItem`, window="_blank"] :: +++<i>No Javadoc found</i>+++
16691659
a| `String dataSourceName` :: +++<i>No Javadoc found</i>+++
1670-
`RuntimeValue db2Pool` :: +++<i>No Javadoc found</i>+++
1660+
`Function db2Pool` :: +++<i>No Javadoc found</i>+++
16711661
16721662
|===
16731663
== Reactive Microsoft SQL Server Client
@@ -1676,7 +1666,7 @@ a| `String dataSourceName` :: +++<i>No Javadoc found</i>+++
16761666
|Class Name |Attributes
16771667
a| https://github.com/quarkusio/quarkus/blob/main/extensions/reactive-mssql-client/deployment/src/main/java/io/quarkus/reactive/mssql/client/deployment/MSSQLPoolBuildItem.java[`io.quarkus.reactive.mssql.client.deployment.MSSQLPoolBuildItem`, window="_blank"] :: +++<i>No Javadoc found</i>+++
16781668
a| `String dataSourceName` :: +++<i>No Javadoc found</i>+++
1679-
`RuntimeValue mssqlPool` :: +++<i>No Javadoc found</i>+++
1669+
`Function mssqlPool` :: +++<i>No Javadoc found</i>+++
16801670
16811671
|===
16821672
== Reactive MySQL Client
@@ -1685,7 +1675,7 @@ a| `String dataSourceName` :: +++<i>No Javadoc found</i>+++
16851675
|Class Name |Attributes
16861676
a| https://github.com/quarkusio/quarkus/blob/main/extensions/reactive-mysql-client/deployment/src/main/java/io/quarkus/reactive/mysql/client/deployment/MySQLPoolBuildItem.java[`io.quarkus.reactive.mysql.client.deployment.MySQLPoolBuildItem`, window="_blank"] :: +++<i>No Javadoc found</i>+++
16871677
a| `String dataSourceName` :: +++<i>No Javadoc found</i>+++
1688-
`RuntimeValue mysqlPool` :: +++<i>No Javadoc found</i>+++
1678+
`Function mysqlPool` :: +++<i>No Javadoc found</i>+++
16891679
16901680
|===
16911681
== Reactive Oracle Client
@@ -1694,7 +1684,7 @@ a| `String dataSourceName` :: +++<i>No Javadoc found</i>+++
16941684
|Class Name |Attributes
16951685
a| https://github.com/quarkusio/quarkus/blob/main/extensions/reactive-oracle-client/deployment/src/main/java/io/quarkus/reactive/oracle/client/deployment/OraclePoolBuildItem.java[`io.quarkus.reactive.oracle.client.deployment.OraclePoolBuildItem`, window="_blank"] :: +++<i>No Javadoc found</i>+++
16961686
a| `String dataSourceName` :: +++<i>No Javadoc found</i>+++
1697-
`RuntimeValue oraclePool` :: +++<i>No Javadoc found</i>+++
1687+
`Function oraclePool` :: +++<i>No Javadoc found</i>+++
16981688
16991689
|===
17001690
== Reactive PostgreSQL Client
@@ -1703,7 +1693,7 @@ a| `String dataSourceName` :: +++<i>No Javadoc found</i>+++
17031693
|Class Name |Attributes
17041694
a| https://github.com/quarkusio/quarkus/blob/main/extensions/reactive-pg-client/deployment/src/main/java/io/quarkus/reactive/pg/client/deployment/PgPoolBuildItem.java[`io.quarkus.reactive.pg.client.deployment.PgPoolBuildItem`, window="_blank"] :: +++<i>No Javadoc found</i>+++
17051695
a| `String dataSourceName` :: +++<i>No Javadoc found</i>+++
1706-
`RuntimeValue pgPool` :: +++<i>No Javadoc found</i>+++
1696+
`Function pgPool` :: +++<i>No Javadoc found</i>+++
17071697
17081698
|===
17091699
== Reactive Routes

_versions/main/guides/aws-lambda-http.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,4 @@ the `QUARKUS_AWS_LAMBDA_FORCE_USER_NAME` environment variable
576576

577577
== SnapStart
578578

579-
To optimize your application for Lambda SnapStart, check xref:amazon-snapstart.adoc[the SnapStart Configuration Documentation].
579+
To optimize your application for Lambda SnapStart, check xref:aws-lambda-snapstart.adoc[the SnapStart Configuration Documentation].

_versions/main/guides/aws-lambda.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,4 +715,4 @@ That's all there is to it!
715715

716716
== SnapStart
717717

718-
To optimize your application for Lambda SnapStart, check xref:amazon-snapstart.adoc[the SnapStart Configuration Documentation].
718+
To optimize your application for Lambda SnapStart, check xref:aws-lambda-snapstart.adoc[the SnapStart Configuration Documentation].

_versions/main/guides/deploying-to-kubernetes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ To enable Service Binding for supported extensions, add the `quarkus-kubernetes-
14851485
* `quarkus-jdbc-mssql`
14861486
* `quarkus-jdbc-mysql`
14871487
* `quarkus-jdbc-postgresql`
1488-
* `quarkus-mongo-client`
1488+
* `quarkus-mongodb-client`
14891489
14901490
* `quarkus-kafka-client`
14911491
* `quarkus-smallrye-reactive-messaging-kafka`

_versions/main/guides/jms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can follow the instructions from the https://activemq.apache.org/components/
8282

8383
[source,bash]
8484
----
85-
docker run -it --rm -p 8161:8161 -p 61616:61616 -p 5672:5672 -e AMQ_USER=quarkus -e AMQ_PASSWORD=quarkus quay.io/artemiscloud/activemq-artemis-broker:0.1.4
85+
docker run -it --rm -p 8161:8161 -p 61616:61616 -p 5672:5672 -e AMQ_USER=quarkus -e AMQ_PASSWORD=quarkus quay.io/artemiscloud/activemq-artemis-broker:1.0.21
8686
----
8787

8888
=== The price producer

_versions/main/guides/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ public void consume(List<Double> prices) {
675675
}
676676
----
677677

678-
The incoming method can also receive `Message<List<Payload>>`, `KafkaRecordBatch<Key, Payload>` `ConsumerRecords<Key, Payload>` types.
678+
The incoming method can also receive `Message<List<Payload>>`, `KafkaRecordBatch<Key, Payload>`, and `ConsumerRecords<Key, Payload>` types.
679679
They give access to record details such as offset or timestamp:
680680

681681
[source, java]

0 commit comments

Comments
 (0)