Skip to content

Commit 5a7b7a6

Browse files
committed
Sync documentation of main branch
1 parent 16b3a3f commit 5a7b7a6

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,6 +1721,9 @@ a| https://github.com/quarkusio/quarkus/blob/main/extensions/qute/deployment/src
17211721
a| `Predicate predicate` :: +++<i>No Javadoc found</i>+++
17221722
`boolean extensionMethodPredicate` :: +++<i>No Javadoc found</i>+++
17231723
1724+
a| https://github.com/quarkusio/quarkus/blob/main/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/ValidationParserHookBuildItem.java[`io.quarkus.qute.deployment.ValidationParserHookBuildItem`, window="_blank"] :: +++This build item can be used to hook into the parser logic during validation at build time. <p> Validation parser hooks are never used at runtime.+++
1725+
a| `Consumer hook` :: +++<i>No Javadoc found</i>+++
1726+
17241727
|===
17251728
== Reactive DB2 Client
17261729
[%header,cols=2*]

_generated-doc/main/config/quarkus-maven-plugin-goals.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4954,12 +4954,12 @@ a| [[quarkus-maven-plugin-goal-update-repos]]`link:#quarkus-maven-plugin-goal-up
49544954
|`${project.remoteProjectRepositories}`
49554955

49564956

4957-
a| [[quarkus-maven-plugin-goal-update-additionalupdaterecipecoords]]`link:#quarkus-maven-plugin-goal-update-additionalupdaterecipecoords[additionalUpdateRecipeCoords]`
4957+
a| [[quarkus-maven-plugin-goal-update-additionalupdaterecipes]]`link:#quarkus-maven-plugin-goal-update-additionalupdaterecipes[additionalUpdateRecipes]`
49584958

49594959

49604960
[.description]
49614961
--
4962-
The list of artifacts containing rewrite recipes
4962+
Specify a list of additional artifacts (GAV) containing rewrite recipes
49634963
--|String
49644964
|
49654965

@@ -4984,12 +4984,12 @@ The OpenRewrite plugin version
49844984
|
49854985

49864986

4987-
a| [[quarkus-maven-plugin-goal-update-updaterecipesversion]]`link:#quarkus-maven-plugin-goal-update-updaterecipesversion[updateRecipesVersion]`
4987+
a| [[quarkus-maven-plugin-goal-update-quarkusupdaterecipes]]`link:#quarkus-maven-plugin-goal-update-quarkusupdaterecipes[quarkusUpdateRecipes]`
49884988

49894989

49904990
[.description]
49914991
--
4992-
The io.quarkus:quarkus-update-recipes version. This artifact contains the base recipes used by this tool to update a project.
4992+
Use custom io.quarkus:quarkus-update-recipes:LATEST coords (GAV) or just provide the version. This artifact should contain the base Quarkus update recipes to update a project.
49934993
--|String
49944994
|
49954995

_versions/main/guides/qute-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@ public class CustomSectionFactory implements SectionHelperFactory<CustomSectionF
16261626
<3> Validate that `foo` parameter is always present; e.g. `{#custom foo='bar' /}` is ok but `{#custom /}` results in a build failure.
16271627
<4> Use the injected `Service` during rendering.
16281628

1629-
The `@EngineConfiguration` annotation can be also used to register ``ValueResolver``s and ``NamespaceResolver``s.
1629+
TIP: The `@EngineConfiguration` annotation can be also used to register `ValueResolver`, `NamespaceResolver` and `ParserHook` components.
16301630

16311631
[[template-locator-registration]]
16321632
==== Template Locator Registration

0 commit comments

Comments
 (0)