Eddú Meléndez
0ebfec5df5
Set anonymousReadOnly true when userDn is not provided
...
Fixes gh-473
2019-01-22 11:14:28 -06:00
Konrad Windszus
4d593dcf85
fix IT where the modified DN leads to a new entryUUID
2017-01-19 13:52:10 -06:00
Konrad Windszus
dd73c9c0a2
added ITs
2017-01-19 13:52:10 -06:00
Rob Winch
0e280146fb
Remove Spring Data
...
Fixes gh-436
2016-12-16 17:06:32 -06:00
Rob Winch
e970111a17
Use versionless schema
2016-09-30 15:33:15 -05:00
Rob Winch
1a5bead76d
Polish Unbounded Support
...
* Remove copied deprecated methods
* Close ClasspathXmlApplicationContext
* Change apacheDsDependencies to test vs optional
* Formatting
Issue: gh-399
2016-09-30 15:33:03 -05:00
Eddú Meléndez
594c361658
Add unboundid embedded ldap server
...
Previous to this commit, the only provider for embedded ldap server was
apacheds. Now, unboundid can be used as a option for testing purpose.
See gh-386
2016-09-30 15:31:38 -05:00
Rob Winch
c3326cf658
Update Dependency Versions
...
Fixes gh-418
2016-09-30 11:29:50 -05:00
Rob Winch
3739079e5a
Work with Spring 5
...
Fixes gh-415
2016-09-30 11:29:19 -05:00
Eddú Meléndez Gonzales
64208a34ed
Move test to assertj ( #401 )
2016-04-15 12:56:31 -05:00
Eddú Meléndez
d6cff2e6a8
Upgrade to Spring Data Hopper
...
See gh-380
2016-03-19 01:31:01 +10:00
Rob Winch
fe486babd3
Add mavenCentral() to integration tests
2015-09-02 09:42:44 -05:00
Rob Winch
48eb09fc9d
LDAP-339: Polish Spring Data Commons 1.11.0
...
Explicitly add older Spring Data for Spring 3 tests
2015-09-02 09:24:29 -05:00
Thomas Darimont
963232f9a9
LDAP-337 - Enable Java 8 build.
...
Fixed various JavaDoc errors that would otherwise cause the build to fail with JDK 8.
Upgraded Jacoco Plugin Version to support Java 8.
Increased heap to javadoc task to speed up doc generation.
The build now works fine with Java 7 and Java 8.
2015-08-03 22:32:19 +02:00
Rob Winch
5e56f09402
Update tests to use Hibernate 3.3.2.Final
2015-07-13 15:12:59 -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
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
db833104e4
LDAP-311: Add spring-data-commons to samples and test projects
2015-04-24 11:20:50 -05:00
Rob Winch
d0dda22f70
LDAP-323: Correct LDAP integration test package definitions
2015-04-23 16:57:28 -05: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
f89daf692e
LDAP-282: Minor tweaks to naming in LdapNameBuilder. Added methods for appending distinguished name strings.
2013-11-18 13:36:16 +01:00
Mattias Hellborg Arthursson
98e4db9ae5
LDAP-264: Handle SizeLimitException explicitly, ignoring and aborting unless explicitly specified otherwise.
2013-11-18 11:51:14 +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
9f81a8918c
LDAP-280: Now updating id in created/updated objects.
2013-11-07 15:51:09 +01:00
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