Skip to content

Commit

Permalink
Sync web site with Quarkus documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkusbot committed Aug 29, 2024
1 parent 8350098 commit 00532e0
Show file tree
Hide file tree
Showing 42 changed files with 240 additions and 1,242 deletions.
3 changes: 3 additions & 0 deletions _data/versioned/3-8/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ types:
- client
extensions:
- io.quarkus:quarkus-oidc-client
id: security-openid-connect-client-reference
type: reference
url: /guides/security-openid-connect-client-reference
- title: OpenID Connect (OIDC) configuration properties
Expand Down Expand Up @@ -608,6 +609,7 @@ types:
- multitenancy
extensions:
- io.quarkus:quarkus-oidc
id: security-openid-connect-multitenancy
type: howto
url: /guides/security-openid-connect-multitenancy
- title: YAML configuration
Expand Down Expand Up @@ -716,6 +718,7 @@ types:
- client
extensions:
- io.quarkus:quarkus-oidc-client
id: security-openid-connect-client
type: tutorial
url: /guides/security-openid-connect-client
- title: Protect Quarkus web application by using an Auth0 OpenID Connect provider
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"configDocKey":{"type":"boolean","key":"quarkus.resteasy.gzip.enabled","additionalKeys":[],"configDoc":"If gzip is enabled","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.resteasy","since":null,"environmentVariable":"QUARKUS_RESTEASY_GZIP_ENABLED","enum":false}},{"configDocKey":{"type":"io.quarkus.runtime.configuration.MemorySize","key":"quarkus.resteasy.gzip.max-input","additionalKeys":[],"configDoc":"Maximum deflated file bytes size\n\nIf the limit is exceeded, Resteasy will return Response with status 413(\"Request Entity Too Large\")","withinAMap":false,"defaultValue":"10M","javaDocSiteLink":"","docMapKey":"max-input","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.resteasy","since":null,"environmentVariable":"QUARKUS_RESTEASY_GZIP_MAX_INPUT","enum":false}}]

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
io.quarkus.resteasy.common.runtime.ResteasyCommonConfig
8 changes: 8 additions & 0 deletions _generated-doc/3.8/config/quarkus-all-build-items.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ a| https://github.com/quarkusio/quarkus/blob/main/extensions/arc/deployment/src/
a| `String propertyName` :: +++<i>No Javadoc found</i>+++
`Type propertyType` :: +++<i>No Javadoc found</i>+++
`String defaultValue` :: +++<i>No Javadoc found</i>+++
`ExecutionMode executionMode` :: +++<i>No Javadoc found</i>+++
a| https://github.com/quarkusio/quarkus/blob/main/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ContextRegistrationPhaseBuildItem.java[`io.quarkus.arc.deployment.ContextRegistrationPhaseBuildItem`, window="_blank"] :: +++Context registration phase can be used to register custom CDI contexts. <p> An extension that needs to produce other build items during the "context registration" phase should use this build item. The build step should produce a or at least inject a for this build item, otherwise it could be ignored or processed at the wrong time, e.g. after . <p> Typical workflow involves obtaining a via . Note that there is no need to invoke once you are done as it is performed automatically.+++
a| `BeanProcessor beanProcessor` :: +++<i>No Javadoc found</i>+++
Expand Down Expand Up @@ -2109,6 +2110,13 @@ a| `JpaSecurityDefinition jpaSecurityDefinition` :: +++<i>No Javadoc found</i>++
a| https://github.com/quarkusio/quarkus/blob/main/extensions/security-jpa-common/deployment/src/main/java/io/quarkus/security/jpa/common/deployment/PanacheEntityPredicateBuildItem.java[`io.quarkus.security.jpa.common.deployment.PanacheEntityPredicateBuildItem`, window="_blank"] :: +++Build item to evaluate whether the class is a Panache model class.+++
a| `Set modelClasses` :: +++<i>No Javadoc found</i>+++
|===
== SmallRye Context Propagation
[%header,cols=2*]
|===
|Class Name |Attributes
a| https://github.com/quarkusio/quarkus/blob/main/extensions/smallrye-context-propagation/deployment/src/main/java/io/quarkus/smallrye/context/deployment/ContextPropagationInitializedBuildItem.java[`io.quarkus.smallrye.context.deployment.ContextPropagationInitializedBuildItem`, window="_blank"] :: +++Marker build item for build ordering. Signifies that CP is set up and ready for use.+++
a| None
|===
== SmallRye Context Propagation - SPI
[%header,cols=2*]
Expand Down
Loading

0 comments on commit 00532e0

Please sign in to comment.