Commit Graph

87 Commits

Author SHA1 Message Date
Greg Turnquist
1e227ebf6c DATALDAP-119 - Set user.name and user.home for CI jobs. 2019-06-25 12:59:54 -05:00
Christoph Strobl
d1fc08db86 DATALDAP-113 - After release cleanups. 2019-06-14 15:12:52 +02:00
Christoph Strobl
1b56436d25 DATALDAP-113 - Prepare next development iteration. 2019-06-14 15:12:51 +02:00
Christoph Strobl
fee8855bc1 DATALDAP-113 - Release version 2.2 RC1 (Moore). 2019-06-14 14:44:26 +02:00
Christoph Strobl
d6346a2110 DATALDAP-113 - Prepare 2.2 RC1 (Moore). 2019-06-14 14:43:17 +02:00
Greg Turnquist
7281ec51a4 DATALDAP-119 - Introduce Jenkins. 2019-05-29 09:31:03 -05:00
Mark Paluch
3fd873d34b DATALDAP-114 - After release cleanups. 2019-05-13 12:17:54 +02:00
Mark Paluch
e2300e6890 DATALDAP-114 - Prepare next development iteration. 2019-05-13 12:17:52 +02:00
Mark Paluch
c76e5e8ed4 DATALDAP-114 - Release version 2.2 M4 (Moore). 2019-05-13 11:59:50 +02:00
Mark Paluch
13d4ba59e2 DATALDAP-114 - Prepare 2.2 M4 (Moore). 2019-05-13 11:59:04 +02:00
Christoph Strobl
fde4baaaaa DATALDAP-107 - After release cleanups. 2019-04-11 12:00:20 +02:00
Christoph Strobl
74ad29b207 DATALDAP-107 - Prepare next development iteration. 2019-04-11 12:00:19 +02:00
Christoph Strobl
ded5fedd61 DATALDAP-107 - Release version 2.2 M3 (Moore). 2019-04-11 11:24:31 +02:00
Christoph Strobl
a5f29c887c DATALDAP-107 - Prepare 2.2 M3 (Moore). 2019-04-11 11:23:56 +02:00
Spring Operator
9934a1e796 DATALDAP-108 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://www.springframework.org/schema/data/ldap/spring-ldap.xsd (404) with 2 occurrences migrated to:
  https://www.springframework.org/schema/data/ldap/spring-ldap.xsd ([https](https://www.springframework.org/schema/data/ldap/spring-ldap.xsd) result 404).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 3 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200).
* http://www.springframework.org/schema/ldap/spring-ldap.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/ldap/spring-ldap.xsd ([https](https://www.springframework.org/schema/ldap/spring-ldap.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.springframework.org/schema/beans with 6 occurrences
* http://www.springframework.org/schema/data/ldap with 4 occurrences
* http://www.springframework.org/schema/ldap with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 4 occurrences

Original Pull Request: #13
2019-03-20 13:12:59 +01:00
Spring Operator
a628d99a49 DATALDAP-108 - URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were fixed successfully.

* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.pivotal.io migrated to:
  https://www.pivotal.io ([https](https://www.pivotal.io) result 301).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance

Original pull request: #8.
2019-03-19 08:25:59 +01:00
Christoph Strobl
008df3fe65 DATALDAP-99 - After release cleanups. 2019-03-07 10:07:30 +01:00
Christoph Strobl
0133865802 DATALDAP-99 - Prepare next development iteration. 2019-03-07 10:07:28 +01:00
Christoph Strobl
d6fc833064 DATALDAP-99 - Release version 2.2 M2 (Moore). 2019-03-07 09:42:21 +01:00
Christoph Strobl
b0b053c955 DATALDAP-99 - Prepare 2.2 M2 (Moore). 2019-03-07 09:41:17 +01:00
Christoph Strobl
f885b4ef1e DATALDAP-97 - After release cleanups. 2018-12-11 11:07:52 +01:00
Christoph Strobl
e96d5125b0 DATALDAP-97 - Prepare next development iteration. 2018-12-11 11:07:51 +01:00
Christoph Strobl
34db9a5d88 DATALDAP-97 - Release version 2.2 M1 (Moore). 2018-12-11 10:53:53 +01:00
Christoph Strobl
8083c042b9 DATALDAP-97 - Prepare 2.2 M1 (Moore). 2018-12-11 10:53:11 +01:00
Mark Paluch
e83657001a DATALDAP-83 - After release cleanups. 2018-09-21 07:45:28 -04:00
Mark Paluch
dda3605d04 DATALDAP-83 - Prepare next development iteration. 2018-09-21 07:45:27 -04:00
Mark Paluch
35836d5d89 DATALDAP-83 - Release version 2.1 GA (Lovelace). 2018-09-21 07:08:38 -04:00
Mark Paluch
450418605e DATALDAP-83 - Prepare 2.1 GA (Lovelace). 2018-09-21 07:07:51 -04:00
Oliver Gierke
e5361b42b9 DATALDAP-79 - After release cleanups. 2018-08-20 10:56:53 +02:00
Oliver Gierke
0144add8b7 DATALDAP-79 - Prepare next development iteration. 2018-08-20 10:56:52 +02:00
Oliver Gierke
00b0fd7d9f DATALDAP-79 - Release version 2.1 RC2 (Lovelace). 2018-08-20 10:40:11 +02:00
Oliver Gierke
91c8df1d42 DATALDAP-79 - Prepare 2.1 RC2 (Lovelace). 2018-08-20 10:39:43 +02:00
Mark Paluch
e576d41cef DATALDAP-74 - After release cleanups. 2018-07-26 12:32:28 +02:00
Mark Paluch
53c5812adb DATALDAP-74 - Prepare next development iteration. 2018-07-26 12:32:25 +02:00
Mark Paluch
1eef084c76 DATALDAP-74 - Release version 2.1 RC1 (Lovelace). 2018-07-26 12:06:35 +02:00
Mark Paluch
a9145232e0 DATALDAP-74 - Prepare 2.1 RC1 (Lovelace). 2018-07-26 12:04:30 +02:00
Christoph Strobl
9947b59207 DATALDAP-69 - After release cleanups. 2018-05-17 10:09:35 +02:00
Christoph Strobl
a2b707df18 DATALDAP-69 - Prepare next development iteration. 2018-05-17 10:09:34 +02:00
Christoph Strobl
f8a88700cb DATALDAP-69 - Release version 2.1 M3 (Lovelace). 2018-05-17 09:51:42 +02:00
Christoph Strobl
4df0bca2e2 DATALDAP-69 - Prepare 2.1 M3 (Lovelace). 2018-05-17 09:50:48 +02:00
Mark Paluch
e71e711a47 DATALDAP-59 - After release cleanups. 2018-04-13 15:08:34 +02:00
Mark Paluch
ce2d5607cd DATALDAP-59 - Prepare next development iteration. 2018-04-13 15:08:32 +02:00
Mark Paluch
36316de90b DATALDAP-59 - Release version 2.1 M2 (Lovelace). 2018-04-13 14:30:58 +02:00
Mark Paluch
e0408899e9 DATALDAP-59 - Prepare 2.1 M2 (Lovelace). 2018-04-13 14:30:01 +02:00
Mark Paluch
f81e834e04 DATALDAP-68 - Remove superfluous spring-web dependency.
spring-web is not required for Spring Data LDAP.
2018-04-11 16:48:32 +02:00
Christoph Strobl
25244a8a38 DATALDAP-50 - After release cleanups. 2018-02-06 10:11:16 +01:00
Christoph Strobl
68754d5b39 DATALDAP-50 - Prepare next development iteration. 2018-02-06 10:11:15 +01:00
Christoph Strobl
778232d019 DATALDAP-50 - Release version 2.1 M1 (Lovelace). 2018-02-06 09:47:10 +01:00
Christoph Strobl
396af2c444 DATALDAP-50 - Prepare 2.1 M1 (Lovelace). 2018-02-06 09:45:50 +01:00
Mark Paluch
a5810ffa0f DATALDAP-5 - Add CDI extension for LDAP repositories.
We now provide a CDI extension to create LDAP repositories in a CDI container. LDAP repositories require a LdapOperations bean as underlying resource manager for LDAP access.

class LdapTemplateProducer {

  @Produces
  @Singleton
  public LdapTemplate createLdapTemplate() {

    LdapTemplate ldapTemplateMock = …
    return ldapTemplateMock;
  }
}

class RepositoryClient {

  @Inject
  PersonRepository repository;
}
2017-11-09 14:45:24 +01:00