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
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
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
5cfbbf556b
Re-added missing import statement
2013-08-12 12:48:04 +02:00
Mattias Hellborg Arthursson
594886afe7
LDAP-229: Default DN parser does not handle hash/sharp symbol correctly
...
Applied patch and added suggested test cases.
2013-08-12 12:45:16 +02:00
Mattias Hellborg Arthursson
f15ea1cd00
LDAP-233: LdifParser goes into infinite loop when passed a non-LDIF file
...
Fixed according to patch suggestion.
2013-08-12 11:47:28 +02:00
Mattias Hellborg Arthursson
f8b979d5e6
LDAP-235, LDAP-228: Update with ODM.
...
ODM update now uses modifyAttributes rather than rebind.
2013-08-12 11:18:45 +02:00
Mattias Hellborg Arthursson
540ae86136
LDAP-237: Spring LDAP does not correctly parse DN names that has double-quote in the middle
...
Now compensating for even more CompositeName deficiencies.
2013-08-12 10:55:23 +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
b458471a93
LDAP-195: Use Spring 3.0
...
Upped to Spring 3.0.6.RELEASE
2013-08-01 13:39:57 +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
79a922c778
LDAP-234: Rollback intermittently causes data loss
...
Moved stuff related to LDAP-176 from sandbox to core.
Minor formatting tweaks.
2013-07-30 12:46:26 +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
a874a5c922
LDAP-250: spring-ldap-odm should not have its own log4j.properties
...
Moved log4j.properties to where it should be: src/test/resources
2013-07-30 08:44:09 +02:00
Mattias Hellborg Arthursson
e3b15cc494
LDAP-253: Specify sourceCompatibility and targetCompatibility
...
Core module now uses 1.4 as source and target JDK.
2013-07-30 07:24:06 +02:00
Mattias Hellborg Arthursson
4cffa64117
Removed commented line.
2013-07-30 07:23:54 +02:00
Mattias Hellborg Arthursson
4f47c70c3e
New try for CI machine: different LDAP port for every integration test.
2013-07-30 06:36:36 +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
Mattias Hellborg Arthursson
cbd11f6868
Checking to see if test failure is caused by specific port.
2013-07-30 05:58:11 +02:00
Mattias Hellborg Arthursson
ce09a7a42a
Enabled all tests.
2013-07-29 17:12:57 +02:00
Mattias Hellborg Arthursson
5671a2bd5a
Removed propdeps-maven invocation for now.
2013-07-29 15:35:00 +02:00
Mattias Hellborg Arthursson
7ff6816541
Made sure 'provided' dependencies are handled in idea and eclipse.
2013-07-29 15:19:58 +02:00
Mattias Hellborg Arthursson
16eca37992
Removing dummy file again.
2013-07-26 06:41:15 +02:00
Mattias Hellborg Arthursson
4f05260ec2
Test commit to verify repository access.
2013-07-26 06:40:09 +02:00
Rob Winch
f5a33704d9
Update Docs folder
...
Issue: LDAP-251
2013-07-10 11:45:50 -05: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
Rob Winch
781fddeddb
Add contributor guidelines
2013-07-10 11:31:24 -05:00
Rob Winch
f2988efea4
Update .gitignore
2013-07-05 16:30:53 -05:00
Ulrik Sandberg
b06566682c
LDAP-181: Changed log level to debug for missing 'returnObjFlag'.
2012-08-27 09:11:11 +00:00
Ulrik Sandberg
346bd41efa
LDAP-181: Changed log level to debug for missing 'returnObjFlag'.
2012-08-27 09:09:23 +00: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
4b790b364b
Ben Hale's second patch for fixing CI deployment problems.
2011-02-26 10:01:18 +00:00
Ulrik Sandberg
ed7ef2a573
Applied patch from Ben Hale for Maven3 S3 deploys.
2011-02-24 18:06:02 +00:00
Ulrik Sandberg
def1fa5db2
Changed "poeredby" logos to external links, since it seems site plugin can't handle relative links.
2010-11-30 21:32:15 +00:00
Ulrik Sandberg
5a1adf7def
Changed snapshot download page to refer to 1.3.2 snapshots.
2010-11-30 19:56:10 +00:00
Ulrik Sandberg
a5aa82d97d
Changed snapshot download to refer to 1.3.2 snapshots.
2010-11-30 19:53:43 +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
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
6f42ddb17b
Update release publication repository
2010-11-30 15:34:25 +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