Commit Graph

21 Commits

Author SHA1 Message Date
Rob Winch
7da54f5072 Override mockito version for spring io 2017-01-09 16:10:33 -06: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
334b8ea56f Update to Athens-RELEASE
Fixes gh-416
2016-09-30 11:34:01 -05:00
Rob Winch
ae02648ae2 Add springSnapshotTest
Fixes gh-419
2016-09-30 11:30:06 -05:00
Eddú Meléndez
4c7539b08d Default to Spring IO Athens-BUILD-SNAPSHOT 2016-09-30 11:23:08 -05:00
Rob Winch
f37a418e18 Update to Spring IO 2.1.0-BUILD-SNAPSHOT 2016-03-18 11:17:00 -05:00
Rob Winch
bf552e9395 Use Spring IO 2.0.3.RELEASE
Fixes gh-384
2016-03-04 09:22:58 -06: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
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
891e61a1e1 LDAP-329: Spring IO powermock version to 1.5.4 2015-04-28 17:19:24 -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
ab88cab98e LDAP-302: Spring IO Checks 2014-05-21 07:40:51 -05:00
Rob Winch
310e15deed LDAP-293: Update tests to use Spring 4.0.2.RELEASE 2014-02-19 08:25:07 -06:00
Mattias Hellborg Arthursson
4e1717d68a Final(?) tweaks to sonar setup. 2013-11-19 08:01:55 +01:00
Rob Winch
215a30e445 Clean release checks 2013-11-01 09:00:01 -05:00
Rob Winch
65f16eeb81 Add release checks 2013-11-01 08:55:57 -05:00
Rob Winch
ba3e9fd412 spring4Test uses Spring 4.0.0.RC1 2013-11-01 08:50:42 -05:00
Rob Winch
9b2fa0cc8c LDAP-276: Also test against Spring 4 2013-10-30 20:12:42 -05: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
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