This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch CAUSEWAY-3866 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 2d2afe89266c6d82a2907648d2c131df07ad7e66 Author: Dan Haywood <[email protected]> AuthorDate: Sat Oct 18 09:17:53 2025 +0100 CAUSEWAY-3866: updates references to javax.inject.Named (haven't change the .xsd schemas though) --- extensions/security/secman/adoc/modules/secman/pages/about.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/security/secman/adoc/modules/secman/pages/about.adoc b/extensions/security/secman/adoc/modules/secman/pages/about.adoc index b62210e20fe..4c1e176e263 100644 --- a/extensions/security/secman/adoc/modules/secman/pages/about.adoc +++ b/extensions/security/secman/adoc/modules/secman/pages/about.adoc @@ -33,7 +33,7 @@ for example `myapp.customer.CustomerAddress#zipCode` * next up is an object feature representing an entire type, described using its logical type name. + for example `myapp.customer.CustomerAddress`. -This is usually specified using the `@javax.inject.Named` annotation. +This is usually specified using the `@jakarta.inject.Named` annotation. * most general is an object feature representing a namespace +
