sormuras / modules

🧩 Java modules published at Maven Central

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`org.openjfx:javafx-base:13-ea+8` and friends are not detected by this tool

rotty3000 opened this issue · comments

What does the module name of this artifact look like? (on my mobile, atm)

javafx.base, right?

At least I used it and two friends here with those module names: https://github.com/sormuras/bach/tree/master/demo/javafx

The module names don't start with their artifacts Maven Group Id org.openjfx -- thus, the default filter won't select those modules. See more details at the root README.md file.

But, I can map "org.openjfx" to "javafx". Is this officially true and correct?

javafx.base

But note that there are classifier artifacts associated which are the real modules.

I am not a committer on that project, but I believe these are the new official javafx artifacts.

Looks good: https://openjfx.io/openjfx-docs/#maven -- adding the alias in a minute and rebuild the database.

fwiw, http://openjfx.org does not look good.

I think this is the real site https://openjfx.io/ :) but you're right that other one looks creepy generated ad site.

FYI, I wanted to show these more as examples of things not being discovered by the scan.

From

Collected 4,253 unique modules.
automatic 💿 -> 3,300
explicit 📀 -> 953

To

Collected 4,261 unique modules.
automatic 💿 -> 3,308
explicit 📀 -> 953

8 "new" automatic modules found. Thanks for the hint.

If you know modules not listed here yet, just let me know. A hand-selected alias file for official exception to the rule is fine for me.