浏览代码

General update.

Ben Alex 21 年之前
父节点
当前提交
0cb8f96368
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      changelog.txt

+ 3 - 0
changelog.txt

@@ -6,9 +6,12 @@ Changes in version 0.x (2004-xx-xx)
 * Added DaoAuthenticationProvider.hideUserNotFoundExceptions (default=true)
 * Added DaoAuthenticationProvider.hideUserNotFoundExceptions (default=true)
 * Added PasswordAuthenticationProvider for password-validating DAOs (eg LDAP)
 * Added PasswordAuthenticationProvider for password-validating DAOs (eg LDAP)
 * Added FilterToBeanProxy compatibility with ContextLoaderServlet (lazy inits)
 * Added FilterToBeanProxy compatibility with ContextLoaderServlet (lazy inits)
+* Added convenience methods to ConfigAttributeDefinition
+* Clarified contract for ObjectDefinitionSource.getAttributes(Object)
 * Extracted removeUserFromCache(String) to UserCache interface
 * Extracted removeUserFromCache(String) to UserCache interface
 * Improved ConfigAttributeEditor so it trims preceding and trailing spaces
 * Improved ConfigAttributeEditor so it trims preceding and trailing spaces
 * Refactored UsernamePasswordAuthenticationToken.getDetails() to Object
 * Refactored UsernamePasswordAuthenticationToken.getDetails() to Object
+* Fixed MethodDefinitionAttributes to implement ObjectDefinitionSource change
 * Fixed EH-CACHE-based caching implementation behaviour when cache exists
 * Fixed EH-CACHE-based caching implementation behaviour when cache exists
 * Fixed Ant "release" target not including project.properties
 * Fixed Ant "release" target not including project.properties
 * Fixed GrantedAuthorityEffectiveAclsResolver if null ACLs provided to method
 * Fixed GrantedAuthorityEffectiveAclsResolver if null ACLs provided to method