jdk9-jigsaw icon indicating copy to clipboard operation
jdk9-jigsaw copied to clipboard

Examples and exercises based on some of the features of jigsaw in JDK9/Jigsaw (Early Access builds)

Results 7 jdk9-jigsaw issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.8.9 to 2.9.10.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.8.9&new-version=2.9.10.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

README files have de same content, please ca you check if those are correct?

Most Java projects nowerdays are not built using `javac` directly; rather, they use a build tool such as Maven or Gradle. Examples of how to build a Jigsaw project (with...

enhancement

Need examples of using JARs when you're inside a module and possibly vice versa.

Paris.Apostolopoulos - [email protected] @javapapo [JDK version not provided] (For the session/ examples), please package the examples on a standard naming convention/ structure, which eventually can be picked up early releases...

enhancement

See https://github.com/AdoptOpenJDK/jdk9-jigsaw/pull/71 There are some more in the JDK 9 Resources list that could also be given the same touch.

enhancement

Compile the 'hello world' example using: $ ./compile.sh Create JAR modules out of the class files: $ ./packaging.sh I am able to run above two scripts but getting issues while...