Skip to content

Instantly share code, notes, and snippets.

View jojopad's full-sized avatar

Jojo Paderes jojopad

View GitHub Profile
@jojopad
jojopad / BlockedThreadCheckerTest.groovy
Last active July 3, 2017 02:00
Groovy script for testing Vertx BlockedThreadChecker
/**
Groovy script for testing Vertx BlockedThreadChecker.
To run:
1. Install Groovy using sdkman (http://sdkman.io)
2. Excecute script using groovy command:
groovy -Dgroovy.grape.report.downloads=true BlockedThreadCheckerTest.groovy
*/
@Grab('io.vertx:vertx-core:3.4.2')
/**
To run:
1. Install Groovy using sdkman (http://sdkman.io)
2. Excecute script using groovy command:
groovy -Dgroovy.grape.report.downloads=true SharedWorkerExecutorSample.groovy
*/
// @Grab('io.vertx:vertx-core:3.3.3')
@Grab('io.vertx:vertx-core:3.4.0')
// @Grab('io.vertx:vertx-core:3.4.1')
// @Grab('io.vertx:vertx-core:3.4.2')
@jojopad
jojopad / setup.md
Last active January 17, 2022 14:22

Java 11 and Maven

Install Java 11 and Maven using https://sdkman.io/install

Install SDKMan

$ curl -s "https://get.sdkman.io" | bash