Third-Party Libraries and Modules: Dealing with Non-Modular JARs
Learn how to use third-party non-modular JARs with JPMS. Covers automatic modules, migration strategies, pitfalls, and best practices for modular Java apps
Learn how to use third-party non-modular JARs with JPMS. Covers automatic modules, migration strategies, pitfalls, and best practices for modular Java apps
Learn how automatic modules work in JPMS, their role in migration, pitfalls, and best practices for modularizing legacy libraries in modern Java applications