Emmanuel Lécharny

Results 27 issues of Emmanuel Lécharny

Hi! I'm just trying to get a simple thing working, with no success. I have a title like: ==== Babel MIT Nicolò Ribaudo (stands for Nicolò Ribaudo) I try to...

I have very frequent eclipse crashes while using Asciidoctor 3.0.1 on a Mac OS Ventura with Java 17.0.5. I suspect it has to do with the internal Web browser (cf...

Hi! since I'm trying to chase an issue with Pax-exam 4.13.5 while building Apache directory LDAP API, which fails with the exact same error (the title), I cloned the master...

When creating two tasks in a lsc.xml file, the `ldapSourceService` and `ldapDestinationService` configuration elements must have a unique name across all the tasks, which is non-sensical: they both are related...

Added a fix for infering the logback.xml and other configuration files if we call LSC with a `-f ` parameter.

Currently, the only way to run LSC with a configuration file is to use the -f option, which points to a directory. The configuration file must be name lsc.xml. This...

…solve a vulnerability (see https://github.com/lsc-project/lsc/security/dependabot/93)

Currently all the access to the database are stored in clear text in the lsc.xml file. It would be valuable to fetch those credentials from a vault.

If the provided configuration file contains an error, we usually get insufficient information to know where the issue comes from. Typically, the line and column numbers are missing.

The `BeanComparatorgetUpdatedObject()` method leaks the `userPassword` values in these lines of code: ``` ... case ADD_VALUES: LOGGER.debug("{} Adding attribute \"{}\" with values {}", new Object[]{logPrefix, attrName, toSetAttrValues}); ... case REPLACE_VALUES:...