New bld Extension: JBang
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!
Toots du Jour (Oct 16)
- Save the Day (and Memory): Java Caching Strategies Using Caffeine and Redis #cache #caffeine #database #java #redis www.javacodegeeks.com/2025/10/… #
- A Bootiful Podcast: Oracle VP and GraalVM founder Thomas Wuerthinger #graalvm #java #oracle #springboot #springframework spring.io/blog/2025/10/16/a-bo… #
- I've just released version 0.9.0 of the JBang Extension for bld #bld #buildsystem #buildtool #github #java #jbang github.com/rife2/bld-jbang/rel… #
Icefall
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.
Toots du Jour (Oct 15)
- JakartaOne Livestream 2025 — A virtual conference on enterprise Java & cloud-native tech, spotlighting Jakarta EE’s present & future. #cloudnativejava #jakartaee #jakartaone #java #opensource www.eventbrite.com/e/jakartaon… #
- I've just released version 1.0.4 of the Dokka Extension for bld #bld #buildsystem #buildtool #dokka #github #java #kotlin github.com/rife2/bld-dokka/rel… #
- Derby DB to be retired! #apache #database #java issues.apache.org/jira/plugins… #
The Family Plan 2
Deck the halls, dodge the bad guys.
Dan Morgan (Mark Wahlberg) is many things: a devoted husband, a loving father, a celebrated car salesman. He’s also a former assassin. And when his past catches up to his present, he’s forced to take his unsuspecting family (Michelle Monaghan, Zoe Colletti and Van Crosby) on a road trip unlike any other.


