Commit Graph

650 Commits

Author SHA1 Message Date
Ulrik Sandberg
f408dc75e5 Fixed typos. 2010-10-10 21:41:43 +00:00
Ulrik Sandberg
26a523a58b Added Keith's documentation for the LDIF parser. Updated package dependencies doc. 2010-10-10 21:41:37 +00:00
Ulrik Sandberg
06ce5a9bf6 Added attributeExists method so user can distinguish between attribute not exists or exists with no value.
Improved javadoc for getObjectAttribute and getStringAttribute to reflect the new meaning of null.
LDAP-215
2010-10-03 22:18:34 +00:00
Ulrik Sandberg
5b662eff8c Added a check for empty attribute. LDAP-215 2010-09-25 21:25:18 +00:00
Ulrik Sandberg
ca1d6e3dab Remove duplicate LDIF files from test/integration-tests/src/test/java. (LDIF-207) 2010-06-20 10:22:00 +00:00
Ulrik Sandberg
7b9cb7ffca Upgraded commons-codec to 1.4. (LDAP-212) 2010-06-20 10:02:24 +00:00
Ulrik Sandberg
969588bc98 Upgraded commons-lang to 2.5. (LDAP-211) 2010-06-20 10:02:19 +00:00
Ulrik Sandberg
873f996c37 Upgraded commons-pool to 1.5.4. (LDAP-206) 2010-06-20 09:36:50 +00:00
Ulrik Sandberg
4c8a858bda Upgraded to Spring 2.5.6.SEC02 and 3.0.3.RELEASE (LDAP-210). 2010-06-19 09:17:51 +00:00
Ulrik Sandberg
31ce887e2d Changed base class of test to load db. 2010-03-28 22:22:51 +00:00
Ulrik Sandberg
c7b17868b7 Added some tests for issues described in certain forum posts, like thread 86640. 2010-03-28 22:22:42 +00:00
Ulrik Sandberg
c6fba9a763 Upgraded Spring 3.0 sample to use 3.0.1. 2010-03-25 14:07:43 +00:00
Ulrik Sandberg
7f04f99e5a Added test for new class LookupAttemptingCallback. 2010-03-22 22:16:31 +00:00
Ulrik Sandberg
caa287f092 LDAP-200, reverted to maven-site-plugin 2.0.1. 2010-02-20 01:29:28 +00:00
Ulrik Sandberg
250aa8f777 LDAP-200, reverted maven-site-plugin to 2.0.2, since it requires a newer Maven (2.1+). 2010-02-20 01:13:13 +00:00
Ulrik Sandberg
a6612f49da LDAP-200, updated versions on several plugins. 2010-02-20 00:58:37 +00:00
Ulrik Sandberg
e96293708c Worked on LDAP-200, Add pluginManagement to parent pom. 2010-02-20 00:58:30 +00:00
Ulrik Sandberg
a60fc118d1 Removed old unused stuff. 2010-02-20 00:58:22 +00:00
Ulrik Sandberg
655f43897f Ended first sentence with a dot to not screw up javadoc summary for the class. 2010-02-20 00:58:15 +00:00
Ulrik Sandberg
5856211ff2 Changed to explicit java version, since pmd cannot understand versions like "1.6.0_17". 2010-02-20 00:58:06 +00:00
Ulrik Sandberg
bdb56cdc10 Ignoring generated stuff. 2010-02-20 00:58:01 +00:00
Ulrik Sandberg
2d013b865f Fixed LDAP-199, Documentation error: transaction manager configuration. 2010-02-19 08:17:05 +00:00
Ulrik Sandberg
527974a294 Added profile for building sandbox, which is needed by sunone integration tests. 2010-02-12 21:39:03 +00:00
Ulrik Sandberg
fbb3ab1db5 Ignoring generated stuff. 2010-02-10 05:10:01 +00:00
Ulrik Sandberg
9a441aeef9 Ignoring generated stuff. 2010-02-10 05:08:56 +00:00
Ulrik Sandberg
bf0e8701e9 Added samples project for testing with Spring 3.0 artifacts. 2010-02-10 05:05:51 +00:00
Ulrik Sandberg
4978f11c23 Ignoring generated stuff. 2010-02-10 04:23:32 +00:00
Ulrik Sandberg
15b12831de Improved equals and hashCode implementations in filters (LDAP-198). 2010-01-25 07:17:14 +00:00
Ulrik Sandberg
dea9e15aa4 Added missing equals/hashCode methods to some filter classes (LDAP-198). 2010-01-25 07:17:01 +00:00
Ulrik Sandberg
6d078288d3 Fixed problem with non-needed dependencies causing assembly problems. 2010-01-24 17:22:05 +00:00
Ulrik Sandberg
0d49570aa6 Now ignoring generated files. 2010-01-24 11:27:16 +00:00
Ulrik Sandberg
2f8db52b70 Now including ldif in top-level build. 2010-01-24 11:18:41 +00:00
Ulrik Sandberg
9130747d7e Fixed up changelog. Added tiger parent pom for 1.5 modules. 2010-01-24 11:18:36 +00:00
Ulrik Sandberg
2a859b839f Added Keith Barlow's LDIF parsing framework, including Spring Batch integration. 2010-01-24 11:18:27 +00:00
Ulrik Sandberg
7c4c15e88a Added Paul Harvey's Spring LDAP Object-Directory Mapper (ODM). 2010-01-24 00:58:28 +00:00
Ulrik Sandberg
1dcad955c9 LDAP-196 2009-12-20 12:46:25 +00:00
Ulrik Sandberg
86dbeafda2 Now uses Java5 constructor only if at least JDK15 (LDAP-196). 2009-12-20 12:44:15 +00:00
Ulrik Sandberg
d58c8ad8d9 Fixed typo (LDAP-193). 2009-12-18 13:37:49 +00:00
Ulrik Sandberg
0af69ea48e Fixed typo (LDAP-193). 2009-12-18 13:37:15 +00:00
Ulrik Sandberg
b5bc5b17e2 Collecting callback now top-level (LDAP-192). 2009-12-17 15:50:40 +00:00
Ulrik Sandberg
8215562607 Added authenticate methods that take only error callback (LDAP-192). 2009-12-16 23:58:29 +00:00
Ulrik Sandberg
2df7de35c2 Documented the new authentication methods (LDAP-193). 2009-12-15 00:09:31 +00:00
Ulrik Sandberg
81281476b1 Added info about recent changes. 2009-12-14 21:29:11 +00:00
Ulrik Sandberg
b9e7d062ef Upgraded Spring to 2.5.6.SEC01 (LDAP-194). 2009-12-14 21:16:15 +00:00
Ulrik Sandberg
f02cf43c95 First shot at authentication methods that provide the actual exception (LDAP-192). 2009-12-14 20:45:30 +00:00
Ulrik Sandberg
499d07fdce Changed AWS extension to the 2.0.0.RELEASE, as recommended in SPR-5189. 2009-10-12 05:44:16 +00:00
Marius Scurtescu
b5fe4843c1 incremental attribute read support 2009-09-18 16:38:25 +00:00
Marius Scurtescu
494532f605 VLV support 2009-09-18 16:31:45 +00:00
Ulrik Sandberg
24dc8811ee Applied Keiths patch 0.0.2-SNAPSHOT.20090827. 2009-09-03 17:49:12 +00:00
Ulrik Sandberg
3b8fbe8288 Applied patch_v.0.0.1-SNAPSHOT.20090814.txt. 2009-08-15 20:22:09 +00:00