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/README.md b/README.md index 5c8fd14..15fbed3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -[![Spring Data LDAP](https://spring.io/badges/spring-data-ldap/ga.svg)](http://projects.spring.io/spring-data-ldap#quick-start) -[![Spring Data LDAP](https://spring.io/badges/spring-data-ldap/snapshot.svg)](http://projects.spring.io/spring-data-ldap#quick-start) +[![Spring Data LDAP](https://spring.io/badges/spring-data-ldap/ga.svg)](https://projects.spring.io/spring-data-ldap#quick-start) +[![Spring Data LDAP](https://spring.io/badges/spring-data-ldap/snapshot.svg)](https://projects.spring.io/spring-data-ldap#quick-start) # Spring Data LDAP -The primary goal of the [Spring Data](http://projects.spring.io/spring-data) project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services. +The primary goal of the [Spring Data](https://projects.spring.io/spring-data) project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services. The Spring Data LDAP project aims to provide familiar and consistent repository abstractions for [Spring LDAP](https://github.com/spring-projects/spring-ldap). @@ -11,12 +11,12 @@ The Spring Data LDAP project aims to provide familiar and consistent repository For a comprehensive treatment of all the Spring Data LDAP features, please refer to: -* the [User Guide](http://docs.spring.io/spring-data/ldap/docs/current/reference/html/) -* the [JavaDocs](http://docs.spring.io/spring-data/ldap/docs/current/api/) have extensive comments in them as well. -* the home page of [Spring Data LDAP](http://projects.spring.io/spring-data-ldap) contains links to articles and other resources. -* for more detailed questions, use [Spring Data LDAP on Stackoverflow](http://stackoverflow.com/questions/tagged/spring-data-ldap). +* the [User Guide](https://docs.spring.io/spring-data/ldap/docs/current/reference/html/) +* the [JavaDocs](https://docs.spring.io/spring-data/ldap/docs/current/api/) have extensive comments in them as well. +* the home page of [Spring Data LDAP](https://projects.spring.io/spring-data-ldap) contains links to articles and other resources. +* for more detailed questions, use [Spring Data LDAP on Stackoverflow](https://stackoverflow.com/questions/tagged/spring-data-ldap). -If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://projects.spring.io/). +If you are new to Spring as well as to Spring Data, look for information about [Spring projects](https://projects.spring.io/). ## Quick Start @@ -45,7 +45,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our spring-libs-snapshot Spring Snapshot Repository - http://repo.spring.io/libs-snapshot + https://repo.spring.io/libs-snapshot ``` @@ -108,9 +108,9 @@ public class MyService { Here are some ways for you to get involved in the community: -* Get involved with the Spring community on Stackoverflow and help out on the [spring-data-ldap](http://stackoverflow.com/questions/tagged/spring-data-ldap) tag by responding to questions and joining the debate. +* Get involved with the Spring community on Stackoverflow and help out on the [spring-data-ldap](https://stackoverflow.com/questions/tagged/spring-data-ldap) tag by responding to questions and joining the debate. * Create [JIRA](https://jira.spring.io/browse/DATALDAP) tickets for bugs and new features and comment and vote on the ones that you are interested in. -* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](http://help.github.com/forking/). If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing. -* Watch for upcoming articles on Spring by [subscribing](http://spring.io/blog) to spring.io. +* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](https://help.github.com/forking/). If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing. +* Watch for upcoming articles on Spring by [subscribing](https://spring.io/blog) to spring.io. Before we accept a non-trivial patch or pull request we will need you to [sign the Contributor License Agreement](https://cla.pivotal.io/sign/spring). Signing the contributor’s agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. If you forget to do so, you'll be reminded when you submit a pull request. Active contributors might be asked to join the core team, and given the ability to merge pull requests. diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index 986a541..2c1c99d 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -4,7 +4,7 @@ Mattias Hellborg Arthursson; Ulrik Sandberg; Eric Dalquist; Keith Barlow; Rob Wi :revdate: {localdate} 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"/>