{"id":14972962,"url":"https://github.com/spring-projects/spring-ldap","last_synced_at":"2025-12-14T12:26:37.770Z","repository":{"id":9299233,"uuid":"11136641","full_name":"spring-projects/spring-ldap","owner":"spring-projects","description":"Spring LDAP","archived":false,"fork":false,"pushed_at":"2025-05-07T22:49:12.000Z","size":27557,"stargazers_count":352,"open_issues_count":95,"forks_count":487,"subscribers_count":40,"default_branch":"main","last_synced_at":"2025-05-07T23:29:00.970Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://spring.io/spring-ldap","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spring-projects.png","metadata":{"files":{"readme":"readme.adoc","changelog":"changelog.txt","contributing":"CONTRIBUTING.adoc","funding":null,"license":"license.txt","code_of_conduct":"CODE_OF_CONDUCT.adoc","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-07-02T22:23:31.000Z","updated_at":"2025-05-07T22:48:56.000Z","dependencies_parsed_at":"2024-11-14T00:24:03.673Z","dependency_job_id":"801c438e-aedd-4640-b19a-943c8f315d0d","html_url":"https://github.com/spring-projects/spring-ldap","commit_stats":{"total_commits":1416,"total_committers":52,"mean_commits":27.23076923076923,"dds":0.6892655367231638,"last_synced_commit":"9e420292931863dc647daf12b35043a31a016b91"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-ldap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-ldap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-ldap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-ldap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spring-projects","download_url":"https://codeload.github.com/spring-projects/spring-ldap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254000848,"owners_count":21997441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T13:47:49.800Z","updated_at":"2025-12-12T02:16:28.160Z","avatar_url":"https://github.com/spring-projects.png","language":"Java","readme":"link:https://gitter.im/spring-projects/spring-ldap[image:https://badges.gitter.im/spring-projects/spring-ldap.svg[Join the chat]]\nlink:https://github.com/spring-projects/spring-ldap/actions/workflows/continuous-integration-workflow.yml[image:https://github.com/spring-projects/spring-ldap/actions/workflows/continuous-integration-workflow.yml/badge.svg[Build Status]]\nlink:https://ge.spring.io/scans?search.rootProjectNames=spring-ldap[image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle\u0026labelColor=02303A[Revved up by Develocity]]\n\n= Spring LDAP\n\nSpring LDAP is a library to simplify LDAP programming in Java, built on the same\nprinciples as Spring Jdbc. \n\nThe LdapTemplate class encapsulates all the plumbing work involved in traditional LDAP \nprogramming, such as creating, looping through NamingEnumerations, handling Exceptions\nand cleaning up resources. This leaves the programmer to handle the important stuff - \nwhere to find data (DNs and Filters) and what to do with it (map to and from domain\nobjects, bind, modify, unbind, etc.), in the same way that JdbcTemplate relieves the \nprogrammer of all but the actual SQL and how the data maps to the domain model.\n\nIn addition to this, Spring LDAP provides Exception translation from NamingExceptions\nto an unchecked exception hierarchy, as well as several utilities for working with filters,\nLDAP paths and attributes.\n\nFor detailed information on the project, please refer to the [reference documentation](https://docs.spring.io/spring-ldap/docs/current/reference/) and [javadocs](https://docs.spring.io/spring-ldap/docs/2.3.x/apidocs/).\nSee [the changelog](https://github.com/spring-projects/spring-ldap/releases) for detailed information on changes in the latest version.\n\n== Code of Conduct\nThis project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.adoc).\nBy participating, you  are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.\n\n== Downloading Artifacts\nSee https://docs.spring.io/spring-ldap/reference/getting-spring-ldap.html[Getting Spring LDAP] for how to obtain Spring LDAP.\n\n== Documentation\n\nBe sure to read the https://docs.spring.io/spring-ldap/reference/[Spring LDAP Reference].\nExtensive JavaDoc for the Spring LDAP code is also available in the https://docs.spring.io/spring-ldap/site/docs/current/api/[Spring LDAP API Documentation].\n\nYou may also want to check out https://github.com/spring-projects/spring-ldap/releases[the change log for new features].\n\n== Building from Source\n\nSpring LDAP uses a https://gradle.org[Gradle]-based build system.\nIn the instructions below, https://vimeo.com/34436402[`./gradlew`] is invoked from the root of the source tree and serves as\na cross-platform, self-contained bootstrap mechanism for the build.\n\n=== Prerequisites\nhttps://docs.github.com/en/get-started/quickstart/set-up-git[Git] and the https://www.oracle.com/java/technologies/downloads/#java17[JDK17 build].\n\nBe sure that your `JAVA_HOME` environment variable points to the `jdk-17` folder extracted from the JDK download.\n\n=== Check out sources\n[indent=0]\n----\ngit clone git@github.com:spring-projects/spring-ldap.git\n----\n\n=== Install all `spring-*.jar` into your local Maven repository.\n\n[indent=0]\n----\n./gradlew publishToMavenLocal\n----\n\n=== Compile and test; build all JARs, distribution zips, and docs\n\n[indent=0]\n----\n./gradlew build\n----\n\nThe reference docs are not currently included in the distribution zip.\nYou can build the reference docs for this branch by running the following command:\n\n----\n./gradlew :spring-ldap-docs:antora\n----\n\nThat command publishes the docs site to the `_docs/build/site_` directory.\nThe https://github.com/spring-projects/spring-ldap/tree/docs-build[playbook branch] describes how to build the reference docs in detail.\n\nDiscover more commands with `./gradlew tasks`.\n\n== Getting Support\nCheck out the https://stackoverflow.com/questions/tagged/spring-ldap[Spring LDAP tags on Stack Overflow].\nhttps://spring.io/support[Commercial support] is available too.\n\n== Contributing\nhttps://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request[Pull requests] are welcome; see the https://github.com/spring-projects/spring-ldap/blob/main/CONTRIBUTING.adoc[contributor guidelines] for details.\n\n== License\nSpring LDAP is Open Source software released under the\nhttps://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-ldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspring-projects%2Fspring-ldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-ldap/lists"}