Skip to content

Commit c824a46

Browse files
committed
Sync documentation of main branch
1 parent 727f4b4 commit c824a46

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8782,6 +8782,10 @@ Allows integrating extensions to signal they provide their own security annotati
87828782
87838783
_No Javadoc found_
87848784

8785+
`io.quarkus.security.spi.SecurityTransformer.AuthorizationType authorizationType`
8786+
8787+
_No Javadoc found_
8788+
87858789

87868790

87878791

@@ -8887,6 +8891,25 @@ _No Javadoc found_
88878891
_No Javadoc found_
88888892

88898893

8894+
8895+
8896+
a| https://github.com/quarkusio/quarkus/blob/main/extensions/security/spi/src/main/java/io/quarkus/security/spi/SecurityTransformerBuildItem.java[`io.quarkus.security.spi.SecurityTransformerBuildItem`, window="_blank"]
8897+
[.description]
8898+
--
8899+
A build item that serves as a builder for the `SecurityTransformer` .
8900+
-- a|`java.util.Map<AuthorizationType,Set<DotName>> authorizationTypeToSecurityAnnotations`
8901+
8902+
_No Javadoc found_
8903+
8904+
`java.util.Set<DotName> allSecurityAnnotations`
8905+
8906+
_No Javadoc found_
8907+
8908+
`java.util.Map<IndexView,SecurityTransformerCache> securityTransformerCache`
8909+
8910+
_No Javadoc found_
8911+
8912+
88908913
|===
88918914
== Security Jakarta Persistence - Common
88928915
[.configuration-reference,cols=2*]

_versions/main/guides/_attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// overridden to the full version, at least when building locally.
3030
:hibernate-orm-version-major-minor: 7.1
3131
:hibernate-search-version-major-minor: 8.1
32-
:hibernate-validator-version-major-minor: 9.0
32+
:hibernate-validator-version-major-minor: 9.1
3333
:jakarta-persistence-version-major-minor: 3.2
3434
// .
3535
:quarkus-home-url: https://quarkus.io

0 commit comments

Comments
 (0)