Commit Graph

49 Commits

Author SHA1 Message Date
Rob Winch
67b09d73ef LDAP-301: Explict LDAP Dependencies for spring-ldap-test 2015-04-23 17:00:11 -05:00
Rob Winch
23412e8799 LDAP-302: Remove unmapped Spring IO dependencies
These dependencies are provided by default in JDK6+
2014-05-21 08:05:55 -05:00
Mattias Hellborg Arthursson
b9985e5759 Minor polishing. 2013-11-18 16:46:04 +01:00
Mattias Hellborg Arthursson
086497d66e Minor cleanup. 2013-11-18 14:54:43 +01:00
Mattias Hellborg Arthursson
7610961d25 LDAP-279: Configuration tweaks. Removed simple-odm sample. 2013-11-08 08:49:55 +01:00
Mattias Hellborg Arthursson
fbcc1a9b07 LDAP-279: Fiddling with logging dependencies. 2013-11-07 14:44:53 +01:00
Mattias Hellborg Arthursson
cff98e6fa2 LDAP-279: Initial version of complete user admin application. 2013-11-07 14:17:24 +01:00
Mattias Hellborg Arthursson
2eba25811e LDAP-56: generic integration tests are now configurable to run against a local LDAP server rather than startin in-process ApacheDS. 2013-10-25 10:46:28 +02:00
Mattias Hellborg Arthursson
cdea204f55 Minor cleanup tweaks. 2013-10-24 13:02:06 +02:00
Mattias Hellborg Arthursson
1e2a060459 LDAP-273: Converted to slf4j 2013-10-10 14:21:23 +02:00
Mattias Hellborg Arthursson
795701fd58 LDAP-267: Added integration tests and modified samples to use new xml namespace. 2013-10-08 08:17:49 +02:00
Mattias Hellborg Arthursson
9687edf625 LDAP-101: Added eager invalidation of dead pooled connections. 2013-09-11 10:37:59 +02:00
Mattias Hellborg Arthursson
8b6f586fd5 LDAP-142: Added a couple utility methods for working with SingleContextSource. Also cleaned up OpenLdap integration tests. 2013-09-10 11:40:53 +02:00
Mattias Hellborg Arthursson
a2cb44e4d4 Fixed some sonar problems. 2013-09-09 11:53:40 +02:00
Mattias Hellborg Arthursson
8d6587e5db New test to fix failing build. 2013-09-02 17:08:06 +02:00
Mattias Hellborg Arthursson
180ad5c9e4 Trying to fix broken build. 2013-09-02 17:02:19 +02:00
Mattias Hellborg Arthursson
66bc1968db Cleaned up usage of DistinguishedName from satellite modules, samples and tests. 2013-08-30 10:44:51 +02:00
Mattias Hellborg Arthursson
ed605be49a LDAP-258: Deprecated DistinguishedName and associated classes. Removed unnecessary usage in core. 2013-08-30 08:00:38 +02:00
Mattias Hellborg Arthursson
d54c43cc62 Updated copyright notice. 2013-08-16 13:30:46 +02:00
Mattias Hellborg Arthursson
63692ed30a LDAP-251: Some additional tweaks to the gradle build
- Made sure Main-Class is specified in odm jar
- Fixed source inclusions/exclusions for idea and eclipse plugins
- Made sure idea and eclipse plugins depend on javacc task
- Removed pom files from build.
2013-08-16 08:44:22 +02:00
Mattias Hellborg Arthursson
837bc489ef LDAP-232: Finalized migration to ApacheDS 1.5.5 for integration tests. 2013-08-14 10:36:46 +02:00
Mattias Hellborg Arthursson
2b2cbf0f38 LDAP-232: Apache Directory server upgrade to 1.5.5 pretty much finished. 2013-08-13 16:41:28 +02:00
Mattias Hellborg Arthursson
cb360c38ac LDAP-232: starting upgrade to apache directory server. 2013-08-13 15:34:51 +02:00
Rob Winch
8b350a874d Convert to Gradle
This commit converts the build to a Gradle based build. It also setup sonar
integration at https://sonar.springsource.org/dashboard/index/11620

Currently tests in the samples fail on the CI server and are disabled. The
tests were not enabled for the maven based build either.

Issue: LDAP-251
2013-07-10 11:33:07 -05:00
Ulrik Sandberg
ed7ef2a573 Applied patch from Ben Hale for Maven3 S3 deploys. 2011-02-24 18:06:02 +00:00
Ben Hale
5ccb1854bd [maven-release-plugin] prepare for next development iteration 2010-11-30 16:00:34 +00:00
Ben Hale
cff4f7ef1a [maven-release-plugin] prepare release spring-ldap-1.3.1.RELEASE 2010-11-30 16:00:31 +00:00
Ben Hale
9c8118247a Remove another bad tag. On the trail now though 2010-11-30 15:55:02 +00:00
Ben Hale
ce8250fe98 [maven-release-plugin] prepare for next development iteration 2010-11-30 15:36:02 +00:00
Ben Hale
22b6bd33f7 [maven-release-plugin] prepare release spring-ldap-1.3.1.RELEASE 2010-11-30 15:35:58 +00:00
Ben Hale
5a34bf2d78 Removed bad tag 2010-11-30 15:32:09 +00:00
Ben Hale
6c743b05eb [maven-release-plugin] prepare for next development iteration 2010-11-30 15:17:28 +00:00
Ben Hale
c1cb82b29b [maven-release-plugin] prepare release spring-ldap-1.3.1.RELEASE 2010-11-30 15:17:25 +00:00
Ulrik Sandberg
6dcd4092cd Adjusted copyright details. 2010-11-18 07:19:43 +00:00
Ulrik Sandberg
873f996c37 Upgraded commons-pool to 1.5.4. (LDAP-206) 2010-06-20 09:36:50 +00:00
Ulrik Sandberg
eeee11f47d Now Git also ignores generated stuff 2009-07-30 15:07:37 +00:00
Ben Hale
1fcc8ed1e1 spring-ldap 1.3.0.RELEASE 2009-01-30 10:04:07 +00:00
Mattias Arthursson
e910acfbba Added methods for 'simple' bind authentication in LdapTemplate (LdapOperations, SimpleLdapOperations and SimpleLdapTemplate as well).
Introduced new callback interface for use with certain authentication methods.
Added LdapEntryIdentification to wrap the full identification of an LDAP entry (absolute and relative DNs)
Added LdapEntryIdentificationContextMapper.
2008-11-18 14:10:27 +00:00
Ben Hale
4e9c71fd6f Removing another crappy maven merge attempt 2008-10-27 11:00:20 +00:00
Ben Hale
ab184588dc [maven-release-plugin] prepare release spring-ldap-1.3.0.RC1 2008-10-27 10:50:43 +00:00
Ben Hale
244790db8d Removed bad merge from Maven 2008-10-27 10:48:31 +00:00
Ben Hale
90e5e1dd28 [maven-release-plugin] prepare release spring-ldap-1.3.0.RC1 2008-10-27 10:29:24 +00:00
Ben Hale
a370aea3ff POM Polishing some more 2008-10-27 09:54:59 +00:00
Mattias Arthursson
c495408e84 Changed default of pooling flag in AbstractContextSource.
Added configuration property for referral handling in AbstractContextSource.
Updated changelog accordingly.
2008-10-26 18:41:22 +00:00
Mattias Arthursson
2f60f6618f Updated copyright year (now including 2008) and made sure all my author tags have my full name; Mattias Hellborg Arthursson. 2008-10-23 12:33:51 +00:00
Mattias Arthursson
040496cbf6 Fix for LDAP-134:
DefaultDirObjectFactory now properly handles referrals that are passed to it.
Added referralUrl property to DirContextAdapter, and accessor methods to DirContextOperations and DirContextAdapter.
Fixed some svn ignores as well.
2008-10-22 08:10:13 +00:00
Mattias Arthursson
6158de3333 Moved ContextSourceEc2InstanceLaunchingFactoryBean to test-support. 2008-10-20 13:49:47 +00:00
Mattias Arthursson
7b36381f07 Moved EC2 launching FactoryBean to test support.
Now using typica from mvn repo.
Added some svn ignores.
2008-10-20 11:15:01 +00:00
Ulrik Sandberg
a74ed8dafd Moved everything from mvn-build to trunk root. 2008-10-12 21:34:09 +00:00