From e805aa2e7368659621028f084bfb658d047157ef Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Sun, 21 Aug 2005 09:40:09 +0000 Subject: [PATCH] Add annotation support. --- doc/xdocs/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/xdocs/changes.xml b/doc/xdocs/changes.xml index 3d8f8dae61..e18f9eb9cd 100644 --- a/doc/xdocs/changes.xml +++ b/doc/xdocs/changes.xml @@ -27,6 +27,7 @@ SwitchUserProcessingFilter to provide user security context switching + Java 1.5 annotation support JdbcDaoImpl modified to support synthetic primary keys Greatly improve BasicAclEntryAfterInvocationCollectionFilteringProvider performance with large collections (if the principal has access to relatively few collection elements) Reorder DaoAuthenticationProvider exception logic as per developer list discussion