Migrating from JDK 8 to JDK 11

preview_player
Показать описание
Nicolai Parlog talks about how to best migrate a project using JDK 8 to JDK 11. He covers dependencies, how to deal with internal APIs, the different ways developers can add modules to their applications and more.

About how to migrate from monoliths
Рекомендации по теме
Комментарии
Автор

Please check the Title Video: Migrating from JKD 8 to JDK 11

SanaullahDreamSD
Автор

What about reflection? And it's not just Unsafe, but for example calling methods on Stream reflectively produces warnings.

nO_dNAL
Автор

Don't move to 11 wait for 17, my advice is to keep working on Java 8; It is supported until 2030 and It is having better performance that Java 11

ramirezcastulo