Mattias Hellborg Arthursson
6ac6afb912
LDAP-56: Removed obsolete file.
2013-11-05 09:02:19 +01:00
Mattias Hellborg Arthursson
d3414775c4
LDAP-56: Specific configuration when running integration tests against Active Directory.
2013-11-05 09:00:38 +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
c2abc9660e
LDAP-248: DirContextAdapter now handles javax.naming.Name instances properly with regards to equality
...
LDAP-274: ODM now uses standard Spring converter (if present).
LDAP-275: Support for different Collection types in ODM
2013-10-24 10:25:22 +02:00
Mattias Hellborg Arthursson
27593ac973
LDAP-271: Now propertly handling setting values to null and updating when using ODM.
2013-10-22 08:51:20 +02:00
Mattias Hellborg Arthursson
7823b329b4
LDAP-269: Basic QueryDSL support.
2013-10-22 08:06:12 +02:00
Mattias Hellborg Arthursson
983d183bb1
LDAP-266: Finishing up spring-data repository support.
2013-10-14 16:09:28 +02:00
Mattias Hellborg Arthursson
2c3d1935dc
LDAP-266: Integration tests of automatic repository support.
2013-10-14 09:21:24 +02:00
Mattias Hellborg Arthursson
1e2a060459
LDAP-273: Converted to slf4j
2013-10-10 14:21:23 +02:00
Mattias Hellborg Arthursson
c98110b8c2
LDAP-266: Initial effort for automatic repository support.
2013-10-10 13:32:45 +02:00
Mattias Hellborg Arthursson
41fc6306ae
LDAP-267: Implemented support for DataSource and Hibernate integration with namespace configuration.
2013-10-09 08:14:10 +02:00
Mattias Hellborg Arthursson
e43233fd86
LDAP-267: BaseLdapPath support with namespace configuration.
2013-10-09 07:41:02 +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
a8f22899db
LDAP-268: Additional integration test cases for @DnAttribute annotations
2013-10-07 07:06:50 +02:00
Mattias Hellborg Arthursson
78b9617bf1
LDAP-265, LDAP-268: Added the ability to automatically map to/from DN values in ODM. Added some much needed unit tests for ODM functionality.
2013-09-29 16:11:14 +02:00
Mattias Hellborg Arthursson
1b814e3631
LDAP-265: Moved ODM functionality to core and added methods in LdapTemplate.
2013-09-27 10:43:07 +02:00
Mattias Hellborg Arthursson
27682b0b53
LDAP-263: authentication methods for LdapQuery. Documentation updated to reflect fluent API changes.
2013-09-24 16:55:54 +02:00
Mattias Hellborg Arthursson
b141cfd4cb
LDAP-263: Fluent API for building LDAP queries.
2013-09-23 15:53:26 +02:00
Mattias Hellborg Arthursson
742ce2b2fe
LDAP-262: Added smoke tests for compatibility with Spring 2.0, 2.5, and 3.0
2013-09-11 15:32:51 +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
14bf8b48a2
LDAP-256: Now requiring TempEntryRenamingStrategy to be explicitly configured. Updated transaction documentation to reflect this and use tx:annotation-config syntax.
2013-09-09 13:37:09 +02:00
Mattias Hellborg Arthursson
d6f8f6e488
LDAP-258: Some minor restructuring to avoid (irrelevant, but ugly and build failing) package tangles in test cases.
2013-09-09 10:08:10 +02:00
Mattias Hellborg Arthursson
2f5359b2bc
Compilation error.
2013-09-02 07:03:52 +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
5abee1612e
LDAP-246: Fixed failing build; my bad.
2013-08-16 12:04:34 +02:00
Mattias Hellborg Arthursson
7cd861fcab
LDAP-246: Applied patch and added integration test for SchemaToJava on Active Directory.
2013-08-16 11:43:06 +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
cc14bf3319
LDAP-179: DataSource connections not being released when LDAP connection fails in JDBC integrated transaction.
...
Now cleaning up in DataSource and Hibernate transaction managers in doBegin if failing to create LDAP transaction.
2013-08-14 12:17:38 +02:00
Mattias Hellborg Arthursson
cfabe261e8
LDAP-119: modifyAttributes produces invalid SchemaViolationException in a particular use case
...
Now checking if all current values are deleted; if so issuing a REPLACE modification istead of individual DELETE and ADD.
2013-08-14 11:17:23 +02:00
Mattias Hellborg Arthursson
abfde5e5a0
LDAP-119: Integration test case for workaround.
2013-08-14 11:05:08 +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
cb360c38ac
LDAP-232: starting upgrade to apache directory server.
2013-08-13 15:34:51 +02:00
Mattias Hellborg Arthursson
0e496203ef
LDAP-183: LdapTemplate caches password with pooled connections
...
Now explicitly disabling native Java LDAP connection pooling for ContextSource#getContext(String principal, String credentials)
2013-08-13 09:51:46 +02:00
Mattias Hellborg Arthursson
32d1381b39
Fixed typo/
2013-08-12 14:02:01 +02:00
Mattias Hellborg Arthursson
45fcf782cf
LDAP-168, LDAP-244: Added warning when using the default TempEntryRenamingStrategy.
...
Fixed failing test.
2013-08-12 09:03:42 +02:00
Mattias Hellborg Arthursson
d08192d8aa
LDAP-244, LDAP-168: Problems with recursive elements and transactions.
...
Added a couple of integration test cases, and clarified in documentation.
2013-08-12 08:35:41 +02:00
Mattias Hellborg Arthursson
02cd2412ea
LDAP-234: Rollback intermittently causes data loss
...
Finalized incremental attributes retrieval support.
Integrated incremental attributes retrieval support in compansating transaction classes.
Integration tests for Active Directory (not enabled on CI machine).
2013-08-01 10:54:15 +02:00
Mattias Hellborg Arthursson
895af4a44f
LDAP-247: Using Spring Security and Spring LDAP together requires that BaseLdapPathBeanPostProcessor implements interface Ordered
...
BaseLdapPathBeanPostProcessor now implements Ordered.
Integration test from original issue comments to verify that the change fixes the problem.
2013-07-30 10:14:05 +02:00
Mattias Hellborg Arthursson
88574847c2
Changed all embedded LDAP server ports to 1888, since it appears CI tests might be helped by this.
2013-07-30 06:13:30 +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
7c13b616d2
Fixed the incorrect versions in samples and test, and also added relativePath to the poms that were missing it.
2011-06-16 12:29:13 +00:00
Ulrik Sandberg
ed7ef2a573
Applied patch from Ben Hale for Maven3 S3 deploys.
2011-02-24 18:06:02 +00:00
Ben Hale
c0e83d0be3
Update milestone publication repository
2010-11-30 16:54:14 +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
ddf0cdd7aa
Update release publication repository
2010-11-30 15:58:01 +00:00
Ben Hale
9c8118247a
Remove another bad tag. On the trail now though
2010-11-30 15:55:02 +00:00