[X] +1 Release Shared/LDAP API 1.0.0-M22

Builds with JDK1.7 without errors.

Just because I was curious:
When building with (I think we're still on JDK1.6 or 1.7) JDK1.8 (linux 64-bit) I get following integration test failure

Tests run: 37, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.226 sec <<< FAILURE! - in org.apache.directory.api.ldap.entry.SchemaAwareEntryTest testToString(org.apache.directory.api.ldap.entry.SchemaAwareEntryTest) Time elapsed: 0.003 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<...    ObjectClass: ''
[    UserPassword: 0x61 0x62
    UserPassword: 0x62
    UserPassword: ''
]> but was:<...    ObjectClass: ''
[
    UserPassword: 0x61 0x62
    UserPassword: 0x62
    UserPassword: '']>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
at org.apache.directory.api.ldap.entry.SchemaAwareEntryTest.testToString(SchemaAwareEntryTest.java:1168)


Regards and happy Easter
Felix

Reply via email to