OpenHFT / OpenHFT/Java-Runtime-Compiler
Problem with gradle en eclipse because of automatic modules
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.