The Wayback Machine - https://web.archive.org/web/20210903101055/https://github.com/topics/java9
Skip to content
#

java9

Here are 271 public repositories matching this topic...

eo-yaml
0pdd
0pdd commented May 15, 2020

The puzzle 336-cdc69ab7 from #336 has to be resolved:

https://github.com/decorators-squad/eo-yaml/blob/eb548f336de37d722b3b1b3e8879f8a2b8ad9974/src/test/java/com/amihaiemil/eoyaml/spec/SpecExamplesITCase.java#L45-L49

The puzzle was created by @ANadrowski on 15-May-20.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task

Vampire
Vampire commented Mar 16, 2018

Please provide the possibility to have libs non-transitively on the classpath that will not end up on the module path.
In my concrete situation we use com.github.sarxos:webcam-capture:0.3.12 which depends on com.nativelibs4java:bridj:0.7.0.
bridj tries to load resources from other modules via Class#getResource and if that fails it tries to use ClassLoader#getResource.
The latter would

Improve this page

Add a description, image, and links to the java9 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the java9 topic, visit your repo's landing page and select "manage topics."

Learn more