Gldapo 0.6 released

Subheadline: 
Gldapo is to LDAP what GORM is to SQL
Location: 
http://gldapo.codehaus.org/

Luke Daley has announced the release of Gldapo version 0.6. For those that remember Luke from a previous interview published here at Groovy Zone, he is the creator of Gldapo, an abstraction of LDAP using Spring ldap, similar to what GORM is to SQL with Hibernate. But the news don't stop there, an update of the Grails-ldap plugin is also available (the plugin page still mentions 0.5.2 though).

 Here are the notes pertaining this release

Bug

  • [GLDP-45] - Entries cannot be moved after just being created
  • [GLDP-46] - create() method does not set exists flag to true
  • [GLDP-48] - getEntry() in AbstractGldapoIntegrationTest throws exception if entry doesn't exist, instead of returning null
  • [GLDP-62] - LDAP Searches throwing NPE
  • [GLDP-63] - Example script in distribution does not work
  • [GLDP-64] - Minimum Groovy version for 0.5.2+ is 1.5.5

Improvement

  • [GLDP-34] - Update POM to reflect move to Codehaus
  • [GLDP-43] - Upgrade to GMaven (replacement for Groovy Mojo)
  • [GLDP-44] - Make distribution available from http://dist.codehaus.org (instead of mvn repo)
  • [GLDP-51] - Make checksums of distribution available
  • [GLDP-52] - Refactor out Operation concept
  • [GLDP-53] - Refactor FilterUtil class functionality into GldapoSchemaRegistration
  • [GLDP-54] - Support using the filter classes from spring ldap
  • [GLDP-56] - Sanitise the schema classes that the GldapoTest uses
  • [GLDP-67] - Upgrade to Groovy 1.5.6

New Feature

  • [GLDP-49] - Provide way to import entries as LDIF in AbstractGldapoIntegrationTest
  • [GLDP-61] - Add replace() implementation that takes a String (instead of DistinguishedName)
0

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)