blaze
blaze copied to clipboard
Write your shell scripts on the JVM (java, kotlin, groovy, etc.)
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.20 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...
To let the repository confirm [email protected] as its security contact.
Bumps [sshd-core](https://github.com/apache/mina-sshd) from 2.4.0 to 2.7.0. Changelog Sourced from sshd-core's changelog. Version 2.3.0 to 2.4.0 Version 2.4.0 to 2.5.0 Version 2.5.0 to 2.5.1 Version 2.5.1 to 2.6.0 Version 2.6.0 to...
It looks like the code is using fairly old versions of Groovy and Kotlin. Is it possible to change them at runtime? Thanks.
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Corresponding issue in graalvm tracker: https://github.com/oracle/graal/issues/772 Main point: currently blaze uses nashorn as js engine, potentially using graal.js instead will make blaze native-image build-able. If it will be possible to...
When I run balze on Windows with a installed Java 9 it crashes on start: `[INFO] Resolving dependencies... [INFO] Resolved dependencies in 561 ms [ERROR] Only classloaders of type URLClassLoader...
Can I provide arguments which blaze passes to the script? So it would be possible to write: ``` kotlin fun main(args: Array) { print(args) } ``` and call `java -jar...
Support for bash completion of known tasks for a script would be incredibly useful and user-friendly. May require deeper integration with a terminal.
To get through our company firewall etc, we have a Nexus setup. I can get the eclipse jar using mvn direct, but blaze is not finding it. Is there a...