Commit Graph

38 Commits

Author SHA1 Message Date
Rob Winch
1e542f3381 LdapEncoder Base64 newlines should start with " "
Fixes gh-413
2016-09-30 16:46:17 -05:00
Rob Winch
e970111a17 Use versionless schema 2016-09-30 15:33:15 -05:00
Eddú Meléndez Gonzales
64208a34ed Move test to assertj (#401) 2016-04-15 12:56:31 -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
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
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
ab88cab98e LDAP-302: Spring IO Checks 2014-05-21 07:40:51 -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
Mattias Hellborg Arthursson
b9985e5759 Minor polishing. 2013-11-18 16:46:04 +01:00
Mattias Hellborg Arthursson
cdea204f55 Minor cleanup tweaks. 2013-10-24 13:02:06 +02:00
Mattias Hellborg Arthursson
1e2a060459 LDAP-273: Converted to slf4j 2013-10-10 14:21:23 +02:00
Mattias Hellborg Arthursson
eead369b95 Subtle bug in LdapAttribute#remove 2013-09-09 11:32:42 +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
7d50459ae1 LDAP-257: Got rid of commons-lang dependency in core. Upped some versions. 2013-08-28 13:45:17 +02:00
Mattias Hellborg Arthursson
d54c43cc62 Updated copyright notice. 2013-08-16 13:30:46 +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
837bc489ef LDAP-232: Finalized migration to ApacheDS 1.5.5 for integration tests. 2013-08-14 10:36:46 +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
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
ed7ef2a573 Applied patch from Ben Hale for Maven3 S3 deploys. 2011-02-24 18:06:02 +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
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
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
Ben Hale
c1cb82b29b [maven-release-plugin] prepare release spring-ldap-1.3.1.RELEASE 2010-11-30 15:17:25 +00:00
Mattias Arthursson
c64e80c9e4 Updated Spring version in core projects
Updated Spring Batch version in ldif-batch
This update required updating JUnit version as well
Minor modifications to reporting.
2010-11-24 13:07:16 +00:00
Ulrik Sandberg
6dcd4092cd Adjusted copyright details. 2010-11-18 07:19:43 +00:00
Ulrik Sandberg
1e74c3ecda Made lots of fixes based on warnings from Maven 3.0.
Removed duplicates of ldif-core that were left in core-tiger.
2010-11-17 22:10:52 +00:00
Ulrik Sandberg
bede63b2c7 Fixed problems reported after first run with Maven 3.0. 2010-11-16 07:10:44 +00:00
Ulrik Sandberg
bdb56cdc10 Ignoring generated stuff. 2010-02-20 00:58:01 +00:00
Ulrik Sandberg
6d078288d3 Fixed problem with non-needed dependencies causing assembly problems. 2010-01-24 17:22:05 +00:00
Ulrik Sandberg
0d49570aa6 Now ignoring generated files. 2010-01-24 11:27:16 +00:00
Ulrik Sandberg
2a859b839f Added Keith Barlow's LDIF parsing framework, including Spring Batch integration. 2010-01-24 11:18:27 +00:00