Commit Graph

38 Commits

Author SHA1 Message Date
Mattias Hellborg Arthursson
b9985e5759 Minor polishing. 2013-11-18 16:46:04 +01:00
Mattias Hellborg Arthursson
086497d66e Minor cleanup. 2013-11-18 14:54:43 +01:00
Rob Winch
b4ed6bc8f2 Use JavaCompiler in tests isntead of manually finding "javac" 2013-10-30 13:45:54 -05: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
1b814e3631 LDAP-265: Moved ODM functionality to core and added methods in LdapTemplate. 2013-09-27 10:43:07 +02:00
Mattias Hellborg Arthursson
5b388cb5c6 LDAP-263: Minor javadoc polishing. 2013-09-25 12:40:45 +02:00
Mattias Hellborg Arthursson
bed57b9ef8 LDAP-263: Added LdapQuery method to OdmManager. Added methods for hardcoded filters in LdapQueryBuilder. 2013-09-25 10:59:23 +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
7cd861fcab LDAP-246: Applied patch and added integration test for SchemaToJava on Active Directory. 2013-08-16 11:43:06 +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
1f51dae6c9 LDAP-240: Recursively try SUP attribute if no SYNTAX is found in AttributeDefinition.
Also re-enabled ignore SchemaToJava test case.
2013-08-15 15:06:37 +02:00
Mattias Hellborg Arthursson
2aa37a975a LDAP-227: Now accepting classes annotated with subsets of actual objectclasses in tree. 2013-08-15 11:40:41 +02:00
Mattias Hellborg Arthursson
1cf071eb96 LDAP-245: Added new constructor for OdmManager and setter for LdapOperations in FactoryBean. 2013-08-14 16:10:11 +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
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
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
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
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
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
969588bc98 Upgraded commons-lang to 2.5. (LDAP-211) 2010-06-20 10:02:19 +00:00
Ulrik Sandberg
e96293708c Worked on LDAP-200, Add pluginManagement to parent pom. 2010-02-20 00:58:30 +00:00
Ulrik Sandberg
655f43897f Ended first sentence with a dot to not screw up javadoc summary for the class. 2010-02-20 00:58:15 +00:00
Ulrik Sandberg
5856211ff2 Changed to explicit java version, since pmd cannot understand versions like "1.6.0_17". 2010-02-20 00:58:06 +00:00
Ulrik Sandberg
0d49570aa6 Now ignoring generated files. 2010-01-24 11:27:16 +00:00
Ulrik Sandberg
7c4c15e88a Added Paul Harvey's Spring LDAP Object-Directory Mapper (ODM). 2010-01-24 00:58:28 +00:00