OpenHFT / OpenHFT/Java-Runtime-Compiler

Problem with gradle en eclipse because of automatic modules

Open
#130 2 comments 0 reactions 1 assignee View on GitHub

@yevgenp is already working on this.

Since Jun 3, 2024.

review
Dominant language
Java
Stars
708
Forks
147
PR merge metrics
No merged PRs in 30d

Description

Gradle and eclipse still do not support automatic modules very well.

They only accept automatic modules when the jar has a Automatic-Module-Name property
in the MANIFEST.MF.

The command 'jar -d --file compiler-2.25ea2.jar' displays module information:

No module descriptor found. Derived automatic module.

compiler@2.25ea2 automatic
requires java.base mandated
contains net.openhft.compiler
contains net.openhft.compiler.internal

it shows that the calculated module descriptor is 'compiler'.
Maybe a better name could be supplied.

Could you please add a Automatic-Module-Name property in the manifest? (or create a proper module with module-info.class)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.