jdbi/jdbi

Any Plans to Support Java Modules?

Offen

#2.368 geöffnet am 31.05.2023

 (14 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (324 Forks)batch import
help wantedimprovement

Repository-Metriken

Stars
 (1.745 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 10h) (6 gemergte PRs in 30 T)

Beschreibung

I'd be great if JDBI supplied full Java module descriptors. This would allow modular project to create application images, as jlink only support explicit module-infos.

If you're worried about Java 8 support, It's possible to keep bytecode baseline compatible with Java 8 while providing a full module descriptor thanks to ModiTect.

Contributor Guide