Pierre-Yves Gibello

Results 14 comments of Pierre-Yves Gibello

Thanks; The fullMutationMatrix parameter is not documented... but I found it in the release notes. Problem, when set, my listener is never called: I get a message saying "Full mutation...

If you have a MutationResultListener of your own, the exclusion does not apply: your own MutationResultListener will perfectly run with fullMutationMatrix set (along with XML). And, concerning succeeding tests without...

If based on the maven plugin, I have part of the code: a (not yet committed, still some pending issues) dspot invoker, and a Git cloner already committed in stamp-ci...

Same kind of code here, but for Gitlab: https://github.com/STAMP-project/stamp-ci/blob/master/stamp-cicd-utils/src/main/java/eu/stamp_project/cicd/utils/git/GitlabIssueManager.java . Has comments + javadoc available. The GitHubService code could be moved to stamp-ci, I think... For the same reason I...

No config at all in the pom. Lanched exactly as specified in the issue : maybe not the right way to do (?), but should not produce a NPE.

Hi @pderakhshanfar, I agree. But there should never be a NPE (and a deadlock !). NPEs are bugs, deadlocks are bugs, whatever happens. And they must be fixed. An error...

Same issue with 1.0.4: [ERROR] Failed to execute goal eu.stamp-project:botsing-maven:1.0.4-SNAPSHOT:botsing (default-cli) on project lutece-core: Artifact library-lucene could not be resolved.: Could not find artifact fr.paris.lutece.plugins:library-lucene:lutece-plugin:3.0.1 in lutece (http://dev.lutece.paris.fr/maven_repository) -> [Help...

I attach the log file I used: [ex1.log](https://github.com/STAMP-project/botsing/files/2960611/ex1.log)

Hi @luandrea, no, not resolved with 1.0.4 nor with latest 1.0.5-SNAPSHOT.

Hi @pderakhshanfar , What about disabling security manager in a Docker container ? It should not be critical system files that can be affected... well, it might be, but only...