Raphaël Ouazana

Results 16 comments of Raphaël Ouazana

> If we merge the checkstyle fixes we will get a lot of conflicts with the existing PR's. Anyway we will have these conflicts at one moment or another. I...

If I remember correctly, you should be able to use it as a binary pivot, without conversion: https://github.com/lsc-project/lsc/blob/master/src/test/java/org/lsc/Ldap2LdapBinaryPivotSyncTest.java If you need conversion, you should have a look at trunk which...

maybe https://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ ?

This is really nice! There are some tests (even if some are missing), the code is pretty good, it's implementing a standard, so I'm totally in favor of integrating it...

Hello, This is very interesting and I'm thinking about this for some time. The main issue is how can you configure in a usable way a generic REST LSC service?...

Hi, openpapi is very interesting and a step in the good direction. Looking at your REST api, it seems that to be able to access some object, you first need...

Interesting, thanks. An other point of attention is pagination. It seems to be handled in very different ways in different APIs. For example some of them rely on the offset...

Hello! Thanks for looking at this. For your information Nashorn is finally also available as an OpenJDK project : https://github.com/openjdk/nashorn

> It's a bit overkill to let the LSC load the schema and determine the rules Modern LDAP libraries such as Apache Directory's one allow to load the schema from...

this is probably a residual of JNDI. A migration to apacheds-api could fix this.