[Feature] Support for module-info.java structure (aka Jigsaw)
See original GitHub issueThanks for sharing your work with the rest of the world!
I will look into the source code these days and attempt to add a module-info.java file for the client part (and all the components that come with it).
Have you tried adding this before?
Atm, I am looking into module jakarta.activation that gives the following error in my module java application:
Error occurred during initialization of boot layer
java.lang.module.ResolutionException: Modules org.eclipse.milo.opcua.sdk.client.dictionaryreader and
org.eclipse.milo.opcua.sdk.client export package
org.eclipse.milo.opcua.sdk.client to module jakarta.activation
A possible explanation could be this one.
Would you be interested in a future PR, if it all works out?
Issue Analytics
- State:
- Created 3 years ago
- Comments:35 (19 by maintainers)
Top Results From Across the Web
Understanding Java 9 Modules - Oracle
In this article, I introduce the Java 9 Platform Module System (JPMS), ... Modularity—the result of Project Jigsaw—helps developers at all levels be...
Read more >First steps with Java 9 and Project Jigsaw - Part 1
Object. java.base exports packages such as java.lang, java.util, ... The zipvalidator is specified by the following module-info.java:
Read more >OpenJDK 9 and 10 — Key Features for Cloud Environments
Developers can organize their code into a modular structure, ... However, the two approaches, Java Jigsaw module and Open Service Gateway ...
Read more >Project Jigsaw Hands-On Guide - JVM Advent
In this post we'll take an existing demo application and modularize it with Java 9. If you want to follow along, head over...
Read more >Introduction to Project Jigsaw - Baeldung
Project Jigsaw is an umbrella project with the new features aimed at two ... A module definition file, named as module-info.java, contains:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Adito5393 I am going to publish a 0.6.0-M1 release today if there are no other issues relating to automatic module names.
I think I got the version from this page: https://www.jetbrains.com/help/idea/annotating-source-code.html
I’ll update version to 20.1.0.