Commit Graph

905 Commits

Author SHA1 Message Date
Spring Buildmaster
7803900e9c Release version 2.0.3.RELEASE 2015-04-29 10:59:42 -07:00
Rob Winch
5a68b60341 Move Javadoc to Root Project 2015-04-29 12:25:42 -05:00
Rob Winch
eb90269657 Remove Maven Plugin from Root Project
This is necessary so no pom.xml is created. Creating an invalid pom
prevents pushing to Maven Central.
2015-04-29 12:23:09 -05:00
Rob Winch
c2b0c46b22 Revert "Next development version"
Release failed.

This reverts commit 56271c432f.
2015-04-29 12:22:11 -05:00
Spring Buildmaster
56271c432f Next development version 2015-04-29 09:23:36 -07:00
Rob Winch
891e61a1e1 LDAP-329: Spring IO powermock version to 1.5.4 2015-04-28 17:19:24 -05:00
Rob Winch
f4fac6d8bf LDAP-329: Additional Depenency Updates 2015-04-28 16:01:23 -05:00
Andy Wilkinson
b271b1fd66 LDAP-328: DirtiesContext for Integration Tests that have Order issues
The upgrade to JUnit 4.11 has revealed some integration tests whose
success was dependant on them being run in a particular order. To
overcome this the classes containing these tests have been marked
with @DirtiesContext configured to renew the application context after
each test method.
2015-04-28 16:01:23 -05:00
Andy Wilkinson
3f0a443be8 LDAP-329: Upgrade a number of dependencies to latest maintenance releases
A number of dependencies have been updated to the latest version
available without moving to a new major or minor release.
Additionally, a variable has been added for the Commons IO version
to ensure that the same version is used across the three projects
that depend upon it.
2015-04-28 16:01:23 -05:00
Rob Winch
3a89482d3c Merge pull request #7 from wilkinsona/patch-1
Correct name of spring-ldap-core-tiger module
2015-04-28 14:01:09 -05:00
Rob Winch
340a88da4c LDAP-321: ContextSourceTransactionManager overrides isExistingTransaction
PreviouslyIllegalStateException: No value for key PoolingContextSource
would be thrown.

This is now fixed since isExistingTransaction is now provided.
2015-04-28 13:07:03 -05:00
Rob Winch
ecf22c5c2d Update default Spring IO Checks to latest.integration
Fixes LDAP-326
2015-04-28 09:10:00 -05:00
Rob Winch
ac7b89261c LDAP-304: Check for modify null attribute 2015-04-27 10:28:47 -05:00
Rob Winch
439da97988 LDAP-314: Polish 2015-04-24 15:15:37 -05:00
Rob Winch
e3e32de451 LDAP-314: Respect @Entry base attribute 2015-04-24 15:12:51 -05:00
Rob Winch
72a85e803c LDAP-315: Documentation fix package declaration 2015-04-24 13:57:12 -05:00
Rob Winch
808486b120 LDAP-315: Documentation ExternalDirContextAuthenticationStrategy -> ExternalTlsDirContextAuthenticationStrategy 2015-04-24 13:56:40 -05:00
Rob Winch
389628c0bc LDAP-317: ldap:context-source@url supports SpEL 2015-04-24 13:48:25 -05:00
Rob Winch
db833104e4 LDAP-311: Add spring-data-commons to samples and test projects 2015-04-24 11:20:50 -05:00
Rob Winch
dd174f8f7c LDAP-311: Add slf4j-api again 2015-04-24 10:59:40 -05:00
Rob Winch
e6dfd25d36 LDAP-311: Fix optional dependencies in spring-ldap-core 2015-04-24 10:37:39 -05:00
Rob Winch
26c0609739 LDAP-325: Update the poms 2015-04-23 17:13:35 -05:00
Rob Winch
247dee3deb LDAP-324: Update to Gradle 2.3 2015-04-23 17:00:11 -05:00
Rob Winch
67b09d73ef LDAP-301: Explict LDAP Dependencies for spring-ldap-test 2015-04-23 17:00:11 -05:00
Rob Winch
d0dda22f70 LDAP-323: Correct LDAP integration test package definitions 2015-04-23 16:57:28 -05:00
Spring Buildmaster
9a524c3d7d Next development version 2014-05-21 06:41:06 -07:00
Rob Winch
4bb81b8606 LDAP-302: Fix release checks for SNAPSHOT springio 2014-05-21 08:26:09 -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
Rob Winch
a1541208b9 LDAP-300: Fix NPE for DefaultObjectDirectoryMapper in uber jar 2014-05-21 07:52:48 -05:00
Rob Winch
ab88cab98e LDAP-302: Spring IO Checks 2014-05-21 07:40:51 -05:00
Andy Wilkinson
6a9b4ebaab Correct name of spring-ldap-core-tiger module
spring-ldap-tiger -> spring-ldap-core-tiger
2014-05-07 11:27:07 +01:00
Rob Winch
50ecaae13c LDAP-302: Add Spring IO Checks 2014-04-30 11:05:25 -05:00
Rob Winch
661ffa3533 LDAP-299: Polish deprecate spring-ldap-ldif-batch 2014-04-22 12:19:28 -05:00
Rob Winch
540d6379df LDAP-299: Deprecate spring-ldap-ldif-batch
Users should move to using Spring Batch dependencies. This is to prevent
a dependency cycle of Spring Security -> Spring LDAP -> Spring Batch ->
Spring Security
2014-04-21 21:45:35 -05:00
Spring Buildmaster
8f497aa8cd Next development version 2014-02-19 06:49:18 -08:00
Rob Winch
1cba2afa80 LDAP-292: Update to Spring 3.2.8.RELEASE 2014-02-19 08:25:29 -06:00
Rob Winch
310e15deed LDAP-293: Update tests to use Spring 4.0.2.RELEASE 2014-02-19 08:25:07 -06:00
Rob Winch
a43b0e8d5c LDAP-295: Fix tests 2014-02-14 14:23:08 -06:00
Rob Winch
5e27d29004 LDAP-295: DefaultObjectDirectoryMapper null check SpringVersion.getVersion() 2014-02-14 14:16:18 -06:00
Rob Winch
0bd11cd4e4 LDAP-284: AbstractContextSource userDn and password are protected
This is necessary so Spring Security can support both Spring LDAP 1.x & 2.x
2014-02-11 15:11:51 -06:00
Rob Winch
9e2fbbc273 LDAP-291: LdapTemplate correctly throws EmptyResultDataAccessException 2014-02-11 13:43:40 -06:00
Rob Winch
3345854deb LDAP-290: LdapTemplate#authenticate failures log at debug instead of info 2014-02-10 15:56:26 -06:00
Spring Buildmaster
17686f985f Next development version 2014-01-09 07:11:27 -08:00
Mattias Hellborg Arthursson
fc5cf0410c LDAP-56: Server setup script for EC2 OpenLDAP server and keystore for spring-ldap ad integration test instance. 2013-11-22 16:04:03 +01:00
Mattias Hellborg Arthursson
dc412589ba LDAP-283: Polished documentation. 2013-11-21 15:37:22 +01:00
Mattias Hellborg Arthursson
2cea03dc04 Deprecating wrapped transaction managers. 2013-11-19 08:24:27 +01:00
Mattias Hellborg Arthursson
4e1717d68a Final(?) tweaks to sonar setup. 2013-11-19 08:01:55 +01:00
Mattias Hellborg Arthursson
6de0506587 Excluding generated source from sonar analysis. Including integration tests in coverage. 2013-11-19 06:52:42 +01:00
Mattias Hellborg Arthursson
156919c5f3 Attempting to get coverage to include integration tests. 2013-11-18 20:06:55 +01:00
Mattias Hellborg Arthursson
d0a24bfe58 Excluding generated sources from sonar analysis. 2013-11-18 19:32:07 +01:00