Version Conflicts Explained
Nicolai discusses the complexities of version conflicts in Java, particularly when transitioning from Java 8 to Java 9. He highlights the challenges posed by the module system, including split package situations that arise when different modules contain the same packages. Despite these hurdles, he reassures that applications can still function using the classpath, even amidst conflicting dependencies.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