Skip to content

version 1.1.0

Compare
Choose a tag to compare
@mariodavid mariodavid released this 19 Jul 05:04
· 23 commits to master since this release

Added

  • handle tab key in groovy & SQL console
  • GroovyScriptBindingSupplier mechanism to add binding variables for groovy scripts
  • added following shorthand methods in groovy scripts:
    • bean(String springBeanName) gives you a arbitrary bean of the Spring context
    • getSql() returns a instance of groovy.sql.SQL for the main datasource
    • getSql('myDatasourceName') returns a instance of groovy.sql.SQL for the given additional datasource

Dependencies

  • CUBA 6.9.x