hammock-project/hammock

Introduce Automatic Module Names

Opened this issue · 2 comments

Introduce Automatic Module Names for all hammock modules.

panga commented

@johnament I would like to contribute to this project, starting bringing Java 9 modules support.

Did you start working on this issue?

If not, how do you expect automatic modules being named?

e.g: hammock.core, hammock.boostrap.weld, hammock.jpa.core, hammock.jpa.hibernate, hammock.rest.cxf ?

panga commented

I made some experiments in order to make Hammock work with basic MicroProfile features (CDI, JAX-RS, JSON).

No changes were required in Hammock so far, but a lot of improvements can be done on the transient libraries imports (see pom.xml) that unfortunately will only become more reliable in Jakarta EE future releases with Java 9 support.

I hope it helps.
Repo: https://github.com/panga/hammock-jpms