ashraf.madina Can you confirm
I wrote a code to check Groovy 3.0.17 to find which groovy-*.jar
contains the ExtensionModule
file.
The result was as follows:
groovy-jsr223-3.0.17.jar contains META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
groovy-swing-3.0.17.jar contains META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
groovy-nio-3.0.17.jar contains META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
groovy-sql-3.0.17.jar contains META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
groovy-xml-3.0.17.jar contains META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
groovy-dateutil-3.0.17.jar contains META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
groovy-datetime-3.0.17.jar contains META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
groovy-macro-3.0.17.jar contains META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
V9.7.2 misses the ExtensionModule
file of these jars, therefore there are some more failing methods.
But, I suppose, Katalon users are not using most of those failing methods. The Date.format(String)
is an exception, which is popular amongst Groovy programmers.
Please fix this asap
you sure you got the right recording?
Hi,
Sorry for my mistake. Please find the right video attached. Thank you
Thank you for confirming @ashraf.madina
Hi!
Is this workaround only for the current time, and will be fixed in the next versions?
Thanks
Have you tried out the 10.0.0 beta release? Any issues?
We’ll be fixing this issue in the next patch of 9.x.