Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1758#discussion_r160434660
--- Diff:
tests/compatibility-tests/src/main/resources/exportimport/import1X.groovy ---
@@ -0,0 +1,11 @@
+import org.apache.activemq.artemis.cli.commands.ActionContext
--- End diff --
@dudaerich the reason we have export / export1X is because the package
names are different.
I could have fixed it differently with a different script just to
instantiate the export.. but the script was so small that I decided just to
have different versions for each branch.
the script wouldn't load (or compile) if I had any sort of if inside.
---