Raphaël Ouazana
Raphaël Ouazana
Hello, [JMAP](https://jmap.io) is encoding some data, called Invocation in the following way: ``` ["nameOfTheMethod", arguments, "clientId"] ``` It's an array of 3 elements, the first and the third are string,...
Java 11 deprecated Nashorn, after the removal of Rhino. As there will be no more Javascript Engine in the JDK, we should migrate to an external one, for example GraalVM...
The Debian repository is only keeping the last version. https://lsc-project.org/debian/pool/main/l/lsc/ It can make some scripts break, for example if you build a Docker image on an exact (tested) LSC version....
In clean phase the --threads parameter is ignored. It could be useful in some cases, for example when the source service has a big latence. Getting each element on the...
OpenDJ is old and it's complicated to manage its behavior inside tests. We should use instead [test containers](https://java.testcontainers.org/) with for example an OpenLDAP Docker image instead. This strategy is already...