Adam Young
Adam Young
All of a sudden I have this issue again with SARL 0.12.0. The workaround worked a month ago (Nov 16th), but now the error is back. ``` com.google.common.util.concurrent.UncheckedExecutionException: java.lang.SecurityException: class...
Thanks for the prompt response! Unfortunately neither of the new versions resolve the issue for me though, same error...
``` Apache Maven 3.6.3 (Red Hat 3.6.3-5) Maven home: /usr/share/maven Java version: 11.0.13, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-2.fc33.x86_64 Default locale: en_AU, platform encoding: UTF-8 OS name: "linux", version: "5.14.16-101.fc33.x86_64",...
I managed to solve it with the below: ``` io.sarl.maven sarl-maven-plugin 0.12.0 true 1.8 1.8 ${project.build.sourceEncoding} org.eclipse.platform org.eclipse.equinox.common 3.14.100 io.sarl.maven io.sarl.maven.sdk 0.12.0 org.eclipse.platform org.eclipse.equinox.common ``` Note the additional (redundant) `io.sarl.maven.sdk`...
I have tried this new version of the cucumber plugin (on branch main). Unfortunately I could not get it to link any gherkin steps to step definitions. I did notice...
Hi @laeubi Thanks for your detailed response. I have generated a large cucumber project that can be used to profile cucumber and associated cucumber tools such as this plugin. https://github.com/ayoung012/large-cucumber-java-stub...