Commit Graph

239 Commits

Author SHA1 Message Date
Jens Schauder
e49cc38596 DATALDAP-134 - Prepare 2.1.14 (Lovelace SR14). 2019-12-04 11:40:56 +01:00
Jens Schauder
373bdc8020 DATALDAP-134 - Updated changelog. 2019-12-04 11:40:52 +01:00
Mark Paluch
cd0b36d089 DATALDAP-132 - Updated changelog. 2019-11-18 12:43:26 +01:00
Mark Paluch
d809e41251 DATALDAP-131 - After release cleanups. 2019-11-18 12:10:53 +01:00
Mark Paluch
78b5e16437 DATALDAP-131 - Prepare next development iteration. 2019-11-18 12:10:52 +01:00
Mark Paluch
85b8c22c20 DATALDAP-131 - Release version 2.1.13 (Lovelace SR13). 2019-11-18 12:01:05 +01:00
Mark Paluch
0f5b71c13f DATALDAP-131 - Prepare 2.1.13 (Lovelace SR13). 2019-11-18 12:00:43 +01:00
Mark Paluch
e949e8492f DATALDAP-131 - Updated changelog. 2019-11-18 12:00:40 +01:00
Christoph Strobl
c847d2a6c8 DATALDAP-129 - Updated changelog. 2019-11-04 15:39:56 +01:00
Christoph Strobl
d926617610 DATALDAP-128 - After release cleanups. 2019-11-04 10:26:37 +01:00
Christoph Strobl
65d5700455 DATALDAP-128 - Prepare next development iteration. 2019-11-04 10:26:35 +01:00
Christoph Strobl
d19868486d DATALDAP-128 - Release version 2.1.12 (Lovelace SR12). 2019-11-04 09:29:51 +01:00
Christoph Strobl
5c59080852 DATALDAP-128 - Prepare 2.1.12 (Lovelace SR12). 2019-11-04 09:29:05 +01:00
Christoph Strobl
b5227dab77 DATALDAP-128 - Updated changelog. 2019-11-04 09:29:02 +01:00
Mark Paluch
cb33d6446d DATALDAP-125 - Updated changelog. 2019-09-30 19:58:06 +02:00
Mark Paluch
3b7705e973 DATALDAP-124 - After release cleanups. 2019-09-30 11:15:26 +02:00
Mark Paluch
8477eeeb6a DATALDAP-124 - Prepare next development iteration. 2019-09-30 11:15:25 +02:00
Mark Paluch
6da92a3a84 DATALDAP-124 - Release version 2.1.11 (Lovelace SR11). 2019-09-30 11:04:23 +02:00
Mark Paluch
e0ef524661 DATALDAP-124 - Prepare 2.1.11 (Lovelace SR11). 2019-09-30 11:04:00 +02:00
Mark Paluch
0ab2d2e623 DATALDAP-124 - Updated changelog. 2019-09-30 11:03:58 +02:00
Mark Paluch
4b83dfec69 DATALDAP-126 - Updated changelog. 2019-09-06 10:22:50 +02:00
Mark Paluch
79207d7e75 DATALDAP-127 - Add HTTPS entries into spring.schemas.
To resolve XSD files properly from the classpath, their HTTPS reference must be present in the spring.schemas to avoid internet interaction for resolving an XSD file.
2019-08-06 15:53:27 +02:00
Greg Turnquist
03f5be753a DATALDAP-119 - Force check for updates. 2019-08-05 11:04:56 -05:00
Mark Paluch
6c476a18f8 DATALDAP-122 - Updated changelog. 2019-08-05 15:57:28 +02:00
Mark Paluch
1d101cff0d DATALDAP-121 - After release cleanups. 2019-08-05 11:33:32 +02:00
Mark Paluch
5a39dd6ffc DATALDAP-121 - Prepare next development iteration. 2019-08-05 11:33:31 +02:00
Mark Paluch
fafed1c4be DATALDAP-121 - Release version 2.1.10 (Lovelace SR10). 2019-08-05 11:21:19 +02:00
Mark Paluch
e8bfa7abda DATALDAP-121 - Prepare 2.1.10 (Lovelace SR10). 2019-08-05 11:20:57 +02:00
Mark Paluch
a2a3517c50 DATALDAP-121 - Updated changelog. 2019-08-05 11:20:54 +02:00
Mark Paluch
b953749c04 DATALDAP-118 - Updated changelog. 2019-08-05 11:08:57 +02:00
Mark Paluch
3501c62ddc DATALDAP123 - Fix typo. 2019-07-10 09:47:13 +02:00
Spring Operator
f154e474d2 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-07-09 16:03:10 +02:00
Spring Operator
9191d27f2b 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).

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

* [ ] http://docs.spring.io/spring/docs/ with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/ ([https](https://docs.spring.io/spring/docs/) result 200).
* [ ] http://pivotal.io/ with 1 occurrences migrated to:
  https://pivotal.io/ ([https](https://pivotal.io/) result 200).
* [ ] http://projects.spring.io/ with 1 occurrences migrated to:
  https://projects.spring.io/ ([https](https://projects.spring.io/) result 200).
* [ ] http://projects.spring.io/spring-data-ldap/ with 1 occurrences migrated to:
  https://projects.spring.io/spring-data-ldap/ ([https](https://projects.spring.io/spring-data-ldap/) result 200).
* [ ] http://projects.spring.io/spring-framework/ with 1 occurrences migrated to:
  https://projects.spring.io/spring-framework/ ([https](https://projects.spring.io/spring-framework/) result 200).
* [ ] http://spring.io with 1 occurrences migrated to:
  https://spring.io ([https](https://spring.io) result 200).
* [ ] http://spring.io/blog with 2 occurrences migrated to:
  https://spring.io/blog ([https](https://spring.io/blog) result 200).
* [ ] http://spring.io/docs with 2 occurrences migrated to:
  https://spring.io/docs ([https](https://spring.io/docs) result 200).
* [ ] http://stackoverflow.com/questions/tagged/spring-data with 2 occurrences migrated to:
  https://stackoverflow.com/questions/tagged/spring-data ([https](https://stackoverflow.com/questions/tagged/spring-data) result 200).
* [ ] http://stackoverflow.com/questions/tagged/spring-data-ldap with 2 occurrences migrated to:
  https://stackoverflow.com/questions/tagged/spring-data-ldap ([https](https://stackoverflow.com/questions/tagged/spring-data-ldap) result 200).
* [ ] http://twitter.com/SpringData with 1 occurrences migrated to:
  https://twitter.com/SpringData ([https](https://twitter.com/SpringData) result 200).
* [ ] http://www.springframework.org/schema/beans/spring-beans.xsd with 1 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/data/repository/spring-repository.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/data/repository/spring-repository.xsd ([https](https://www.springframework.org/schema/data/repository/spring-repository.xsd) result 200).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
  https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
  https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301).
* [ ] http://docs.spring.io/spring-data/ldap/docs/current/api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-data/ldap/docs/current/api/ ([https](https://docs.spring.io/spring-data/ldap/docs/current/api/) result 301).
* [ ] http://docs.spring.io/spring-data/ldap/docs/current/reference/html/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-data/ldap/docs/current/reference/html/ ([https](https://docs.spring.io/spring-data/ldap/docs/current/reference/html/) result 301).
* [ ] http://docs.spring.io/spring-ldap/docs/ with 2 occurrences migrated to:
  https://docs.spring.io/spring-ldap/docs/ ([https](https://docs.spring.io/spring-ldap/docs/) result 301).
* [ ] http://help.github.com/forking/ with 1 occurrences migrated to:
  https://help.github.com/forking/ ([https](https://help.github.com/forking/) result 301).
* [ ] http://projects.spring.io/spring-data with 1 occurrences migrated to:
  https://projects.spring.io/spring-data ([https](https://projects.spring.io/spring-data) result 301).
* [ ] http://projects.spring.io/spring-data-ldap with 3 occurrences migrated to:
  https://projects.spring.io/spring-data-ldap ([https](https://projects.spring.io/spring-data-ldap) result 301).
* [ ] http://projects.spring.io/spring-ldap with 1 occurrences migrated to:
  https://projects.spring.io/spring-ldap ([https](https://projects.spring.io/spring-ldap) result 301).
* [ ] http://www.springframework.org/schema/data/ldap/spring-ldap.xsd with 1 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 301).
* [ ] 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 301).
* [ ] http://repo.spring.io/libs-snapshot with 1 occurrences migrated to:
  https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302).
* [ ] http://www.springsource.org/download with 1 occurrences migrated to:
  https://www.springsource.org/download ([https](https://www.springsource.org/download) result 302).

These URLs were intentionally ignored.

* http://www.springframework.org/schema/beans with 3 occurrences
* http://www.springframework.org/schema/data/ldap with 4 occurrences
* http://www.springframework.org/schema/data/repository with 2 occurrences
* http://www.springframework.org/schema/ldap with 2 occurrences
* http://www.springframework.org/schema/tool with 2 occurrences
* http://www.w3.org/2001/XMLSchema with 1 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences

Original Pull Request: #14
2019-07-09 16:02:15 +02:00
Mark Paluch
0b765903b2 DATALDAP-119 - Cleanup release profile.
Reuse inherited configuration from parent pom.
2019-07-09 11:24:45 +02:00
Mark Paluch
1c49a40771 DATALDAP-123 - Revise readme for a consistent structure. 2019-07-09 11:24:45 +02:00
Greg Turnquist
712d29b26d DATALDAP-119 - Polishing. 2019-07-03 17:03:26 -05:00
Greg Turnquist
93af2f21f3 DATALDAP-119 - Use parent 'artifactory' profile for snapshot releases. 2019-07-03 17:03:09 -05:00
Greg Turnquist
f46b2782e3 DATALDAP-119 - Only test main branch for upstream triggers. 2019-06-28 19:19:02 -05:00
Greg Turnquist
228a878101 DATALDAP-119 - Set user.name and user.home for CI jobs. 2019-06-25 13:00:10 -05:00
Christoph Strobl
0cec75395f DATALDAP-113 - Updated changelog. 2019-06-14 15:18:12 +02:00
Christoph Strobl
da4b4835a6 DATALDAP-117 - After release cleanups. 2019-06-14 13:14:51 +02:00
Christoph Strobl
e06954e069 DATALDAP-117 - Prepare next development iteration. 2019-06-14 13:14:50 +02:00
Christoph Strobl
7ea7aecb5c DATALDAP-117 - Release version 2.1.9 (Lovelace SR9). 2019-06-14 12:39:34 +02:00
Christoph Strobl
e69089205d DATALDAP-117 - Prepare 2.1.9 (Lovelace SR9). 2019-06-14 12:38:59 +02:00
Christoph Strobl
43a11b2ca1 DATALDAP-117 - Updated changelog. 2019-06-14 12:38:56 +02:00
Mark Paluch
55b41e5bb3 DATALDAP-108 - URL Cleanup. 2019-06-05 11:26:09 +02:00
Greg Turnquist
397d8418b0 DATALDAP-119 - Introduce Jenkins. 2019-05-29 09:34:14 -05:00
Mark Paluch
d46b6e5634 DATALDAP-116 - Updated changelog. 2019-05-13 18:19:10 +02:00
Mark Paluch
c985d3d8ef DATALDAP-115 - After release cleanups. 2019-05-13 14:58:46 +02:00
Mark Paluch
71391368e2 DATALDAP-115 - Prepare next development iteration. 2019-05-13 14:58:45 +02:00