Commit Graph

370 Commits

Author SHA1 Message Date
Ulrik Sandberg
c0519b495c Fix for LDAP-92.
http://opensource.atlassian.com/projects/spring/browse/LDAP-92
2007-12-07 17:22:30 +00:00
Ulrik Sandberg
e29b1ca4c6 Applied Eric's third patch that adds more info regarding limitations to the pooling, and also fixes a typo in an example in the configuration docs. 2007-12-07 17:10:45 +00:00
Mattias Arthursson
ed1fddcdcb Rolled back previous screwup in spring-ldap-person 2007-12-06 22:08:48 +00:00
Mattias Arthursson
cf505202ba added controllers 2007-12-06 16:38:57 +00:00
Mattias Arthursson
f253d01f7e Added services 2007-12-06 16:37:57 +00:00
Ulrik Sandberg
54b0b7805b Added info about 1.2.1 to changelog. 2007-12-03 11:36:46 +00:00
Ulrik Sandberg
13816294a2 First shot at implementing traditional create, update and delete.
Cleaned up interfaces.
2007-12-03 11:22:21 +00:00
Ulrik Sandberg
3749f816a6 Applied Eric's second patch:
- fixes most of the javadoc errors
- removes JDK4 enum pattern for WhenExhaustedAction (won't be easy to use for Spring-based configuration)
- changed the code to use the values exposed by Commons-Pool directly
- documentation updated to reflect the changes
2007-12-02 20:16:29 +00:00
Ulrik Sandberg
2d1dced405 Applied Eric's patch for pooling:
* bind/rebind/unbind support
* DirContextProxy implementation
* Removed email address from the javadocs
* Added pooling documentation
2007-11-28 23:21:21 +00:00
Ulrik Sandberg
28f6d2eae9 Removed old Spring source version. 2007-11-27 09:54:55 +00:00
Ulrik Sandberg
08857871b5 Removed old Spring source version. 2007-11-27 09:54:33 +00:00
Ulrik Sandberg
beb9ba6a25 Moved the pooling code from sandbox. 2007-11-26 23:37:04 +00:00
Ulrik Sandberg
8dbd7d9bcf Restructured the pooling code. 2007-11-26 23:28:27 +00:00
Ulrik Sandberg
1240921378 Began restructuring the pooling code. 2007-11-26 23:18:10 +00:00
Ulrik Sandberg
3afc0f6de9 Began restructuring the pooling code. 2007-11-26 23:16:21 +00:00
Ulrik Sandberg
77eccd0507 Removed invalid import. 2007-11-26 20:41:13 +00:00
Mattias Arthursson
353d33a988 Removed test cases connected to the LdapCtlFactory stuff in LdapContextSource. 2007-11-19 07:00:01 +00:00
Mattias Arthursson
95101c2281 Removed ResponseControlFactory stuff from LdapContextSource, as it's ignored by the LDAP provider anyway. 2007-11-19 06:50:08 +00:00
Mattias Arthursson
744d3a36d3 Removed reference to LdapContextSource in logger. 2007-11-19 06:47:45 +00:00
Mattias Arthursson
cf214f3d10 Removed buildable distribution file. 2007-10-31 15:28:23 +00:00
Ulrik Sandberg
1e7e5dc19f Now working towards a 1.2.1 release. 2007-10-31 13:03:34 +00:00
Ulrik Sandberg
bc360c00ae Fixed incorrect eclipse classpath. Fixed typo in javadoc. 2007-10-30 22:56:45 +00:00
Ulrik Sandberg
85fe3d0d14 Added missing overview file. 2007-10-30 22:53:47 +00:00
Ulrik Sandberg
ebd089068f Fixed small javadoc errors. 2007-10-30 22:49:35 +00:00
Ulrik Sandberg
d1b9ea997a Changed release name to 1.2. 2007-10-30 22:36:15 +00:00
Mattias Arthursson
16c002fab0 Added spring-jdbc to included jars in with-dependencies. 2007-10-30 21:07:57 +00:00
Ulrik Sandberg
e78f1b8927 Added back spring-dao as an optional dependency. 2007-10-30 21:04:45 +00:00
Ulrik Sandberg
2cc1c14bed Adjusted several incorrect package dependencies. 2007-10-30 20:38:38 +00:00
Ulrik Sandberg
4e9c7767d2 Updated graph. Added optional note. 2007-10-30 19:54:12 +00:00
Mattias Arthursson
1d1cf8077f Changed status to release 2007-10-30 19:53:04 +00:00
Mattias Arthursson
4a42cba14c 2007-10-30 19:36:05 +00:00
Mattias Arthursson
e54eb8dd1c Minor fix in ref docs 2007-10-30 19:16:44 +00:00
Mattias Arthursson
6476fa3be9 Changed to release status 2007-10-30 19:12:00 +00:00
Mattias Arthursson
353e5e4a97 Updated reference docs on required libraries. 2007-10-30 19:03:11 +00:00
Mattias Arthursson
87d8ae3dda changed spring-beans from provided to required scope 2007-10-30 18:52:47 +00:00
Mattias Arthursson
b627979bf5 Added upgrade guide to readme file 2007-10-30 18:45:17 +00:00
Mattias Arthursson
2595201581 minor change to changelog 2007-10-30 18:40:16 +00:00
Mattias Arthursson
69c80dce23 Modified poms, made required dependencies required and removed
unnecessary dependencies.
2007-10-30 18:24:12 +00:00
Mattias Arthursson
fd4411ba58 Removed commons collections from dependencies. 2007-10-30 17:40:20 +00:00
Mattias Arthursson
d12db83528 Minor javadoc fix 2007-10-29 06:36:46 +00:00
Mattias Arthursson
90fb37349b Introduced BaseLdapPathSource and modified AbstractContextSource and
BaseLdapPathBeanPostProcessor accordingly.
2007-10-29 06:30:55 +00:00
Mattias Arthursson
1bd9c6ac7d Modified poms and added new pom for spring-ldap-tiger 2007-10-28 19:40:09 +00:00
Mattias Arthursson
a583f6e8dc Fixed error in debug log output. 2007-10-28 16:57:57 +00:00
Mattias Arthursson
f4c66734ac Made spring-ldap-tiger tests run with different LDAP server port to avoid collision with port used in spring-ldap. 2007-10-23 18:09:51 +00:00
Mattias Arthursson
04b1607579 Made integration test abstract so that integration tests can pass. 2007-10-23 18:05:18 +00:00
Mattias Arthursson
a7749f3d90 fixed dates 2007-10-23 17:52:17 +00:00
Mattias Arthursson
d065761661 Changed build-spring-ldap/build.xml to place api docs in correct
locations and remove buildable distribution file.
Modified changelog and readme, and fixed version number.
2007-10-23 17:49:18 +00:00
Mattias Arthursson
192142bcaa Fix for LDAP-57: improved Paged Results reference doc. 2007-10-21 11:10:29 +00:00
Mattias Arthursson
2e10ed067b Fixed nasty bug in hashCode. 2007-10-21 10:49:36 +00:00
Mattias Arthursson
10e2eaa9db Fix for LDAP-83 2007-10-18 19:57:35 +00:00