java-11share & followShare this post with your community:I'm active on various platforms. Watch this space or follow me there to get notified when I publish new content:▼s+fShare this post with your community:I'm active on various platforms. Watch this space or follow me there to get notified when I publish new content:Java Modules Cheat Sheet#post#j_ms #java‑9 #java‑11A cheat sheet for building and running Java modules from the command line with javac, jar, and java2020-10-19Eleven Hidden Gems In Java 11#post#java‑11Eleven small but shiny additions in Java 11 to classes like String, Path, Files, Collection, Optional, and others that make coding a little more elegant.2018-11-12Scripting Java 11, Shebang And All#post#java‑11 #tools #on‑rampOn Java 11+, you can run a single source file without compiling it. Beyond experimentation, you can write scripts this way. Even shebang is supported!2018-11-06Reactive HTTP/2 Requests And Responses In Java 11#post#java‑11With Java 11's new reactive HTTP/2 API, request and response bodies can be handled with reactive streams: you can throttle, stream, and cancel early.2018-10-22Java 11 HTTP/2 API Tutorial#post#java‑11 #java‑basicsTutorial for Java 11's new HTTP/2 API with HttpClient, HttpRequest, and HttpResponse at its center. Shows synchronous and asynchronous request handling.2018-10-15Java 11: A New Dawn - Releases, Oracle JDK vs OpenJDK, and LTS#video#java‑11 #java‑nextOracle's announcements of the six-month release cadence and new licensing caused quite a ruckus - now that things calmed down, lets discuss where we're headed2018-10-02All You Need To Know For Migrating To Java 11#post#java‑11 #migrationMigrating from Java 8 to Java 11? This has got you covered: licensing, long-term support, preparations, version requirements, migration challenges, and more.2018-09-25To JAR Hell And Back#talk#java‑9 #java‑11 #j_ms #migrationA live-coding talk where we take a typical Java 8 code base and update it to Java 9 and beyond, overcoming some common and some less common hurdles like dependencies on internal APIs and split packages2017-07-25