Sql, SqlAbstractQueryCommand classes are missing under groovy.sql

2019-02-26 Thread Sonal
Hello, I have notified this issue earlier also. In the documentation the Sql and SqlAbstractQueryCommand classes are missing under groovy.sql from long time now. Could you please restore them ? Thanks. Regards Sonal

Re: Sql, SqlAbstractQueryCommand classes are missing under groovy.sql

2019-02-26 Thread Paul King
Hi, Groovydoc uses Groovy's compilation mechanics for Groovy files but also has a Java parser for Java files. The current Java grammar used by Groovydoc is a little old. Currently that parser fails on the following line (groovy.sql.Sql.java, line: 297): try (Sql sql = newInstance(url)) { However

Possibility to exchange Interpreter implementation for Groovysh

2019-02-26 Thread Jan Lukavský
Hi Groovy devs, for one of my projects, I need a possibility to exchange Interpreter implementation in Groovysh. I created PR that adds this functionality and tested it locally: https://github.com/apache/groovy/pull/884 Could someone have a look at it, please? Or would you see a better way o