question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature] Support for module-info.java structure (aka Jigsaw)

See original GitHub issue

Thanks 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:closed
  • Created 3 years ago
  • Comments:35 (19 by maintainers)

github_iconTop GitHub Comments

1reaction
kevinherroncommented, Mar 18, 2021

@Adito5393 I am going to publish a 0.6.0-M1 release today if there are no other issues relating to automatic module names.

1reaction
kevinherroncommented, Mar 18, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found