About 1,720,000 results
Open links in new tab
  1. java - Why project Jigsaw / JPMS? - Stack Overflow

    Aug 7, 2012 · Jigsaw and OSGi are trying to solve the same problem: how to allow coarser-grained modules to interact while shielding their internals. In Jigsaw's case, the coarser …

  2. Java Jigsaw Modules - What Happened? (July 2019)

    Jul 9, 2019 · I get the sense that Jigsaw modules officially shipped with Java 9 in September 2017, which is almost two years ago. JDK 11 and maybe JDK 12 are widely used in …

  3. How to use jigsaw with Java 9 - Stack Overflow

    So, as of March 2015, the OpenJDK 9 builds don't include Jigsaw support. The jigsaw-dev mailing list is the best place to look for progress. It also confirms that status: So too early to be looking …

  4. What is the best way to unit-test SLF4J log messages?

    This no longer works with slf4j-api version 1.8 or higher because: "Planning for the advent of Jigsaw (Java 9), slf4j-api version 1.8.x and later use the ServiceLoader mechanism.

  5. Why did Java 9 introduce the JMOD file format? - Stack Overflow

    Jun 24, 2017 · Java 9 introduced Project Jigsaw in ' JEP 261: Module System ', a novel module system that can be used to minimize startup times and the size of JREs. As part of this …

  6. java 9 - Project Jigsaw vs Maven - Stack Overflow

    Oct 4, 2016 · From Jigsaw Project: Make it easier for developers to construct and maintain libraries and large applications, for both the Java SE and EE Platforms. I'm trying to learn what …

  7. Is it possible to disable modules in Java 9? - Stack Overflow

    Sep 6, 2017 · Yes surely you can as the interviewee said here Trisha Gee: Many people don’t realize you can use Java 9 and all its shiny new features WITHOUT using Jigsaw, i.e. you can …

  8. Keycloak-Admin-Client in a JPMS/Jigsaw Java 11 Maven …

    Mar 30, 2020 · maybe someone has already figured that out or has some tips, I would be really thankful. I'm trying to use the Keycloak-Admin-Client maven dependency in a modularized …

  9. java - designing picture puzzle - Stack Overflow

    Nov 9, 2010 · This will give you a very classic jigsaw puzzle setup. How the pieces actually look becomes a strict GUI thing. Now, for the first draft I recommend getting it working with …

  10. Is there any need to switch to modules when migrating to Java 9 …

    No. There is no need to switch to modules. There has never been a need to switch to modules. Java 9 and later releases support traditional JAR files on the traditional class path, via the …