Migrating a Spring Boot service from Java 11 to Kotlin
A developer shares lessons learned from migrating a Spring Boot service from Java 11 to Kotlin, covering challenges like logging and data classes.
A developer shares lessons learned from migrating a Spring Boot service from Java 11 to Kotlin, covering challenges like logging and data classes.
Exploring Java 11 single-file execution and GraalVM's AOT compilation to create fast native images for Java scripting.
Explores eleven lesser-known but useful features introduced in Java 11, including lambda type inference and new String methods.
Explores Java 11's single-source-file execution feature, allowing Java files to be run directly and even turned into executable scripts with shebangs.
Explores Java 11's HTTP/2 API for reactive, streaming request and response bodies using the Flow API, with code examples.
A comprehensive guide to migrating from Java 8 to Java 11, covering release cycles, licensing, and common technical hurdles.
A technical talk on migrating Java 8 applications to Java 9/11, covering common hurdles like module system and dependency issues.