Description
Removing ScriptExecutor shouldn't be too big a deal. I suppose someone could be calling it directly from their own scripts/code, but it's more likely that they were using bin/gremlin.sh -e script.groovy in which case they won't break as that is backward compatible.
Be sure to also remove code in Console that is allowing bin/gremlin.sh script.groovy as part of this. After this change, users should all be using -i or -e.
Attachments
Issue Links
- is related to
-
TINKERPOP-1603 Remove support for SASL byte array in protocol
- Closed