From 9191d27f2ba68b1ca31d00ef9e114be6271e0197 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 01:47:55 -0700 Subject: [PATCH] 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 --- CODE_OF_CONDUCT.adoc | 2 +- src/main/asciidoc/index.adoc | 2 +- src/main/asciidoc/preface.adoc | 12 ++++++------ src/main/asciidoc/reference/ldap-repositories.adoc | 10 +++++----- src/main/resources/license.txt | 2 +- .../data/ldap/config/spring-ldap-1.0.xsd | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CODE_OF_CONDUCT.adoc b/CODE_OF_CONDUCT.adoc index f64fb1b..33ae7bc 100644 --- a/CODE_OF_CONDUCT.adoc +++ b/CODE_OF_CONDUCT.adoc @@ -24,4 +24,4 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be repor All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. Maintainers are obligated to maintain confidentiality with regard to the reporter of an incident. -This Code of Conduct is adapted from the http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]. \ No newline at end of file +This Code of Conduct is adapted from the https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]. \ No newline at end of file diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index 625c1e5..dfcb3b0 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -12,7 +12,7 @@ Mattias Hellborg Arthursson; Ulrik Sandberg; Eric Dalquist; Keith Barlow; Rob Wi :imagesdir: images ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1600]] :spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc -:spring-framework-docs: http://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/ +:spring-framework-docs: https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/ (C) 2008-2019 The original authors. diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 1da1b9a..9e76eb3 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -30,16 +30,16 @@ you must configure some parts of the library by using Spring. To learn more about Spring, you can refer to the comprehensive {spring-framework-docs}[documentation] that explains the Spring Framework in detail. There are a lot of articles, blog entries, and books on Spring. -See the Spring Framework http://projects.spring.io/spring-framework/[home page] for more information. +See the Spring Framework https://projects.spring.io/spring-framework/[home page] for more information. While it is not important to know the Spring APIs, you do need to understand the concepts behind them. At a minimum, the idea behind IoC should be familiar for whatever IoC container you choose to use. -To learn more about Spring, you can refer to the comprehensive documentation that explains the Spring Framework in detail. You can find a lot of articles, blog entries, and books on Spring. See the Spring framework http://spring.io/docs[home page ] for more information. +To learn more about Spring, you can refer to the comprehensive documentation that explains the Spring Framework in detail. You can find a lot of articles, blog entries, and books on Spring. See the Spring framework https://spring.io/docs[home page ] for more information. [[requirements]] == Requirements -Spring Data LDAP 2.x binaries requires JDK level 8.0 or later, http://spring.io/docs[Spring Framework] {springVersion} or later, and http://projects.spring.io/spring-ldap[Spring LDAP] {springLdapVersion} or later. +Spring Data LDAP 2.x binaries requires JDK level 8.0 or later, https://spring.io/docs[Spring Framework] {springVersion} or later, and https://projects.spring.io/spring-ldap[Spring LDAP] {springLdapVersion} or later. [[get-started:help]] == Additional Help Resources @@ -48,16 +48,16 @@ Learning a new framework is not always straight forward. In this section, we try [[get-started:help:community]] Community Forum:: -Spring Data on Stackoverflow http://stackoverflow.com/questions/tagged/spring-data[Stack Overflow] is a tag for all of Spring Data (not just Document) users to share information and help each other. Note that registration is needed only for posting. +Spring Data on Stackoverflow https://stackoverflow.com/questions/tagged/spring-data[Stack Overflow] is a tag for all of Spring Data (not just Document) users to share information and help each other. Note that registration is needed only for posting. [[get-started:help:professional]] Professional Support:: -Professional, from-the-source support, with guaranteed response time, is available from http://pivotal.io/[Pivotal Sofware, Inc.], the company behind Spring and Spring Data. +Professional, from-the-source support, with guaranteed response time, is available from https://pivotal.io/[Pivotal Sofware, Inc.], the company behind Spring and Spring Data. [[get-started:up-to-date]] === Following Development -For information on the Spring Data LDAP source code repository, nightly builds, and snapshot artifacts, see the http://projects.spring.io/spring-data-ldap/[Spring Data LDAP homepage]. You can help make Spring Data best serve the needs of the Spring community by interacting with developers through the community on http://stackoverflow.com/questions/tagged/spring-data[Stackoverflow]. To follow developer activity, look for the mailing list information on the Spring Data LDAP homepage. If you encounter a bug or want to suggest an improvement, please create a ticket on the Spring Data issue https://jira.spring.io/browse/DATALDAP[tracker]. To stay up-to-date with the latest news and announcements in the Spring ecosystem, subscribe to the Spring Community http://spring.io[Portal]. Finally, you can follow the Spring http://spring.io/blog[blog] or the project team on Twitter (http://twitter.com/SpringData[SpringData]). +For information on the Spring Data LDAP source code repository, nightly builds, and snapshot artifacts, see the https://projects.spring.io/spring-data-ldap/[Spring Data LDAP homepage]. You can help make Spring Data best serve the needs of the Spring community by interacting with developers through the community on https://stackoverflow.com/questions/tagged/spring-data[Stackoverflow]. To follow developer activity, look for the mailing list information on the Spring Data LDAP homepage. If you encounter a bug or want to suggest an improvement, please create a ticket on the Spring Data issue https://jira.spring.io/browse/DATALDAP[tracker]. To stay up-to-date with the latest news and announcements in the Spring ecosystem, subscribe to the Spring Community https://spring.io[Portal]. Finally, you can follow the Spring https://spring.io/blog[blog] or the project team on Twitter (https://twitter.com/SpringData[SpringData]). [[get-started:project-metadata]] === Project Metadata diff --git a/src/main/asciidoc/reference/ldap-repositories.adoc b/src/main/asciidoc/reference/ldap-repositories.adoc index 0654d01..c951621 100644 --- a/src/main/asciidoc/reference/ldap-repositories.adoc +++ b/src/main/asciidoc/reference/ldap-repositories.adoc @@ -7,7 +7,7 @@ You should keep in mind the following points as you work with Spring LDAP reposi * Spring LDAP repositories can be enabled by using a `` tag in your XML configuration or by using an `@EnableLdapRepositories` annotation on a configuration class. * To include support for `LdapQuery` parameters in automatically generated repositories, have your interface extend `LdapRepository` rather than `CrudRepository`. -* All Spring LDAP repositories must work with entities annotated with the ODM annotations, as described in http://docs.spring.io/spring-ldap/docs/{springLdapVersion}/reference/#odm[Object-Directory Mapping]. +* All Spring LDAP repositories must work with entities annotated with the ODM annotations, as described in https://docs.spring.io/spring-ldap/docs/{springLdapVersion}/reference/#odm[Object-Directory Mapping]. * Since all ODM managed classes must have a Distinguished Name as the ID, all Spring LDAP repositories must have the ID type parameter set to `javax.naming.Name`. Indeed, the built-in `LdapRepository` only takes one type parameter: the managed entity class, which defaults the ID to `javax.naming.Name`. * Due to specifics of the LDAP protocol, paging and sorting are not supported for Spring LDAP repositories. @@ -76,11 +76,11 @@ Right now, this interface serves only typing purposes, but we can add additional xmlns:ldap="http://www.springframework.org/schema/ldap" xmlns:data-ldap="http://www.springframework.org/schema/data/ldap" xsi:schemaLocation="http://www.springframework.org/schema/beans - http://www.springframework.org/schema/beans/spring-beans.xsd + https://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/ldap - http://www.springframework.org/schema/ldap/spring-ldap.xsd + https://www.springframework.org/schema/ldap/spring-ldap.xsd http://www.springframework.org/schema/data/ldap - http://www.springframework.org/schema/data/ldap/spring-ldap.xsd"> + https://www.springframework.org/schema/data/ldap/spring-ldap.xsd"> + schemaLocation="https://www.springframework.org/schema/data/repository/spring-repository.xsd"/>