Luke Taylor
|
d53db3ba13
|
Update version to 3.0.6.CI-SNAPSHOT.
|
15 years ago |
Luke Taylor
|
90304f64c6
|
Update version for 3.0.5 release
|
15 years ago |
Luke Taylor
|
3cfe23f60d
|
Update versions to 3.0.5.CI-SNAPSHOT
|
15 years ago |
Luke Taylor
|
82d140ffb1
|
Version 3.0.4.RELEASE
|
15 years ago |
Luke Taylor
|
1563491322
|
SEC-1600: Added Implementation-Version and Implementation-Title to manifest templates and checking of version numbers in namespace config module and core. Config checks the version of core it is running against and core checks the Spring version, reporting any mismatches or situations where the app is running with less than the recommended Spring version.
|
15 years ago |
Luke Taylor
|
25d222208d
|
Switch version to 3.0.4-CI-SNAPSHOT.
|
16 years ago |
Luke Taylor
|
9b0c21dfef
|
3.0.3 release. Update version in build files.
|
16 years ago |
Luke Taylor
|
1b0ac9c785
|
Porting of gradle changes from master.
|
16 years ago |
Luke Taylor
|
9831980bc2
|
Update versions to 3.0.3.CI-SNAPSHOT.
|
16 years ago |
Luke Taylor
|
44f45d21f0
|
3.0.2 release. Update version in build files.
|
16 years ago |
Luke Taylor
|
c12c43da9e
|
Javadoc fixes.
|
16 years ago |
Luke Taylor
|
36612377e2
|
Replace package.html with package-info.java files, creating new ones where missing and updating outdated contents.
|
16 years ago |
Luke Taylor
|
15c309a2ed
|
Add spring-aop to acl and contacts compile dependencies following changes for SEC-1390.
AopInfrastructureBean interface is now required.
|
16 years ago |
Luke Taylor
|
51dfc0fb39
|
Set versions to 3.0.2-CI-SNAPSHOT, post release.
|
16 years ago |
Luke Taylor
|
05634f97dc
|
Updated version numbers for 3.0.1 release.
|
16 years ago |
Luke Taylor
|
b323098167
|
Added gradle build files for taglibs, tutorial, contacts and openid.
Changed build file names to match module names (by manipulating the project objects in the settings.gradle file).
|
16 years ago |
Luke Taylor
|
052537c8b0
|
Removing $Id$ markers and stripping trailing whitespace from the codebase.
|
16 years ago |
Luke Taylor
|
893f212fa5
|
Tidying
|
16 years ago |
Luke Taylor
|
115d5b84ff
|
[maven-release-plugin] prepare for next development iteration
|
16 years ago |
Luke Taylor
|
6c6ef08353
|
[maven-release-plugin] prepare release spring-security-3.0.0.RELEASE
|
16 years ago |
Luke Taylor
|
e64866ae6a
|
Updated bundlor templates and introduced spring.version variable
|
16 years ago |
Luke Taylor
|
aeed49393c
|
Switching StringBuffer to StringBuilder throughout the codebase (APIs permitting).
|
16 years ago |
Luke Taylor
|
520e733cb2
|
[maven-release-plugin] prepare for next development iteration
|
16 years ago |
Luke Taylor
|
f2cf17bd49
|
[maven-release-plugin] prepare release spring-security-3.0.0.RC2
|
16 years ago |
Luke Taylor
|
adfac7e718
|
Added gradle file for cas and standardised ehcache version
|
16 years ago |
Luke Taylor
|
dab76249db
|
Added gradle build files (experimental)
|
16 years ago |
Luke Taylor
|
4582afa739
|
Spelling fix in Javadoc
|
16 years ago |
Luke Taylor
|
999eadc540
|
Minor refactoring to use generics and avoid converting collections to arrays.
|
16 years ago |
Luke Taylor
|
330e71eb8f
|
Minor Javadoc.
|
16 years ago |
Luke Taylor
|
693d2bce03
|
SEC-1286: Fixed toString() output.
|
16 years ago |
Luke Taylor
|
c922021d28
|
SEC-1287: Regression with fix SEC-1022 - cannot register custom permissions w/BasicLookupStrategy. Added setter method for PermissionFactory field.
|
16 years ago |
Luke Taylor
|
3f963ef8ca
|
Restore versions and svn URLs in trunk (release plugin fail)
|
16 years ago |
Luke Taylor
|
af563e826c
|
[maven-release-plugin] prepare release spring-security-3.0.0.RC1
|
16 years ago |
Luke Taylor
|
6aee4f0ee4
|
Removed commented out method.
|
16 years ago |
Luke Taylor
|
f213cc5d9e
|
SEC-1257: APIs using List<ConfigAttribute> should use a Collection instead. Converted.
|
16 years ago |
Luke Taylor
|
caff3ee9ba
|
SEC-1231: Authentication.getAuthorities should be of type Collection<GrantedAuthority> and not List<GrantedAuthority>. Refactored the interface and related classes to match (UserDetails etc).
|
16 years ago |
Luke Taylor
|
40759ab232
|
SEC-925: BasicLookupStrategy - support for schema qualifier. Added setters for ACL SQL statements.
|
16 years ago |
Luke Taylor
|
9639340fef
|
SEC-1049: RoleHierarchy in SidRetrievalStrategy. Added optional RoleHierarchy injection to SidRetrievalStrategyImpl
|
17 years ago |
Luke Taylor
|
9374bddceb
|
Added test class for AccessControlListTag.
|
17 years ago |
Luke Taylor
|
9f76db0606
|
SEC-1022: Remove use of static methods/initializers in Acl Permissions. Added extra constructors to DefaultPermissionFactory to allow injection of custom permissions to the registry.
|
17 years ago |
Luke Taylor
|
24155d4abe
|
SEC-1022: Remove use of static methods/initializers in Acl Permissions. Added setter for PermissionFactory to AclPermissionEvaluator
|
17 years ago |
Luke Taylor
|
3f70d79df5
|
SEC-1022: Remove use of static methods/initializers in Acl Permissions. Converted PermissionFactory to a strategy which is used to convert integers and names to Permission instances.
|
17 years ago |
Luke Taylor
|
0d7b990e0a
|
SEC-1184: Moved ACL cache classes and interface out of jdbc package.
|
17 years ago |
Luke Taylor
|
6236858356
|
SEC-951: Acl Serialization Errors that cohere with parent-child-structure of Acls. Modified tests to reproduce the issue and applied suggested fix (recursive call to set transient fields on parent).
|
17 years ago |
Luke Taylor
|
5a8772df5b
|
Reset pom versions post release
|
17 years ago |
Luke Taylor
|
0e5aa7008d
|
[maven-release-plugin] prepare release spring-security-3.0.0.M2
|
17 years ago |
Luke Taylor
|
72af366a72
|
SEC-1172: Added extra constructor which allows setting of the config attribute name.
|
17 years ago |
Luke Taylor
|
39d76d5b5f
|
SEC-1165: Relax the requirement that the ObjectIdentity "type" be a Java class. Modified ObjectIdentity, changing the javaType property to "type" which is now a plain String. Also removes the requirement that the class be present on the classpath when creating the ObjectIdentityImpl instance (e.g. in the case of a permissions administration app which doesn't actually use the domain classes itself).
|
17 years ago |
Luke Taylor
|
131ba5c62e
|
Reset poms to 3.0.0.CI-SNAPSHOT after tagging M1 release
|
17 years ago |
Luke Taylor
|
e2c218e8c9
|
[maven-release-plugin] prepare release spring-security-3.0.0.M1
|
17 years ago |