Thu, 23 May 2024 02:37:52 UTC | login

Information for build spring-ldap-1.3.1-16.fc27

ID21509
Package Namespring-ldap
Version1.3.1
Release16.fc27
Epoch
SummaryJava library for simplifying LDAP operations
DescriptionSpring LDAP is a Java library for simplifying LDAP operations, based on the pattern of Spring's JdbcTemplate. The framework relieves the user of common chores, such as looking up and closing contexts, looping through results, encoding/decoding values and filters, and more. The LdapTemplate class encapsulates all the plumbing work involved in traditional LDAP programming, such as creating a DirContext, looping through NamingEnumerations, handling exceptions and cleaning up resources. This leaves the programmer to handle the important stuff - where to find data (DNs and Filters) and what do do with it (map to and from domain objects, bind, modify, unbind, etc.), in the same way that JdbcTemplate relieves the programmer of all but the actual SQL and how the data maps to the domain model. In addition to this, Spring LDAP provides transaction support, a pooling library, exception translation from NamingExceptions to a mirrored unchecked Exception hierarchy, as well as several utilities for working with filters, LDAP paths and Attributes.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:34:13 UTC
CompletedSat, 14 Apr 2018 20:34:13 UTC
Tags
f28
f29
RPMs
src
spring-ldap-1.3.1-16.fc27.src.rpm (info) (download)
noarch
spring-ldap-1.3.1-16.fc27.noarch.rpm (info) (download)
spring-ldap-javadoc-1.3.1-16.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Sep 23 2015 gil cattaneo <puntogil@libero.it> 1.3.1-13 - fix BuildRequires list, removed self-reference * Fri Jun 19 2015 Michal Srb <msrb@redhat.com> - 1.3.1-12 - Fix FTBFS * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Feb 11 2015 gil cattaneo <puntogil@libero.it> 1.3.1-10 - introduce license macro * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Oct 09 2013 gil cattaneo <puntogil@libero.it> 1.3.1-8 - enable ldif and odm modules * Mon Aug 05 2013 gil cattaneo <puntogil@libero.it> 1.3.1-7 - rebuilt FTBFS in rawhide - swith to Xmvn - adapt to new guideline * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.3.1-4 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local * Tue Jul 24 2012 Juan Hernandez <juan.hernandez@redhat.com> - 1.3.1-3 - Added maven-plugin-cobertura build time dependency * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Mar 23 2012 Juan Hernandez <juan.hernandez@redhat.com> 1.3.1-1 - Updated to upstream version 1.3.1 * Sat Feb 11 2012 Juan Hernandez <juan.hernandez@redhat.com> 1.3.0-1 - Initial packaging