Package: libspring-ldap-java / 1.3.1.RELEASE-5

Metadata

Package Version Patches format
libspring-ldap-java 1.3.1.RELEASE-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_update_ldap_import.diff | (download)

dist/module-sources/spring-ldap-core/org/springframework/ldap/control/PagedResultsCookie.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ldap import

Until J2SE 1.4 com.sun.jndi.ldap.ctl.PagedResultsControl was provided by
LDAP Booster Pack, but since 1.5 this is included as
javax.naming.ldap.PagedResultsControl.

02_add_parser_definition.diff | (download)

dist/module-sources/spring-ldap-core/org/springframework/ldap/core/DnParserImpl.jj | 154 154 + 0 - 0 !
1 file changed, 154 insertions(+)

 parser definition file was missing from source code

For some reason, upstream did not include this file in the sources,
so I had to fetch this from their svn repo.