Toots du Jour (Oct 18)
<1 min read
- From JDK 21 to JDK 25 — Java Performance Update 2025 #devoxx #java #jdk #performance www.youtube.com/watch?v=223_7r… #
I've released a new extension for bld to easily execute JBang commands and scripts:
@BuildCommand(summary = "Runs JBang script")
public void jbang() throws Exception {
new JBangOperation()
.fromProject(this)
.jBangArgs("--quiet")
.script("path/to/script.java")
.args("foo", "bar")
.execute();
}
Full access to the entire JBang ecosystem with a single extension!
A young Indigenous game warden arrests an infamous poacher only to discover that the poacher knows the location of a crashed plane carrying millions of dollars. When a group of criminals and dirty cops are alerted to the poacher’s whereabouts, the warden and the poacher team up to fight back and escape across the treacherous lake before the ice melts.