Java Migration Steps
Migrating from Java 8 to Java 9 involves two key steps: migration and modularization. The migration phase can present challenges, as it requires ensuring compatibility with Java 9, while the modularization step allows for more gradual adjustments. Many changes may not be technically incompatible, especially after updating dependencies, making the transition smoother.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
SE-Radio Episode 316: Nicolai Parlog on Java 9
Related Questions