Commit Graph

74 Commits

Author SHA1 Message Date
Carlos Sanchez 18c6838bec [maven-release-plugin] prepare for next development iteration 2006-06-22 17:29:52 +00:00
Carlos Sanchez c7bcbe1b35 [maven-release-plugin] prepare release release_1_0_1 2006-06-22 17:27:29 +00:00
Carlos Sanchez 35093e09f6 Bump version to 1.1.0-SNAPSHOT 2006-05-31 00:52:26 +00:00
Ben Alex 89eb74b1b2 Refer to 1.0.0 final. 2006-05-28 00:49:38 +00:00
Ben Alex ab12817b7a SEC-97: Format Acegi Security source code in accordance with latest Jalopy configuration. 2006-05-23 13:38:33 +00:00
Carlos Sanchez 377ad7fa2a Use the org.springframework groupId 2006-04-25 04:43:36 +00:00
Ben Alex 719d3af879 SVN updates. 2006-04-25 00:22:00 +00:00
Ben Alex ed03eee2df Refactored. NB: This code is unsupported and illustrates non-anemic domain objects that do not leverage transparent persistence capabilities (I recommend you use transparent persistence capabilities where possible - I hope to check in different packages with new patterns in due course). 2006-03-25 01:02:56 +00:00
Ben Alex 12c78791de Refactored. NB: This code is unsupported and illustrates non-anemic domain objects that do not leverage transparent persistence capabilities (I recommend you use transparent persistence capabilities where possible - I hope to check in different packages with new patterns in due course). 2006-03-25 00:18:45 +00:00
Ben Alex 7aa8d98a65 Finish RC2 release, prepare snapshot again. 2006-02-09 08:49:33 +00:00
Ben Alex ee78570902 Prepare to release 1.0.0 RC2. 2006-02-09 07:45:11 +00:00
Ben Alex 96196bd637 SEC-179: Upgrade to Spring 2.0-M2. 2006-02-09 05:36:06 +00:00
Matthew Porter 53dcdf7e89 If childObject is a collection, add the objects in the collection. 2005-12-28 20:59:53 +00:00
Carlos Sanchez b0d65259b6 Changed groupId to org.acegisecurity 2005-12-22 16:40:22 +00:00
Carlos Sanchez 27efd13532 Set version to 1.0.0-SNAPSHOT preparing for next version 2005-12-22 16:32:12 +00:00
Carlos Sanchez f226dfb67f Use ISO encoding to avoid problems 2005-12-22 16:27:44 +00:00
Carlos Sanchez 39cf954a45 Improved m2 poms 2005-12-22 16:17:37 +00:00
Carlos Sanchez f662ed5890 Ignore eclipse project files 2005-12-22 13:41:33 +00:00
Ben Alex 2f852f6cbd Prepare 1.0.0 RC1. 2005-12-03 22:41:38 +00:00
Ben Alex d45f9a0560 Change next version to 1.0.0 RC1. 2005-11-30 00:32:30 +00:00
Ben Alex a5d33af2e6 Remove classes. 2005-11-26 09:20:37 +00:00
Ben Alex 6a1a4abb1d SEC-104: Move to org.acegisecurity package. 2005-11-17 00:56:49 +00:00
Scott McCrory 79c3ba521b Resolved and/or inhibit build warnings as seen in Eclipse 3.1. Please refer to http://opensource2.atlassian.com/projects/spring/browse/SEC-93 for more info. 2005-11-11 22:37:38 +00:00
Ben Alex f569afe6f5 Change versions for 1.0.0-SNAPSHOT. 2005-11-11 04:22:48 +00:00
Ben Alex a4aa477770 Release 0.9.0 2005-11-11 04:01:06 +00:00
Luke Taylor 8b88700079 Tidied up cut-n-pasted Javadoc. 2005-11-06 21:45:49 +00:00
Carlos Sanchez b2363dfe07 SEC-62 Add maven 2 support 2005-10-06 20:53:08 +00:00
Carlos Sanchez 29e3daaab6 Removed redundant groupId (inherited from parent) 2005-10-06 20:01:29 +00:00
Ben Alex 1455029435 Refactor lifecycle methods into separate files, so that subclasses can extend specific classes or interfaces to achieve the desired subset of lifecycle capabilities. 2005-09-15 08:13:09 +00:00
Ben Alex be578c99d1 Add setId(Long) back into class, as Hibernate 3.0.5 gives Lazy Initialization Exception if using field="access" when trying to do a getId() on a lazily loaded association. 2005-09-09 06:10:13 +00:00
Ben Alex ddd69c751f Automatically ensure Validators accessing DAOs receive detached instances. Also provide DetachmentContextHolder ThreadLocal, so that this behaviour can be specified whenever required. 2005-09-09 03:59:34 +00:00
Ben Alex 1119b665f8 Make createOrUpdate(E) delegate to Manager methods, not to the DAO method of the same name. 2005-09-09 03:58:04 +00:00
Ben Alex 3794c608ad Remove setId(Long). This means access="field" needs to be used with Hibernate. 2005-09-09 03:56:58 +00:00
Ben Alex 61df8e9f7b Support multiple SessionFactory instances (not just one). 2005-09-04 23:08:02 +00:00
Ben Alex fc1fe03871 Automatically introspect generic to determine supports(Class) instead of relying on IoC container or Java code to specify it. 2005-08-21 10:36:26 +00:00
Ben Alex ebb99abc78 Ensure that classes implementing the BindBeforeValidation interface have the method called *before* validation, as Validator implementations will sometimes check the properties modified by BindBeforeValidation implementations. 2005-08-21 10:34:50 +00:00
Ben Alex c5e060dc09 Fix generics. 2005-08-21 10:31:41 +00:00
Ben Alex 975de1e043 Add .cvsignore files so that empty directories are created in CVS. Remove package.html files that do not belong to a particular package and were simply directory markers. 2005-08-21 08:19:02 +00:00
Scott McCrory 6018ef22a8 Replaced .cvsignore placeholders for package.html files (which also serve some doccumentary purpose). 2005-07-25 22:55:00 +00:00
Scott McCrory 9fc7717d20 Added .cvsignore as a placeholder so that CVS retains these directories upon checkout. 2005-07-24 23:16:34 +00:00
Ben Alex 2e51880608 Remove annotations after discussion with Matthew Porter. 2005-05-26 01:47:29 +00:00
Ben Alex ee3a14ab1b Improve logging. 2005-05-17 01:05:13 +00:00
Ben Alex 14e384051b Improve logging. 2005-05-17 00:06:15 +00:00
Ben Alex 0b6d0a5798 Remove finals - conflicts with CGLIB generated classes. 2005-05-17 00:06:09 +00:00
Ben Alex c1d156e363 Handle multiple Validators.support()ing a given class. 2005-05-14 05:04:07 +00:00
Ben Alex 307cd35b9c More fetching/initialization related fine-tuning. 2005-05-14 01:35:13 +00:00
Ben Alex 4f2f6a5004 Improve logging to detect mismatched Validator:Class combinations. 2005-05-14 01:34:33 +00:00
Ben Alex 32646b5581 More eager/lazy fetching optimisations. 2005-05-13 07:14:32 +00:00
Ben Alex c9fc2684ad Some initial fetching strategy comments. 2005-05-12 06:29:31 +00:00
Ben Alex c5101a259a Move to Hibernate 3.0.3. 2005-05-12 06:07:17 +00:00