You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I recently updated serenity BDD to the version4 and java11, not sure why it is causing the below issues, can you please let me know what is the issue and how to fix
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass$3$1 (file:/C:/Users/SBasavego/.m2/repository/org/codehaus/groovy/groovy/2.4.3/groovy-2.4.3.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass$3$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Hi
I recently updated serenity BDD to the version4 and java11, not sure why it is causing the below issues, can you please let me know what is the issue and how to fix
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass$3$1 (file:/C:/Users/SBasavego/.m2/repository/org/codehaus/groovy/groovy/2.4.3/groovy-2.4.3.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass$3$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
java.lang.NoSuchMethodError: groovy.xml.XmlUtil.setFeatureQuietly(Ljavax/xml/parsers/SAXParserFactory;Ljava/lang/String;Z)V
[ERROR] 2023-10-02 16:54:22,125 - groovy.xml.XmlUtil.setFeatureQuietly(Ljavax/xml/parsers/SAXParserFactory;Ljava/lang/String;Z)V
[ERROR] 2023-10-02 16:54:22,426 - Tag provider net.thucydides.model.requirements.TestOutcomeRequirementsTagProvider@55736cfe failure
java.lang.NoSuchMethodError: com.google.common.base.Splitter.splitToStream(Ljava/lang/CharSequence;)Ljava/util/stream/Stream;
my POM file:
<serenity.version>4.0.0</serenity.version>
<serenity.cucumber.version>4.0.0</serenity.cucumber.version>
org.codehaus.groovy
groovy-all
2.4.3
The text was updated successfully, but these errors were encountered: