Skip to content

Commit b56b339

Browse files
authored
Merge branch 'main' into AboutPage_alternative-video-layout
2 parents de34bbf + 561455c commit b56b339

File tree

79 files changed

+5132
-5283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+5132
-5283
lines changed

_data/versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
quarkus:
2-
version: 3.12.1
3-
announce: /blog/quarkus-3-12-1-released/
2+
version: 3.12.2
3+
announce: /blog/quarkus-3-12-2-released/
44
graalvm: 'for Java 21'
55
jdk: "17+"
66
maven: 3.8.6+
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"configDocKey":{"type":"string","key":".configurer","additionalKeys":[],"configDoc":"One or more xref:hibernate-search-standalone-elasticsearch.adoc#bean-reference-note-anchor[bean references]\nto the component(s) used to configure the Hibernate Search mapping,\nin particular programmatically.\n\nThe referenced beans must implement `StandalonePojoMappingConfigurer`.\n\nSee xref:hibernate-search-standalone-elasticsearch.adoc#programmatic-mapping[Programmatic mapping] for an example\non how mapping configurers can be used to apply programmatic mappings.\n\n[NOTE]\n====\nInstead of setting this configuration property,\nyou can simply annotate your custom `StandalonePojoMappingConfigurer` implementations with `@SearchExtension`\nand leave the configuration property unset: Hibernate Search will use the annotated implementation automatically.\nSee xref:hibernate-search-standalone-elasticsearch.adoc#plugging-in-custom-components[this section]\nfor more information.\n\nIf this configuration property is set, it takes precedence over any `@SearchExtension` annotation.\n====","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"configurer","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":true,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_CONFIGURER","enum":false}},{"configDocKey":{"type":"io.quarkus.hibernate.search.standalone.elasticsearch.runtime.MappingStructure","key":".structure","additionalKeys":[],"configDoc":"The structure of the Hibernate Search entity mapping.\n\nThis must match the structure of the application model being indexed with Hibernate Search:\n\n`graph` (default)::\nEntities indexed through Hibernate Search are nodes in an entity graph,\ni.e. an indexed entity is independent of other entities it references through associations,\nwhich *can* be updated independently of the indexed entity.\n+\nAssociations between entities must be bi-directional:\nspecifying the inverse side of associations through `@AssociationInverseSide` *is required*,\nunless reindexing is disabled for that association through `@IndexingDependency(reindexOnUpdate = ...)`.\n`tree`::\nEntities indexed through Hibernate Search are the root of a document,\ni.e. an indexed entity \"owns\" other entities it references through associations,\nwhich *cannot* be updated independently of the indexed entity.\n+\nAssociations between entities can be uni-directional:\nspecifying the inverse side of associations through `@AssociationInverseSide` *is not required*.\n\nSee also link:{hibernate-search-docs-url}#mapping-reindexing-associationinverseside[`@AssociationInverseSide`]\nlink:{hibernate-search-docs-url}#mapping-reindexing-reindexonupdate[`@IndexingDependency(reindexOnUpdate = ...)`].","withinAMap":false,"defaultValue":"graph","javaDocSiteLink":"","docMapKey":"structure","configPhase":"BUILD_TIME","acceptedValues":["`graph`","`document`"],"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_STRUCTURE","enum":true}}]
1+
[{"configDocKey":{"type":"string","key":".configurer","additionalKeys":[],"configDoc":"One or more xref:hibernate-search-standalone-elasticsearch.adoc#bean-reference-note-anchor[bean references]\nto the component(s) used to configure the Hibernate Search mapping,\nin particular programmatically.\n\nThe referenced beans must implement `StandalonePojoMappingConfigurer`.\n\nSee xref:hibernate-search-standalone-elasticsearch.adoc#programmatic-mapping[Programmatic mapping] for an example\non how mapping configurers can be used to apply programmatic mappings.\n\n[NOTE]\n====\nInstead of setting this configuration property,\nyou can simply annotate your custom `StandalonePojoMappingConfigurer` implementations with `@SearchExtension`\nand leave the configuration property unset: Hibernate Search will use the annotated implementation automatically.\nSee xref:hibernate-search-standalone-elasticsearch.adoc#plugging-in-custom-components[this section]\nfor more information.\n\nIf this configuration property is set, it takes precedence over any `@SearchExtension` annotation.\n====","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"configurer","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":true,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_CONFIGURER","enum":false}},{"configDocKey":{"type":"io.quarkus.hibernate.search.standalone.elasticsearch.runtime.MappingStructure","key":".structure","additionalKeys":[],"configDoc":"The structure of the Hibernate Search entity mapping.\n\nThis must match the structure of the application model being indexed with Hibernate Search:\n\n`graph` (default)::\nEntities indexed through Hibernate Search are nodes in an entity graph,\ni.e. an indexed entity is independent of other entities it references through associations,\nwhich *can* be updated independently of the indexed entity.\n+\nAssociations between entities must be bi-directional:\nspecifying the inverse side of associations through `@AssociationInverseSide` *is required*,\nunless reindexing is disabled for that association through `@IndexingDependency(reindexOnUpdate = ...)`.\n`document`::\nEntities indexed through Hibernate Search are the root of a document,\ni.e. an indexed entity \"owns\" other entities it references through associations,\nwhich *cannot* be updated independently of the indexed entity.\n+\nAssociations between entities can be uni-directional:\nspecifying the inverse side of associations through `@AssociationInverseSide` *is not required*.\n\nSee also link:{hibernate-search-docs-url}#mapping-reindexing-associationinverseside[`@AssociationInverseSide`]\nlink:{hibernate-search-docs-url}#mapping-reindexing-reindexonupdate[`@IndexingDependency(reindexOnUpdate = ...)`].","withinAMap":false,"defaultValue":"graph","javaDocSiteLink":"","docMapKey":"structure","configPhase":"BUILD_TIME","acceptedValues":["`graph`","`document`"],"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_STRUCTURE","enum":true}}]

_generated-doc/latest/config/all-configuration-groups-generated-doc/io.quarkus.oidc.OidcTenantConfig

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_generated-doc/latest/config/all-configuration-roots-generated-doc/io.quarkus.hibernate.search.standalone.elasticsearch.runtime.HibernateSearchStandaloneBuildTimeConfig

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_generated-doc/latest/config/all-configuration-roots-generated-doc/io.quarkus.oidc.runtime.OidcConfig

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_generated-doc/latest/config/quarkus-all-config.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17304,7 +17304,7 @@ which *can* be updated independently of the indexed entity.
1730417304
Associations between entities must be bi-directional:
1730517305
specifying the inverse side of associations through `@AssociationInverseSide` *is required*,
1730617306
unless reindexing is disabled for that association through `@IndexingDependency(reindexOnUpdate = ...)`.
17307-
`tree`::
17307+
`document`::
1730817308
Entities indexed through Hibernate Search are the root of a document,
1730917309
i.e. an indexed entity "owns" other entities it references through associations,
1731017310
which *cannot* be updated independently of the indexed entity.
@@ -46704,8 +46704,7 @@ a| [[quarkus-oidc_quarkus-oidc-tenant-paths]]`link:#quarkus-oidc_quarkus-oidc-te
4670446704
[.description]
4670546705
--
4670646706
The paths which must be secured by this tenant. Tenant with the most specific path wins.
46707-
Please see the xref:security-openid-connect-multitenancy.adoc#configuration-based-tenant-resolver[Resolve with
46708-
configuration]
46707+
Please see the xref:security-openid-connect-multitenancy.adoc#configure-tenant-paths[Configure tenant paths]
4670946708
section of the OIDC multitenancy guide for explanation of allowed path patterns.
4671046709

4671146710
ifdef::add-copy-button-to-env-var[]
@@ -49351,8 +49350,7 @@ a| [[quarkus-oidc_quarkus-oidc-tenant-tenant-paths]]`link:#quarkus-oidc_quarkus-
4935149350
[.description]
4935249351
--
4935349352
The paths which must be secured by this tenant. Tenant with the most specific path wins.
49354-
Please see the xref:security-openid-connect-multitenancy.adoc#configuration-based-tenant-resolver[Resolve with
49355-
configuration]
49353+
Please see the xref:security-openid-connect-multitenancy.adoc#configure-tenant-paths[Configure tenant paths]
4935649354
section of the OIDC multitenancy guide for explanation of allowed path patterns.
4935749355

4935849356
ifdef::add-copy-button-to-env-var[]

_generated-doc/latest/config/quarkus-core.adoc

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,25 @@ endif::add-copy-button-to-env-var[]
9494
|`false`
9595

9696

97+
a| [[quarkus-core_quarkus-args]]`link:#quarkus-core_quarkus-args[quarkus.args]`
98+
99+
100+
[.description]
101+
--
102+
The arguments passed to the command line.
103+
104+
We don't make it a list as the args are separated by a space, not a comma.
105+
106+
ifdef::add-copy-button-to-env-var[]
107+
Environment variable: env_var_with_copy_button:+++QUARKUS_ARGS+++[]
108+
endif::add-copy-button-to-env-var[]
109+
ifndef::add-copy-button-to-env-var[]
110+
Environment variable: `+++QUARKUS_ARGS+++`
111+
endif::add-copy-button-to-env-var[]
112+
--|string
113+
|
114+
115+
97116
a| [[quarkus-core_quarkus-profile]]`link:#quarkus-core_quarkus-profile[quarkus.profile]`
98117

99118

@@ -199,25 +218,6 @@ endif::add-copy-button-to-env-var[]
199218
|
200219

201220

202-
a| [[quarkus-core_quarkus-args]]`link:#quarkus-core_quarkus-args[quarkus.args]`
203-
204-
205-
[.description]
206-
--
207-
The arguments passed to the command line.
208-
209-
We don't make it a list as the args are separated by a space, not a comma.
210-
211-
ifdef::add-copy-button-to-env-var[]
212-
Environment variable: env_var_with_copy_button:+++QUARKUS_ARGS+++[]
213-
endif::add-copy-button-to-env-var[]
214-
ifndef::add-copy-button-to-env-var[]
215-
Environment variable: `+++QUARKUS_ARGS+++`
216-
endif::add-copy-button-to-env-var[]
217-
--|string
218-
|
219-
220-
221221
a|icon:lock[title=Fixed at build time] [[quarkus-core_quarkus-analytics-disabled]]`link:#quarkus-core_quarkus-analytics-disabled[quarkus.analytics.disabled]`
222222

223223

0 commit comments

Comments
 (0)