Skip to content

Commit

Permalink
Merge pull request #275 from quarkiverse/dependabot/maven/quarkus.ver…
Browse files Browse the repository at this point in the history
…sion-3.14.0

Bump quarkus.version from 3.13.1 to 3.14.0
  • Loading branch information
majguo authored Aug 26, 2024
2 parents 4f62f44 + 3fe5883 commit 22be083
Show file tree
Hide file tree
Showing 14 changed files with 503 additions and 119 deletions.
1 change: 1 addition & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* xref:quarkus-azure-app-configuration.adoc[Quarkus Azure App Configuration Extension]
* xref:quarkus-azure-cosmos.adoc[Quarkus Azure Cosmos DB Extension]
* xref:quarkus-azure-key-vault.adoc[Quarkus Azure Key Vault Extension]
* xref:quarkus-azure-storage-blob.adoc[Quarkus Azure Blob Storage Extension]
Original file line number Diff line number Diff line change
@@ -1,97 +1,99 @@

:summaryTableId: quarkus-azure-app-configuration
:summaryTableId: quarkus-azure-app-configuration_quarkus-azure
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[[quarkus-azure-app-configuration_configuration]]link:#quarkus-azure-app-configuration_configuration[Configuration property]

h|[.header-title]##Configuration property##
h|Type
h|Default

a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-enabled]]`link:#quarkus-azure-app-configuration_quarkus-azure-app-configuration-enabled[quarkus.azure.app.configuration.enabled]`

a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-enabled]] [.property-path]##`quarkus.azure.app.configuration.enabled`##

[.description]
--
The flag to enable the app configuration. If set to false, the app configuration will be disabled


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_APP_CONFIGURATION_ENABLED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_APP_CONFIGURATION_ENABLED+++`
endif::add-copy-button-to-env-var[]
--|boolean
--
|boolean
|`true`


a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-endpoint]]`link:#quarkus-azure-app-configuration_quarkus-azure-app-configuration-endpoint[quarkus.azure.app.configuration.endpoint]`

a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-endpoint]] [.property-path]##`quarkus.azure.app.configuration.endpoint`##

[.description]
--
The endpoint of the app configuration. Required if quarkus.azure.app.configuration.enabled is set to true


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_APP_CONFIGURATION_ENDPOINT+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_APP_CONFIGURATION_ENDPOINT+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|


a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-id]]`link:#quarkus-azure-app-configuration_quarkus-azure-app-configuration-id[quarkus.azure.app.configuration.id]`

a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-id]] [.property-path]##`quarkus.azure.app.configuration.id`##

[.description]
--
The id of the app configuration. Required if quarkus.azure.app.configuration.enabled is set to true


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_APP_CONFIGURATION_ID+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_APP_CONFIGURATION_ID+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|


a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-secret]]`link:#quarkus-azure-app-configuration_quarkus-azure-app-configuration-secret[quarkus.azure.app.configuration.secret]`

a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-secret]] [.property-path]##`quarkus.azure.app.configuration.secret`##

[.description]
--
The secret of the app configuration. Required if quarkus.azure.app.configuration.enabled is set to true


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_APP_CONFIGURATION_SECRET+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_APP_CONFIGURATION_SECRET+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|


a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-labels]]`link:#quarkus-azure-app-configuration_quarkus-azure-app-configuration-labels[quarkus.azure.app.configuration.labels]`

a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-labels]] [.property-path]##`quarkus.azure.app.configuration.labels`##

[.description]
--
The label filter of the app configuration. Use comma as separator for multiple label names


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_APP_CONFIGURATION_LABELS+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_APP_CONFIGURATION_LABELS+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|

|===
|===


:!summaryTableId:
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
:summaryTableId: quarkus-azure-app-configuration_quarkus-azure
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[.header-title]##Configuration property##
h|Type
h|Default

a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-enabled]] [.property-path]##`quarkus.azure.app.configuration.enabled`##

[.description]
--
The flag to enable the app configuration. If set to false, the app configuration will be disabled


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_APP_CONFIGURATION_ENABLED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_APP_CONFIGURATION_ENABLED+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`true`

a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-endpoint]] [.property-path]##`quarkus.azure.app.configuration.endpoint`##

[.description]
--
The endpoint of the app configuration. Required if quarkus.azure.app.configuration.enabled is set to true


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_APP_CONFIGURATION_ENDPOINT+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_APP_CONFIGURATION_ENDPOINT+++`
endif::add-copy-button-to-env-var[]
--
|string
|

a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-id]] [.property-path]##`quarkus.azure.app.configuration.id`##

[.description]
--
The id of the app configuration. Required if quarkus.azure.app.configuration.enabled is set to true


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_APP_CONFIGURATION_ID+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_APP_CONFIGURATION_ID+++`
endif::add-copy-button-to-env-var[]
--
|string
|

a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-secret]] [.property-path]##`quarkus.azure.app.configuration.secret`##

[.description]
--
The secret of the app configuration. Required if quarkus.azure.app.configuration.enabled is set to true


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_APP_CONFIGURATION_SECRET+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_APP_CONFIGURATION_SECRET+++`
endif::add-copy-button-to-env-var[]
--
|string
|

a| [[quarkus-azure-app-configuration_quarkus-azure-app-configuration-labels]] [.property-path]##`quarkus.azure.app.configuration.labels`##

[.description]
--
The label filter of the app configuration. Use comma as separator for multiple label names


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_APP_CONFIGURATION_LABELS+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_APP_CONFIGURATION_LABELS+++`
endif::add-copy-button-to-env-var[]
--
|string
|

|===


:!summaryTableId:
34 changes: 18 additions & 16 deletions docs/modules/ROOT/pages/includes/quarkus-azure-cosmos.adoc
Original file line number Diff line number Diff line change
@@ -1,63 +1,65 @@

:summaryTableId: quarkus-azure-cosmos
:summaryTableId: quarkus-azure-cosmos_quarkus-azure
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[[quarkus-azure-cosmos_configuration]]link:#quarkus-azure-cosmos_configuration[Configuration property]

h|[.header-title]##Configuration property##
h|Type
h|Default

a| [[quarkus-azure-cosmos_quarkus-azure-cosmos-enabled]]`link:#quarkus-azure-cosmos_quarkus-azure-cosmos-enabled[quarkus.azure.cosmos.enabled]`

a| [[quarkus-azure-cosmos_quarkus-azure-cosmos-enabled]] [.property-path]##`quarkus.azure.cosmos.enabled`##

[.description]
--
The flag to enable the cosmos. If set to false, the cosmos will be disabled


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_COSMOS_ENABLED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_COSMOS_ENABLED+++`
endif::add-copy-button-to-env-var[]
--|boolean
--
|boolean
|`true`


a| [[quarkus-azure-cosmos_quarkus-azure-cosmos-endpoint]]`link:#quarkus-azure-cosmos_quarkus-azure-cosmos-endpoint[quarkus.azure.cosmos.endpoint]`

a| [[quarkus-azure-cosmos_quarkus-azure-cosmos-endpoint]] [.property-path]##`quarkus.azure.cosmos.endpoint`##

[.description]
--
The endpoint of Azure Cosmos DB. Required if quarkus.azure.cosmos.enabled is set to true


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_COSMOS_ENDPOINT+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_COSMOS_ENDPOINT+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|


a| [[quarkus-azure-cosmos_quarkus-azure-cosmos-key]]`link:#quarkus-azure-cosmos_quarkus-azure-cosmos-key[quarkus.azure.cosmos.key]`

a| [[quarkus-azure-cosmos_quarkus-azure-cosmos-key]] [.property-path]##`quarkus.azure.cosmos.key`##

[.description]
--
The key of Azure Cosmos DB. Optional and can be empty if the Azure Identity is used to authenticate


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_COSMOS_KEY+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_COSMOS_KEY+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|

|===
|===


:!summaryTableId:
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
:summaryTableId: quarkus-azure-cosmos_quarkus-azure
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[.header-title]##Configuration property##
h|Type
h|Default

a| [[quarkus-azure-cosmos_quarkus-azure-cosmos-enabled]] [.property-path]##`quarkus.azure.cosmos.enabled`##

[.description]
--
The flag to enable the cosmos. If set to false, the cosmos will be disabled


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_COSMOS_ENABLED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_COSMOS_ENABLED+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`true`

a| [[quarkus-azure-cosmos_quarkus-azure-cosmos-endpoint]] [.property-path]##`quarkus.azure.cosmos.endpoint`##

[.description]
--
The endpoint of Azure Cosmos DB. Required if quarkus.azure.cosmos.enabled is set to true


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_COSMOS_ENDPOINT+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_COSMOS_ENDPOINT+++`
endif::add-copy-button-to-env-var[]
--
|string
|

a| [[quarkus-azure-cosmos_quarkus-azure-cosmos-key]] [.property-path]##`quarkus.azure.cosmos.key`##

[.description]
--
The key of Azure Cosmos DB. Optional and can be empty if the Azure Identity is used to authenticate


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_COSMOS_KEY+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_COSMOS_KEY+++`
endif::add-copy-button-to-env-var[]
--
|string
|

|===


:!summaryTableId:
Loading

0 comments on commit 22be083

Please sign in to comment.