Commit Graph

28 Commits

Author SHA1 Message Date
Marcus Da Coregio
0cd801379d Replace spring-io-plugin with dependency-management-plugin 2023-07-04 11:00:17 -03:00
Jerome Prinet
e730ee487c Update Gradle Enterprise plugin 2023-02-14 14:45:09 +01:00
Jerome Prinet
9dd4b014b1 Update Gradle Enterprise plugin to 3.9 2022-04-14 08:36:53 -05:00
Josh Cummings
aca3280f20 Add Spring Boot Example
Closes gh-558
2022-02-09 14:19:22 -07:00
Josh Cummings
7a3e85587a Remove core-tiger
Closes gh-621
2022-01-21 14:26:22 -07:00
Josh Cummings
1abcfbdf52 Add samples to build
Issue gh-610
2022-01-19 16:30:51 -07:00
Josh Cummings
ee5b45506c Add sandbox to build
Issue gh-610
2022-01-13 16:42:11 -07:00
Josh Cummings
d10657f9ad Add integration-tests-sunone to build
Issue gh-610
2022-01-13 16:42:11 -07:00
Josh Cummings
61000b8a4a Add integration-tests-openldap to build
Issue gh-610
2022-01-13 16:42:11 -07:00
Josh Cummings
c162fc9685 Add test/integration-tests to build
Issue gh-610
2022-01-13 16:42:11 -07:00
Josh Cummings
943231ed08 Add odm to build
Issue gh-610
2022-01-13 16:42:11 -07:00
Josh Cummings
53ae532fe7 Add test-support to build
Issue gh-610
2022-01-13 16:42:11 -07:00
Josh Cummings
d89836d814 Add ldif-core to build
Issue gh-610
2022-01-13 16:42:11 -07:00
Josh Cummings
790ba44c5e Add core-tiger to build
Issue gh-610
2022-01-13 16:42:11 -07:00
Josh Cummings
582beff3a0 Use snapshots 2022-01-13 16:42:11 -07:00
Josh Cummings
d752db84ec Update to Gradle 7.3.3
Issue gh-610
Closes gh-613
2022-01-13 16:41:56 -07:00
Josh Cummings
133cd3e846 Update to Gradle 4
Issue gh-520
2021-12-14 10:26:38 -07:00
Rob Winch
0e280146fb Remove Spring Data
Fixes gh-436
2016-12-16 17:06:32 -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
Mattias Hellborg Arthursson
7610961d25 LDAP-279: Configuration tweaks. Removed simple-odm sample. 2013-11-08 08:49:55 +01:00
Mattias Hellborg Arthursson
cff98e6fa2 LDAP-279: Initial version of complete user admin application. 2013-11-07 14:17:24 +01: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
96429d00c6 LDAP-262: Moved the stuff from the samples-utils project to plain-sample. 2013-09-12 08:07:15 +02:00
Mattias Hellborg Arthursson
9458b80fa1 LDAP-262: Cleaned up and consolidated the samples. 2013-09-12 07:34:11 +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
2b4835fd50 Fixed build order. 2013-09-02 07:35:07 +02:00
Mattias Hellborg Arthursson
02cd2412ea LDAP-234: Rollback intermittently causes data loss
Finalized incremental attributes retrieval support.
Integrated incremental attributes retrieval support in compansating transaction classes.
Integration tests for Active Directory (not enabled on CI machine).
2013-08-01 10:54:15 +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