Mark Paluch
a1993662c6
DATALDAP-140 - Prepare 2.1.16 (Lovelace SR16).
2020-02-26 11:11:28 +01:00
Mark Paluch
ac3ba79143
DATALDAP-140 - Updated changelog.
2020-02-26 11:11:24 +01:00
Mark Paluch
58f0b4c470
DATALDAP-143 - Updated changelog.
2020-02-12 15:05:01 +01:00
Mark Paluch
6d64318513
DATALDAP-142 - Updated changelog.
2020-01-17 09:58:34 +01:00
Mark Paluch
cd063c0870
DATALDAP-130 - Updated changelog.
2020-01-16 16:12:37 +01:00
Mark Paluch
ac0a0f2a5a
DATALDAP-137 - Updated changelog.
2020-01-15 12:51:12 +01:00
Mark Paluch
5a2eddabc4
DATALDAP-136 - Prepare 2.1.15 (Lovelace SR15).
2020-01-15 10:24:59 +01:00
Mark Paluch
4a710b2cbc
DATALDAP-136 - Updated changelog.
2020-01-15 10:24:55 +01:00
Mark Paluch
c07ba5fc62
DATALDAP-139 - Update copyright years to 2020.
2020-01-07 08:57:28 +01:00
Jens Schauder
078d87e554
DATALDAP-135 - Updated changelog.
2019-12-04 14:32:45 +01:00
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
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
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
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
Mark Paluch
6c476a18f8
DATALDAP-122 - Updated changelog.
2019-08-05 15:57:28 +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
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
Christoph Strobl
0cec75395f
DATALDAP-113 - Updated changelog.
2019-06-14 15:18:12 +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
d46b6e5634
DATALDAP-116 - Updated changelog.
2019-05-13 18:19:10 +02:00
Mark Paluch
644dda9301
DATALDAP-115 - Prepare 2.1.8 (Lovelace SR8).
2019-05-13 13:25:06 +02:00
Mark Paluch
9523f95563
DATALDAP-115 - Updated changelog.
2019-05-13 13:25:02 +02:00
Mark Paluch
d418a584c0
DATALDAP-114 - Updated changelog.
2019-05-13 12:37:43 +02:00
Oliver Drotbohm
c6e4247878
DATALDAP-110 - Updated changelog.
2019-05-10 14:18:12 +02:00
Oliver Drotbohm
3cf21d1e8b
DATALDAP-112 - Prepare 2.1.7 (Lovelace SR7).
2019-05-10 12:18:11 +02:00
Oliver Drotbohm
acf7de82d6
DATALDAP-112 - Updated changelog.
2019-05-10 12:18:07 +02:00
Christoph Strobl
de09eccd5e
DATALDAP-107 - Updated changelog.
2019-04-11 12:28:49 +02:00
Oliver Drotbohm
c858cc64a2
DATALDAP-106 - Prepare 2.1.6 (Lovelace SR6).
2019-04-01 20:03:20 +02:00
Oliver Drotbohm
c8a0c73879
DATALDAP-106 - Updated changelog.
2019-04-01 20:03:17 +02:00
Oliver Drotbohm
4deb293fa5
DATALDAP-103 - Updated changelog.
2019-04-01 19:37:02 +02:00
Oliver Drotbohm
62eee07175
DATALDAP-109 - Updated changelog.
2019-04-01 18:52:20 +02:00
Oliver Drotbohm
2519d963d8
DATALDAP-102 - Updated changelog.
2019-04-01 13:54:15 +02:00
Spring Operator
a3aef2841b
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 switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 52 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
Original Pull Request: #17
2019-03-22 18:23:42 +01:00
Christoph Strobl
369ebe6903
DATALDAP-99 - Updated changelog.
2019-03-07 10:30:07 +01:00
Mark Paluch
21b6024b03
DATALDAP-104 - Prepare 2.1.5 (Lovelace SR5).
2019-02-13 09:55:36 +01:00
Mark Paluch
7304c96d8f
DATALDAP-104 - Updated changelog.
2019-02-13 09:55:32 +01:00
Mark Paluch
5ee8c84505
DATALDAP-96 - Prepare 2.1.4 (Lovelace SR4).
2019-01-10 12:34:54 +01:00