
Episode 162
162. A Conservative JDK/Java Migration Path
Illegal Argument · Mark Derricutt
November 24, 201939m 9s
Audio is streamed directly from the publisher (traffic.libsyn.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
- CppCon 2018: Thoughts on a more powerful and simpler C++ (5 of N) - Herb Sutter
- Resources for writing modern Java
- Java 8 adoption process
- Conservative migration
- Build under new JDK
- Deploy on JDK
- THEN switch bytecode target to new JDK
- or...
- keep main build JDK target, move tests to target new JDK and use new features in non production code
- records
- Local records inside a method
- JEP 345: NUMA-Aware Memory Allocation for G1
- Java switch - 4 wrongs don't make a right - Stephen Colebourne
- Jakarta EE 8: The new era of Java EE explained
- Git Partial clones give shallow checkouts, whilst sparse checkout yields a restricted subset of the working copy to check out.
- Dart native