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
Rob Winch
f87b199c4d
LDAP-339: Update spring-data-commons-1.11.0.RELEASE
2015-09-02 09:05:47 -05:00
Rob Winch
73eebd4bbf
LDAP-335: Conditionally add RepositoryBeanDefinitionParser
...
We now only add RepositoryBeanDefinitionParser if spring-data-commons is
on the classpath.
2015-09-02 09:00:40 -05:00
Rob Winch
86da41fe3d
Merge pull request #26 from thomasdarimont/issue/LDAP-336-no-sun-base64
...
LDAP-336 - Remove usage of internal class sun.misc.BASE64Encoder.
2015-08-04 10:56:05 -05:00
Thomas Darimont
4eae1aa150
LDAP-336 - Remove usage of internal class sun.misc.BASE64Encoder.
...
Replaced usage of sun.misc.BASE64Encoder/Decoder with a wrapping
implementation backed by JAXB's DatatypeConverter which is
available since Java 6. Introduced parseBase64Binary and printBase64Binary
to LdapEncoder as wrappers around DatatypeConverter which does additional line
wrapping as required by the RFC2849 for LDAP attributes.
2015-08-04 01:42:36 +02:00
Rob Winch
d9d8affe16
Merge pull request #25 from thomasdarimont/issue/LDAP-337-java8-build
...
LDAP-337 - Enable Java 8 build.
2015-08-03 15:59:13 -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
9cb75f0014
Merge pull request #23 from wilkinsona/remove-powermock-version-override
...
Don't override the version of Powermock when running Spring IO checks
2015-07-13 15:46:59 -05:00
Andy Wilkinson
48af8c52f6
Don't override the version of Powermock when running Spring IO checks
2015-07-13 21:45:57 +01:00
Andy Wilkinson
bc5616a6f4
LDAP-334: Support Spring Platform 2.0
...
Use the latest version of the Spring IO Plugin
Spring IO Platform 2.0 will remove the managed versions .properties
file as support for it has been removed in Spring Boot 1.3.
This commit moves the build onto a new version of the Spring IO Plugin
that uses the Maven bom rather than the properties file.
2015-07-13 15:16:03 -05:00
Rob Winch
9b51cf44d0
LDAP-333: Support Spring Data Gosling
2015-07-13 15:14:35 -05:00
Rob Winch
5e56f09402
Update tests to use Hibernate 3.3.2.Final
2015-07-13 15:12:59 -05:00
Rob Winch
4b2d640c37
Update pom.xml to development versions
2015-05-05 14:53:30 -05:00
Rob Winch
accde7f34a
LDAP-332: Update to Gradle 2.4
2015-05-05 14:47:51 -05:00
Rob Winch
109aff2ecc
LDAP-331: Fix deploy of reference
2015-05-05 14:43:49 -05:00
Spring Buildmaster
226c6f5a0d
Next development version
2015-04-29 10:59:46 -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