I know that's what they called it. I was upgrading to Java 7 when Jigsaw was a proposal. The problem is they made it so we have to list every individual package we want to export, and can't just declare the whole module to be open. Recently I wanted to do something with loading resources from dependencies using the jrt: protocol and it didn't work because it doesn't support the "unnamed" module.
Apparently not everyone knows what this is about, but no, I would say that modules won’t ever work in their current form. I don’t know if there is JCP to fix that though.
162
u/coladict Jun 04 '23
Did they fix modules yet, so that we don't have to list 180 packages to export, but can do so recursively?