vkagamlyk commented on code in PR #3384:
URL: https://github.com/apache/tinkerpop/pull/3384#discussion_r3135591183


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/jsr223/DefaultGremlinScriptEngineManager.java:
##########
@@ -193,6 +216,11 @@ public Object get(final String key) {
     @Override
     public GremlinScriptEngine getEngineByName(final String shortName) {
         if (null == shortName) throw new NullPointerException();
+
+        if (allowedEngines != null && !allowedEngines.contains(shortName)) {

Review Comment:
   so groovy script engine will be created?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to